]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES
Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSA
authorDr. Stephen Henson <steve@openssl.org>
Sun, 14 Aug 2011 13:45:19 +0000 (13:45 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 14 Aug 2011 13:45:19 +0000 (13:45 +0000)
commit1f59a84308f638f6bce1d0d3432134457b49d9d8
treefc946dc456742f43b52b40bf42035bc77c82f381
parentbf3dfe7feee5f62ba1e4367720819255db039f29
Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSA
using OBJ xref utilities instead of string comparison with OID name.

This removes the arbitrary restriction on using SHA1 only with some ECC
ciphersuites.
CHANGES
ssl/ssl_lib.c