From a00ff322e4cbe72c698eff22e4a4d5f6bb33e067 Mon Sep 17 00:00:00 2001 From: Wim Lewis Date: Wed, 18 Jan 2017 21:41:50 -0800 Subject: Update the documentation for RSA key generation to reflect that dirty schedulers are no longer considered "experimental", per a comment from sverker. --- lib/crypto/doc/src/crypto.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib') 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 low_entropy in case the random generator failed due to lack of secure "randomness".

-

RSA key generation is only available if the runtime was built with the - experimental dirty scheduler feature.

+ +

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 notsup.

+
-- cgit v1.2.3