aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc/src/algorithm_details.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-09-19 11:32:03 +0200
committerHans Nilsson <[email protected]>2018-09-19 11:32:03 +0200
commitfd038c43ee378854f6f216faaa92a48ec65e8ad7 (patch)
treec276e4b3553af9191cc417d5a8c02908fd02506d /lib/crypto/doc/src/algorithm_details.xml
parent27b793b2ca7f18cc43ce28daad1364a6f90b7edd (diff)
parent3a23cabe452837a28feed3860f3c257ded5948cd (diff)
downloadotp-fd038c43ee378854f6f216faaa92a48ec65e8ad7.tar.gz
otp-fd038c43ee378854f6f216faaa92a48ec65e8ad7.tar.bz2
otp-fd038c43ee378854f6f216faaa92a48ec65e8ad7.zip
Merge branch 'hans/crypto/cuddle_docs' into maint
* hans/crypto/cuddle_docs: crypto: Re-work the 'Description' section crypto: Add warnings in RefMan and User's Guide for experimental RSA opts
Diffstat (limited to 'lib/crypto/doc/src/algorithm_details.xml')
-rw-r--r--lib/crypto/doc/src/algorithm_details.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/algorithm_details.xml b/lib/crypto/doc/src/algorithm_details.xml
index 2d02422cb6..19a19b1ece 100644
--- a/lib/crypto/doc/src/algorithm_details.xml
+++ b/lib/crypto/doc/src/algorithm_details.xml
@@ -213,7 +213,13 @@
list with the <c>public_keys</c> tag in the return value of
<seealso marker="crypto#supports-0">crypto:supports()</seealso>.
</p>
-
+ <warning>
+ <!-- In RefMan rsa_opt(), rsa_sign_verify_opt() and User's man RSA -->
+ <p>The RSA options are experimental.
+ </p>
+ <p>The exact set of options and there syntax <em>may</em> be changed
+ without prior notice.</p>
+ </warning>
<table>
<row><cell><strong>Option</strong></cell> <cell><strong>sign/verify</strong></cell> <cell><strong>encrypt/decrypt</strong></cell> <cell><strong>Supported with</strong><br/><strong>OpenSSL versions</strong></cell> </row>
<row><cell>{rsa_mgf1_md,atom()}</cell> <cell>x</cell> <cell>x</cell> <cell>1.0.1</cell></row>