]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add SHA2 algorithms to SSL_library_init(). Although these aren't used
authorDr. Stephen Henson <steve@openssl.org>
Wed, 7 Apr 2010 13:19:48 +0000 (13:19 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 7 Apr 2010 13:19:48 +0000 (13:19 +0000)
commitbc06baca76534abc2048a3ac4d109b144da4b706
tree905e2ace512955d616469f3b2546e75fd31e441a
parent9eeb779e8ffa78d0a7e9aba395ffedca187a7aef
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