CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/17 09:12:56
Modified files:
lib/libcrypto : Makefile Symbols.list
lib/libcrypto/rsa: rsa.h
Added files:
lib/libcrypto/rsa: rsa_meth.c
Log message:
Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}()
Note that these functions return NULL in out-of-memory situations,
but contrary to OpenSSL's versions they do not set an error.
ok jsing
