The use of NIDs in the password based encryption table can result in
authorDr. Stephen Henson <steve@openssl.org>
Tue, 19 Jan 2010 19:56:06 +0000 (19:56 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 19 Jan 2010 19:56:06 +0000 (19:56 +0000)
commit071ef65cfa1f6174f677163555aa63ce6d68b9d2
treea14bb920fda8088e35708f1d5b80755c3d22856e
parentd5e8d8b547ef7557afb844090066a7a48052fe7f
The use of NIDs in the password based encryption table can result in
algorithms not found when an application uses PKCS#12 and only calls
SSL_library_init() instead of OpenSSL_add_all_algorithms(). Simple
work around is to add the missing algorithm (40 bit RC2) in
SSL_library_init().
ssl/ssl_algs.c