diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-25 14:51:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 14:51:02 +0200 |
commit | 5f8888c4454f9966ce1f40cf08ff2d881470e9ed (patch) | |
tree | 072126785fa039ec994754e156e956a02370e8d8 /doc/classes | |
parent | 971daadfa09bbbd890fab7b38edbea33a74c5c8d (diff) | |
parent | 3ff6d794c0aac0365f236cd078b5e5aeea0d996e (diff) |
Merge pull request #61402 from akien-mga/html5-enable-mbedtls
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Crypto.xml | 1 | ||||
-rw-r--r-- | doc/classes/CryptoKey.xml | 1 | ||||
-rw-r--r-- | doc/classes/HMACContext.xml | 1 | ||||
-rw-r--r-- | doc/classes/HashingContext.xml | 1 | ||||
-rw-r--r-- | doc/classes/X509Certificate.xml | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/doc/classes/Crypto.xml b/doc/classes/Crypto.xml index c0a76dc80e..4936fc1d85 100644 --- a/doc/classes/Crypto.xml +++ b/doc/classes/Crypto.xml @@ -68,7 +68,6 @@ } [/csharp] [/codeblocks] - [b]Note:[/b] Not available in HTML5 exports. </description> <tutorials> </tutorials> diff --git a/doc/classes/CryptoKey.xml b/doc/classes/CryptoKey.xml index b0abdf60c8..8496c6dec1 100644 --- a/doc/classes/CryptoKey.xml +++ b/doc/classes/CryptoKey.xml @@ -6,7 +6,6 @@ <description> The CryptoKey class represents a cryptographic key. Keys can be loaded and saved like any other [Resource]. They can be used to generate a self-signed [X509Certificate] via [method Crypto.generate_self_signed_certificate] and as private key in [method StreamPeerSSL.accept_stream] along with the appropriate certificate. - [b]Note:[/b] Not available in HTML5 exports. </description> <tutorials> </tutorials> diff --git a/doc/classes/HMACContext.xml b/doc/classes/HMACContext.xml index fa60a7eb58..f2b946cab7 100644 --- a/doc/classes/HMACContext.xml +++ b/doc/classes/HMACContext.xml @@ -50,7 +50,6 @@ [/csharp] [/codeblocks] - [b]Note:[/b] Not available in HTML5 exports. </description> <tutorials> </tutorials> diff --git a/doc/classes/HashingContext.xml b/doc/classes/HashingContext.xml index 9ecf2872f3..c126efcfbb 100644 --- a/doc/classes/HashingContext.xml +++ b/doc/classes/HashingContext.xml @@ -57,7 +57,6 @@ } [/csharp] [/codeblocks] - [b]Note:[/b] Not available in HTML5 exports. </description> <tutorials> </tutorials> diff --git a/doc/classes/X509Certificate.xml b/doc/classes/X509Certificate.xml index e5d8b45db6..581aba05e4 100644 --- a/doc/classes/X509Certificate.xml +++ b/doc/classes/X509Certificate.xml @@ -6,7 +6,6 @@ <description> The X509Certificate class represents an X509 certificate. Certificates can be loaded and saved like any other [Resource]. They can be used as the server certificate in [method StreamPeerSSL.accept_stream] (along with the proper [CryptoKey]), and to specify the only certificate that should be accepted when connecting to an SSL server via [method StreamPeerSSL.connect_to_stream]. - [b]Note:[/b] Not available in HTML5 exports. </description> <tutorials> </tutorials> |