aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-09-17 10:14:44 +0200
committerHans Nilsson <[email protected]>2018-09-17 10:14:44 +0200
commit9649db932e919647d581c1d1e9e9d60766e0cf4d (patch)
tree13dc95a80a3c7f84ed0e975afc8b6cc3f8f4d549 /lib/crypto/doc
parent0348488330332df56d9a9279a1e3555f9ba876af (diff)
parent4b48d5b1d21d741b6802a7187129e4b78b87a052 (diff)
downloadotp-9649db932e919647d581c1d1e9e9d60766e0cf4d.tar.gz
otp-9649db932e919647d581c1d1e9e9d60766e0cf4d.tar.bz2
otp-9649db932e919647d581c1d1e9e9d60766e0cf4d.zip
Merge branch 'maint'
* maint: crypto: Add forgotten #ifdef MAY prevent compilation errors if the symbol is configured to not be defined in an OpenSSL version where it exists by default. crypto: Change condition for RSA_PKCS1_PSS Trubble on a couple of cross-building machines crypto: RSA options list disclaimer in documentation for crypto:supports/0 The final appearence of the rs_opts entry is still not completly decided. crypto: Add 'rsa_opts' to crypto:supports/0 Needed in future versions of the SSL application.
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r--lib/crypto/doc/src/crypto.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml
index 3fd99be5b6..b788ddc52d 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -1044,6 +1044,9 @@ _FloatValue = rand:uniform(). % [0.0; 1.0[</pre>
<desc>
<p> Can be used to determine which crypto algorithms that are supported
by the underlying libcrypto library</p>
+ <p>Note: the <c>rsa_opts</c> entry is in an experimental state and may change or be removed without notice.
+ No guarantee for the accuarcy of the rsa option's value list should be assumed.
+ </p>
</desc>
</func>