CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/07/09 03:04:14
Modified files: lib/libssl/src/crypto/rsa: rsa_sign.c Log message: In the old days (not in this century), SSLeay 0.4.5 would create X.509 RSA signatures using the wrong oid for the signature type. The signature verification code has thus been modified to allow these signatures to be accepted, with a printf to stderr to notify the user something was fishy. Remove this chunk; these signatures will no longer get accepted. ok deraadt@ guenther@ jsing@ tedu@