CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/04 10:51:31
Modified files:
lib/libcrypto/rsa: rsa_locl.h rsa_oaep.c
Log message:
Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.
These are internal only for now and will be made public at a later date.
The RSA_padding_{add,check}_PKCS1_OAEP() functions become wrappers around
the *_mgf1() variant.
ok tb@ inoguchi@ (as part of a larger diff)
