diff options
author | Hans Nilsson <[email protected]> | 2018-09-13 12:55:30 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-09-14 11:58:36 +0200 |
commit | 769c73a8cbe40c865d337d1d2eb651ea1ea68e31 (patch) | |
tree | 2161cc68d2bd218ce9d31b93d8c153aff6d6e7a0 /lib/crypto/doc/src | |
parent | ff4dee51f4c6602cdbbdbad9ad0ce2068f34265d (diff) | |
download | otp-769c73a8cbe40c865d337d1d2eb651ea1ea68e31.tar.gz otp-769c73a8cbe40c865d337d1d2eb651ea1ea68e31.tar.bz2 otp-769c73a8cbe40c865d337d1d2eb651ea1ea68e31.zip |
crypto: RSA options list disclaimer in documentation for crypto:supports/0
The final appearence of the rs_opts entry is still not completly decided.
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> |