The use of NIDs in the password based encryption table can result in
authorDr. Stephen Henson <steve@openssl.org>
Tue, 19 Jan 2010 19:55:47 +0000 (19:55 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 19 Jan 2010 19:55:47 +0000 (19:55 +0000)
commit2a4d0dcb89499854a51b20c4b80a355f5f34eb55
treec20bad72d5af01b36f4977426e50928a9e5024ef
parent2e155fde390cd0231f582c756a235dc2a8ee906d
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