提交 299e7c91 编写于 作者: B Bodo Möller

Point out the PRNG usage bug affecting openssl rsa.

(Should we point to snapshots, or directly give the one-line patch?)
上级 fb51beb5
......@@ -109,6 +109,10 @@ Most components of the openssl command line tool try to use the
file $HOME/.rnd (or $RANDFILE, if this environment variable is set)
for seeding the PRNG. If this file does not exist or is too short,
the "PRNG not seeded" error message may occur.
Note that the command "openssl rsa" in OpenSSL 0.9.5 does not do this
and will fail on systems without /dev/urandom when trying to
password-encrypt an RSA key! This is a bug in the library;
try a later snaphost instead.
* Why does the linker complain about undefined symbols?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册