Add compilation flag to disable certain protocol checks and allow use of
authorDr. Stephen Henson <steve@openssl.org>
Wed, 29 Aug 2012 13:18:34 +0000 (13:18 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 29 Aug 2012 13:18:34 +0000 (13:18 +0000)
commited83ba53212f81e590b3cf9adb49c04069430659
tree31ef13fef0077e84c5752ec1c8a47aedb25ede3f
parent81f57e5a69c7ecd3e259992c937e5e76446f3f63
Add compilation flag to disable certain protocol checks and allow use of
some invalid operations for testing purposes. Currently this can be used
to sign using digests the peer doesn't support, EC curves the peer
doesn't support and use certificates which don't match the type associated
with a ciphersuite.
apps/s_client.c
apps/s_server.c
ssl/ssl.h
ssl/ssl_lib.c
ssl/t1_lib.c