summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2018-09-13 12:55:30 +0200
committerHans Nilsson <hans@erlang.org>2018-09-14 11:58:36 +0200
commit769c73a8cbe40c865d337d1d2eb651ea1ea68e31 (patch)
tree2161cc68d2bd218ce9d31b93d8c153aff6d6e7a0
parentff4dee51f4c6602cdbbdbad9ad0ce2068f34265d (diff)
downloaderlang-769c73a8cbe40c865d337d1d2eb651ea1ea68e31.tar.gz
crypto: RSA options list disclaimer in documentation for crypto:supports/0
The final appearence of the rs_opts entry is still not completly decided.
-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 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>