CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2017/01/29 16:41:49
Modified files: lib/libcrypto/man: BN_mod_mul_montgomery.3 BN_mod_mul_reciprocal.3 BN_new.3 Log message: Seriously warn against calling BN_init(3), BN_MONT_CTX_init(3), and BN_RECP_CTX_init(3). They are not only deprecated but so dangerous that they are almost unusable. I found these scary traps while reading the code in order to document BN_set_flags(3). While here, delete ERR_get_error(3) from SEE ALSO.