Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover
authormiod <miod@openbsd.org>
Wed, 23 Apr 2014 22:26:25 +0000 (22:26 +0000)
committermiod <miod@openbsd.org>
Wed, 23 Apr 2014 22:26:25 +0000 (22:26 +0000)
commitd9cb48f882a31ae39da17bf8b2fe278c00f07c93
treeac8cb3d43f14fc6b97118b1ac89453a157938d8c
parentbca7bee43e462a394952067a9d06e6c861905b21
Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover
``debug'' code from a 15+ years old bugfix and the SSL_OP_PKCS1_CHECK_*
constants have had a value of zero since ages. No production code should use
them.

ok beck@
lib/libcrypto/rsa/rsa_pk1.c
lib/libssl/d1_clnt.c
lib/libssl/s3_clnt.c
lib/libssl/src/crypto/rsa/rsa_pk1.c
lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod
lib/libssl/src/ssl/d1_clnt.c
lib/libssl/src/ssl/s3_clnt.c
lib/libssl/src/ssl/ssl.h
lib/libssl/src/ssl/ssl_locl.h
lib/libssl/ssl.h
lib/libssl/ssl_locl.h