CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/15 12:48:52
Modified files:
lib/libcrypto/rsa: rsa_eay.c rsa_pmeth.c
Log message:
Stop supporting the long-retired X9.31 standard
This isolates the three API functions from the library so they can be
easily removed and any attempt to use RSA_X931_PADDING mode will now
result in an error.
ok jsing
