summaryrefslogtreecommitdiffstats
path: root/doc/classes/CryptoKey.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update CryptoKey documentation to mention ECC.Rob Blanckaert2024-05-081-1/+1
| | | | The documentation makes it seem like CryptoKey can only hold an RSA key. This is compounded by the fact that Cypto only has a function generate an RSA based key. Godot however is perfectly happy loading and using ECC based keys.
* 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'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* [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 parameters (7)Andy Maloney2022-08-121-6/+6
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-7/+7
|
* 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.
* Fix usage of "Return" in the docskobewi2022-01-021-1/+1
|
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-2/+2
| | | | And fix up formatting not supported by makerst.
* 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-24/+12
| | | | | | | | 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.
* class reference proofreadingPaul Joannon2021-03-191-2/+2
|
* Document AES and new Crypto/CryptoKey functions.Fabio Alessandrelli2020-06-181-2/+35
|
* 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.