summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa_gen.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More KNF.jsing2014-07-091-12/+12
|
* KNFmiod2014-07-091-93/+111
|
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-15/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* resolve conflictsdjm2012-10-131-0/+15
|
* resolve conflicts, fix local changesdjm2010-10-011-3/+0
|
* resolve conflictsdjm2009-01-091-0/+3
|
* resolve conflictsdjm2008-09-061-71/+89
|
* resolve conflictsdjm2006-06-271-1/+2
|
* resolve conflictsdjm2005-04-291-0/+3
|
* openssl-engine-0.9.6 mergebeck2000-12-151-1/+1
|
* RSA goes in tree for next our next release, as it will be afterbeck2000-06-151-3/+100
| | | | | | Sept 21. Note: This means you shouldn't really be running -current for anything in the United States. Either wait for Sept 21, or for the next release, or move to the free world :)
* OpenSSL 0.9.5 mergebeck2000-03-191-0/+1
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-291-8/+6
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+101
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.