diff options
author | Wim Lewis <[email protected]> | 2017-01-18 21:41:50 -0800 |
---|---|---|
committer | Wim Lewis <[email protected]> | 2017-01-18 21:41:50 -0800 |
commit | a00ff322e4cbe72c698eff22e4a4d5f6bb33e067 (patch) | |
tree | 4214cdc29fdbac1d2d7b89a9dd18ea4761853366 /lib/crypto/doc/src | |
parent | 81da5f7f12eb1da9d9e8f4508d76681f527ad57c (diff) | |
download | otp-a00ff322e4cbe72c698eff22e4a4d5f6bb33e067.tar.gz otp-a00ff322e4cbe72c698eff22e4a4d5f6bb33e067.tar.bz2 otp-a00ff322e4cbe72c698eff22e4a4d5f6bb33e067.zip |
Update the documentation for RSA key generation
to reflect that dirty schedulers are no longer
considered "experimental", per a comment from sverker.
Diffstat (limited to 'lib/crypto/doc/src')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 102db8984a..32144613e0 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -315,8 +315,11 @@ May throw exception <c>low_entropy</c> in case the random generator failed due to lack of secure "randomness". </p> - <note><p>RSA key generation is only available if the runtime was built with the - <strong>experimental</strong> dirty scheduler feature.</p></note> + <note> + <p>RSA key generation is only available if the runtime was + built with dirty scheduler support. Otherwise, attempting to + generate an RSA key will throw exception <c>notsup</c>.</p> + </note> </desc> </func> |