summaryrefslogtreecommitdiffstats
path: root/crypto/openssl
Commit message (Collapse)AuthorAgeFilesLines
...
* | This commit was generated by cvs2svn to compensate for changes in r167617,simon2007-03-151-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import fix from upstream OpenSSL_0_9_8-stable branch:simon2007-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | EVP_CIPHER_CTX_key_length() should return the set key length in the EVP_CIPHER_CTX structure which may not be the same as the underlying cipher key length for variable length ciphers. This fixes problems in OpenSSH using some ciphers, and possibly other applications. See also: http://bugzilla.mindrot.org/show_bug.cgi?id=1291
* | Resolve conflicts after import of OpenSSL 0.9.8e.simon2007-03-1511-48/+51
| |
* | This commit was generated by cvs2svn to compensate for changes in r167612,simon2007-03-15192-757/+4053
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSL 0.9.8e.simon2007-03-15203-805/+4104
| |
* | This commit was generated by cvs2svn to compensate for changes in r162916,simon2006-10-011-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import from upstream OpenSSL 0.9.8 branch:simon2006-10-011-1/+1
| | | | | | | | | | | | | | Fix uninitialized free of ctx in compute_key() when the OPENSSL_DH_MAX_MODULUS_BITS check is triggered. This fixes the same issue as FreeBSD-SA-06:23.openssl v1.1.
* | Resolve conflicts after import of OpenSSL 0.9.8d.simon2006-10-018-27/+235
| |
* | This commit was generated by cvs2svn to compensate for changes in r162911,simon2006-10-0190-485/+5802
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSL 0.9.8d.simon2006-10-0198-511/+6053
| |
* | Correct incorrect PKCS#1 v1.5 padding validation in crypto(3).simon2006-09-101-0/+17
| | | | | | | | | | Obtained from: OpenSSL project Security: FreeBSD-SA-06:19.openssl
* | Resolve conflicts after import of OpenSSL 0.9.8b.simon2006-07-301-53/+215
| | | | | | | | | | | | | | | | This was missed the first time around since eng_padlock.c was not part of OpenSSL 0.9.7e and therefor did not have the v0_9_7e CVS tag used during original resolve of conflicts. Noticed by: Antoine Brodin <antoine.brodin@laposte.net>
* | Sync FREEBSD-Xlist with what was actually excluded from OpenSSL 0.9.8bsimon2006-07-291-0/+4
| | | | | | | | import.
* | Add some rough notes on how to import a new OpenSSL version into thesimon2006-07-291-0/+42
| | | | | | | | FreeBSD base system. Parts are inspired by the OpenSSH upgrade notes.
* | Resolve conflicts after import of OpenSSL 0.9.8b.simon2006-07-29112-24404/+1759
| |
* | This commit was generated by cvs2svn to compensate for changes in r160814,simon2006-07-29892-19778/+97022
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSL 0.9.8bsimon2006-07-29915-20663/+98999
| |
| * Remove files that are no longer part of OpenSSL from the vendornectar2005-02-2557-15302/+0
| | | | | | | | branch. This time, these are mostly the `Makefile.ssl' files.
* | Correct a man-in-the-middle SSL version rollback vulnerability.cperciva2005-10-111-6/+1
| | | | | | | | Security: FreeBSD-SA-05:21.openssl
* | File removed in update from OpenSSL 0.9.7d -> 0.9.7e.nectar2005-02-251-91/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r142430,nectar2005-02-2556-15211/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Resolve conflicts after import of OpenSSL 0.9.7e.nectar2005-02-2511-25/+80
| |
* | This commit was generated by cvs2svn to compensate for changes in r142425,nectar2005-02-25205-787/+17208
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSL 0.9.7e.nectar2005-02-25216-812/+17288
| |
| * Clean up the OpenSSL vendor branch by removing files that are notnectar2005-02-25207-36723/+0
| | | | | | | | part of recent releases.
* | Update list of files to remove prior to import of OpenSSL 0.9.7e.nectar2005-02-251-0/+7
| |
* | This commit was generated by cvs2svn to compensate for changes in r142421,nectar2005-02-251-66/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Add support for C3 Nehemiah ACE ("Padlock") AES crypto. This comesmarkm2004-08-142-1/+4
| | | | | | | | from OpenSSL 0.9.5 (yet to be released), and is pretty complete.
* | This commit was generated by cvs2svn to compensate for changes in r133665,markm2004-08-131-0/+1054
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Bring in support for VIA C3 Nehemiah Padlock crypto support (AES).markm2004-08-131-0/+1054
| | | | | | | | This is from the upcoming OpenSSL 0.9.8 release.
* | This commit was generated by cvs2svn to compensate for changes in r127904,nectar2004-04-051-4/+9
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Repair a regression in OpenSSL 0.9.7d: processing an unsigned PKCS#7nectar2004-04-051-4/+9
| | | | | | | | | | | | | | | | object could cause a null pointer dereference. Obtained from: OpenSSL CVS (change number 12080) MFC After: 1 day Reported by: Daniel Lang <dl@leo.org>
* | Resolve conflicts after import of OpenSSL 0.9.7d.nectar2004-03-179-6/+17
| |
* | This commit was generated by cvs2svn to compensate for changes in r127128,nectar2004-03-17181-1511/+2602
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSL 0.9.7d.nectar2004-03-17190-1517/+2619
| |
* | This commit was generated by cvs2svn to compensate for changes in r127114,nectar2004-03-171-0/+8
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Correct a denial-of-service vulnerability in OpenSSL (CAN-2004-0079).nectar2004-03-171-0/+8
| | | | | | | | Obtained from: OpenSSL CVS (http://cvs.openssl.org/chngview?cn=12033)
* | Re-add the FreeBSD RCS keyword for the benefit of mergemaster.nectar2004-01-091-0/+1
| | | | | | | | | | PR: conf/50040 Requested by: Dimitry Andric <dim@xs4all.nl>
* | Remove files no longer included with OpenSSL as of version 0.9.7c.nectar2003-10-011-4/+0
| |
* | Merge conflicts after import of OpenSSL 0.9.7c.nectar2003-10-015-114/+170
| |
* | This commit was generated by cvs2svn to compensate for changes in r120631,nectar2003-10-01133-545/+1450
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSL 0.9.7cnectar2003-10-01137-589/+1616
| |
| * Enable RSA blinding by default.jedgar2003-03-202-5/+30
| | | | | | | | http://www.openssl.org/news/secadv_20030317.txt
* | Update list of files to remove prior to import of OpenSSL 0.9.7c.nectar2003-10-011-0/+9
| |
* | Merge conflictsjedgar2003-03-202-5/+30
| |
* | This commit was generated by cvs2svn to compensate for changes in r112439,jedgar2003-03-201-13/+12
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of PKCS #1 security fix.jedgar2003-03-201-13/+12
| | | | | | | | http://www.openssl.org/news/secadv_20030319.txt
* | Resolve conflicts after import of OpenSSL 0.9.7a.nectar2003-02-195-1/+27
| |
* | This commit was generated by cvs2svn to compensate for changes in r111147,nectar2003-02-19152-646/+1661
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSL 0.9.7a.nectar2003-02-19157-647/+1688
| |
OpenPOWER on IntegriCloud