diff options
author | Hans Nilsson <[email protected]> | 2018-09-17 10:14:09 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-09-17 10:14:09 +0200 |
commit | 4b48d5b1d21d741b6802a7187129e4b78b87a052 (patch) | |
tree | 6e4427b01bcbf47b6ac1b8baa26d2254873180fd /lib/crypto/doc/src | |
parent | 51dcd166c58bf371da4c85250c8d76c27b4148da (diff) | |
parent | 94d4676a7f73cb948d3baa617d1f8fcd8ee5aec2 (diff) | |
download | otp-4b48d5b1d21d741b6802a7187129e4b78b87a052.tar.gz otp-4b48d5b1d21d741b6802a7187129e4b78b87a052.tar.bz2 otp-4b48d5b1d21d741b6802a7187129e4b78b87a052.zip |
Merge branch 'hans/crypto/rsassa_pss/OTP-15260' into maint
* hans/crypto/rsassa_pss/OTP-15260:
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/src')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index d5f5009297..dab6e4ed4f 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> |