summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_4_4_BASE'.OPENBSD_4_4_BASEcvs2svn2008-07-2815-3840/+0
|
* openssl security fixes, diff from markus@, ok & "commit it" djm@pvalchev2006-10-043-0/+51
| | | | http://www.openssl.org/news/secadv_20060928.txt for more
* fix RSA signature padding vulnerability in OpenSSL libcrypto CVE-2006-4339;djm2006-09-091-0/+17
| | | | ok beck@ miod@
* resolve conflictsdjm2006-06-276-189/+300
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-272-0/+438
|\ | | | | branch.
| * import of openssl-0.9.7jdjm2006-06-277-187/+735
| |
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-295-6/+19
| |
| * import 0.9.7cmarkus2003-11-113-8/+13
| |
| * import 0.9.7b (without idea and rc5)markus2003-05-116-39/+196
| |
| * import openssl-0.9.7-beta3markus2002-09-051-0/+3
| |
| * import openssl-0.9.7-beta1markus2002-09-0512-736/+1349
| |
| * This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2002-05-153-0/+467
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-3/+33
|\ \ | | | | | | branch.
| * | import of openssl-0.9.7jdjm2006-06-272-5/+36
| | |
* | | resolve conflictsdjm2005-04-295-6/+19
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+239
|\| | | | | | | | branch.
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+239
| | |
| * | import 0.9.7b (without idea and rc5)markus2003-05-111-1/+0
| | |
| * | import openssl-0.9.7-beta1markus2002-09-052-16/+21
| | |
| * | This commit was manufactured by cvs2git to create branch 'openssl'.cvs2svn2002-05-152-0/+463
| /
* | merge 0.9.7c; minor bugsfixes;markus2003-11-113-8/+13
| | | | | | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-128-66/+195
| |
* | update to official patch from openssl.org; ok deraadt@, millert@markus2003-03-172-26/+28
| |
* | Enforce blinding on RSA operations involving private keys.ho2003-03-152-4/+27
| | | | | | | | From http://www.openssl.org/~geoff, modified to be enabled at all times.
* | merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-102-23/+50
| |
* | execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
| |
* | Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-1/+1
| | | | | | | | correctly autogenerate obj_mac.h
* | OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1515-509/+693
| |
* | merge openssl 0.9.6b-enginebeck2001-08-011-12/+17
| | | | | | | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* | openssl-engine-0.9.6a mergebeck2001-06-223-21/+89
| |
* | CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@markus2001-04-221-1/+11
| |
* | openssl-engine0.9.6 mergebeck2000-12-151-0/+0
| | | | | | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* | openssl-engine-0.9.6 mergebeck2000-12-159-113/+240
| |
* | RSA goes in tree for next our next release, as it will be afterbeck2000-06-152-33/+322
| | | | | | | | | | | | 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.5a mergebeck2000-04-151-1/+2
| |
* | Fix an oopsie so these get initialized even when RSA isn't there,beck2000-04-131-2/+11
| | | | | | | | | | | | | | thanks niklas@ *WARNING* - this breaks the patch used in the "ssl26" port - you'll need to use the new minty ssl-intl port, coming right after this
* | OpenSSL 0.9.5 mergebeck2000-03-1914-412/+659
| | | | | | | | | | | | *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
* | do not assume shell scripts are +x; dderaadt1999-11-231-1/+1
| |
* | OpenSSL 0.9.4 mergebeck1999-09-2915-498/+1194
| |
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+45
| | | | | | | | | | | | | | | | | | | | 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.
* | This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-0510-0/+1966
|\| | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0510-0/+1966
| | | | | | | | | | 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.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+86
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.