Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSA
authorDr. Stephen Henson <steve@openssl.org>
Sun, 14 Aug 2011 13:47:30 +0000 (13:47 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 14 Aug 2011 13:47:30 +0000 (13:47 +0000)
commitcf199fec52be90f5ad0b5ada0984c21ae61f8e86
tree9800447e85b0fac7110a1e82c78c66632ca95b41
parent165c20c2c44f90af054a0f525bc7524a00b1a65a
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.
21 files changed:
CHANGES
crypto/Makefile
crypto/aes/Makefile
crypto/bf/Makefile
crypto/camellia/Makefile
crypto/cast/Makefile
crypto/cmac/Makefile
crypto/des/Makefile
crypto/dso/Makefile
crypto/ec/Makefile
crypto/engine/Makefile
crypto/idea/Makefile
crypto/md4/Makefile
crypto/md5/Makefile
crypto/mdc2/Makefile
crypto/rc2/Makefile
crypto/rc4/Makefile
crypto/ripemd/Makefile
crypto/sha/Makefile
crypto/whrlpool/Makefile
ssl/ssl_lib.c