Add SHA2 algorithms to SSL_library_init(). Although these aren't used
authorDr. Stephen Henson <steve@openssl.org>
Wed, 7 Apr 2010 13:18:07 +0000 (13:18 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 7 Apr 2010 13:18:07 +0000 (13:18 +0000)
commitc0b8eb606fc6e31bff2f7ceadcd8441a646fdcee
treeaf479d0ffbc5c12602481abd389b44e10acd64a8
parentd4a45bf31a19b7f5256a5239815b03f793d1d1d6
Add SHA2 algorithms to SSL_library_init(). Although these aren't used
directly by SSL/TLS SHA2 certificates are becoming more common and
applications that only call SSL_library_init() and not
OpenSSL_add_all_alrgorithms() will fail when verifying certificates.

Update docs.
CHANGES
doc/ssl/SSL_library_init.pod
ssl/ssl_algs.c