CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/11/20 11:10:48
Modified files: usr.bin/openssl: dhparam.c dsaparam.c gendh.c genrsa.c Log message: Convert openssl(1) to using BN_GENCB on the heap This is three times the same thing while genrsa needs some extra steps to deal with opaque BIGNUMs. We can also garbage collect some Win 3.1 contortions and use the conversion routines directly instead of doing them manually. ok jsing