Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSA
authorDr. Stephen Henson <steve@openssl.org>
Sun, 14 Aug 2011 13:48:42 +0000 (13:48 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 14 Aug 2011 13:48:42 +0000 (13:48 +0000)
commite1c3d65f08c1bdf7d5a760c7ec31b3e4cd3e973e
treea5bc4dd493e70b5f5866914cc24a1769597d8dd6
parent2e4abe2ce2f8ed9cb8df0f82a810f24ddbe2eeca
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