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

Note about PRNG error message for openssl command line tool.

上级 37634c8b
...@@ -103,6 +103,11 @@ application you are using. It is likely that it never worked ...@@ -103,6 +103,11 @@ application you are using. It is likely that it never worked
correctly. OpenSSL 0.9.5 makes the error visible by refusing to correctly. OpenSSL 0.9.5 makes the error visible by refusing to
perform potentially insecure encryption. perform potentially insecure encryption.
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.
* Why does the linker complain about undefined symbols? * 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.
先完成此消息的编辑!
想要评论请 注册