X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=FAQ;h=98b86b877ab40bce8ebe74bc0e14281a6ccd88ca;hb=1dff425999eb593c26ea855d0ec183f3738b3e79;hp=96d39f5cc74ae2acf7107e431e0bbf107c53fb75;hpb=32f1f622f6bd24d8e026f757570261f2e9b325d0;p=oweals%2Fopenssl.git diff --git a/FAQ b/FAQ index 96d39f5cc7..98b86b877a 100644 --- a/FAQ +++ b/FAQ @@ -823,11 +823,11 @@ code itself (the hex digits after the second colon). * Why do I get errors about unknown algorithms? -This can happen under several circumstances such as reading in an -encrypted private key or attempting to decrypt a PKCS#12 file. The cause -is forgetting to load OpenSSL's table of algorithms with -OpenSSL_add_all_algorithms(). See the manual page for more information. - +The cause is forgetting to load OpenSSL's table of algorithms with +OpenSSL_add_all_algorithms(). See the manual page for more information. This +can cause several problems such as being unable to read in an encrypted +PEM file, unable to decrypt a PKCS#12 file or signature failure when +verifying certificates. * Why can't the OpenSSH configure script detect OpenSSL?