Add SHA2 algorithms to SSL_library_init(). Although these aren't used
authorDr. Stephen Henson <steve@openssl.org>
Wed, 7 Apr 2010 13:18:30 +0000 (13:18 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 7 Apr 2010 13:18:30 +0000 (13:18 +0000)
commitacc9938ba5aa32fc382399e9a8cbd3a0dea91b34
tree7cbb10a3e789a669409e82a11e854b5d437da27f
parentf6d13ac8cf4cacf4f0150290b4aee67062bfacc7
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