summaryrefslogtreecommitdiffstats
path: root/doc/classes/X509Certificate.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-0/+1
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Merge pull request #75721 from ↵Fabio Alessandrelli2023-05-101-0/+13
|\ | | | | | | | | ScorpionInc/Expose_String_functions_for_X509Certificate Exposes String functions for X509Certificates
| * Exposes String functions for X509CertificatesScorpionInc2023-05-091-0/+13
| | | | | | | | Exposes String functions for X509Certificates via two function calls: save_to_string() and load_from_string(str).
* | Fixed various typos across the docsUltraBIF2023-05-021-1/+1
|/
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-2/+2
|
* [Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli2022-09-071-1/+1
| | | | SSL has been deprectated almost 10 years ago.
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-091-2/+2
| | | | Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-2/+2
|
* HTML5: Enable mbedTLS module for Crypto objectRémi Verschelde2022-05-251-1/+0
| | | | | | | | | | Increases the size of the wasm by around 3% (~300-350 KiB). This enables using the Crypto object for hashing, signing and encryption, and therefore reduces the gap between the features of the HTML5 platform and other platforms. Closes https://github.com/godotengine/godot-proposals/issues/3574.
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-8/+4
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* Update documentation to reflect HTML5 limitations.Fabio Alessandrelli2020-01-141-0/+1
|
* doc: Sync classref with current sourceRémi Verschelde2019-09-271-1/+1
| | | | And various fixes to bindings, hyperlinks and an uninitialized variable.
* Add documentation for crypto-related classes.Fabio Alessandrelli2019-09-241-0/+5
| | | | | | | | Add documentation for Crypto, CryptoKey, HashingContext, and X509Certificate. Add documentation for `StreamPeerSSL.accept_peer`. Ref #29871.
* doc: Sync classref with current sourceRémi Verschelde2019-08-221-0/+29
Fix wrong hyperlinks in Control and Tree.