CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/23 16:26:26
Modified files:
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 s3_clnt.c ssl.h ssl_locl.h
Log message:
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@
