aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - Do not exclude FIPS as it might be useful. I have not tested ifSimon L. B. Nielsen2009-06-061-3/+0
| | | | | | | | | | FIPS works but at least now we have the support source in case it does. - Do not exclude rsaref - it's not part of the OpenSSL distribution archive anymore. Notes: svn path=/vendor-crypto/openssl/dist/; revision=193587
* Vendor import of OpenSSL 0.9.8i.vendor/openssl/0.9.8iSimon L. B. Nielsen2008-09-21388-10727/+30385
| | | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=183234 svn path=/vendor-crypto/openssl/0.9.8i/; revision=193572; tag=vendor/openssl/0.9.8i
* - Remove files which aren't in the vendor distribution anymore.Simon L. B. Nielsen2008-09-211-4/+1
| | | | | | | | - Remove all of include as there is only the openssl subdir with symlinks (which were always removed). Notes: svn path=/vendor-crypto/openssl/dist/; revision=183233
* - Change FREEBSD-Xlist so it can be used as input to tar(1).Simon L. B. Nielsen2008-09-211-50/+50
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=183232
* Remove files from vendor tree which were not part of OpenSSL 0.9.8eSimon L. B. Nielsen2008-09-2190-23577/+0
| | | | | | | | | | (last vendor import). The file were removed in different earlier releases, but were not removed from the CVS vendor branch at the time. Notes: svn path=/vendor-crypto/openssl/dist/; revision=183231
* The vendor area is the proper home for these files now.Simon L. B. Nielsen2008-09-212-0/+93
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=183229
* Disable keyword expansion on vendor tree.Simon L. B. Nielsen2008-09-210-0/+0
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=183226
* Flatten OpenSSL vendor tree.Simon L. B. Nielsen2008-08-231806-0/+0
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=182044
* Import DTLS security fix from upstream OpenSSL_0_9_8-stable branch.Simon L. B. Nielsen2007-10-184-615/+544
| | | | | | | | | | | | | | | | | | | | | From the OpenSSL advisory: Andy Polyakov discovered a flaw in OpenSSL's DTLS implementation which could lead to the compromise of clients and servers with DTLS enabled. DTLS is a datagram variant of TLS specified in RFC 4347 first supported in OpenSSL version 0.9.8. Note that the vulnerabilities do not affect SSL and TLS so only clients and servers explicitly using DTLS are affected. We believe this flaw will permit remote code execution. Security: CVE-2007-4995 Security: http://www.openssl.org/news/secadv_20071012.txt Notes: svn path=/vendor-crypto/openssl/dist/; revision=172767
* Import fix from upstream OpenSSL_0_9_8-stable branch:Simon L. B. Nielsen2007-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 Notes: svn path=/vendor-crypto/openssl/dist/; revision=167617
* Vendor import of OpenSSL 0.9.8e.Simon L. B. Nielsen2007-03-15203-805/+4104
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=167612
* Import from upstream OpenSSL 0.9.8 branch:Simon L. B. Nielsen2006-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. Notes: svn path=/vendor-crypto/openssl/dist/; revision=162916
* Vendor import of OpenSSL 0.9.8d.Simon L. B. Nielsen2006-10-0198-511/+6053
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=162911
* Vendor import of OpenSSL 0.9.8bSimon L. B. Nielsen2006-07-29915-20663/+98999
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=160814
* Remove files that are no longer part of OpenSSL from the vendorJacques Vidrine2005-02-2557-15302/+0
| | | | | | | branch. This time, these are mostly the `Makefile.ssl' files. Notes: svn path=/vendor-crypto/openssl/dist/; revision=142430
* Vendor import of OpenSSL 0.9.7e.Jacques Vidrine2005-02-25216-812/+17288
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=142425
* Clean up the OpenSSL vendor branch by removing files that are notJacques Vidrine2005-02-25207-36723/+0
| | | | | | | part of recent releases. Notes: svn path=/vendor-crypto/openssl/dist/; revision=142421
* Bring in support for VIA C3 Nehemiah Padlock crypto support (AES).Mark Murray2004-08-131-0/+1054
| | | | | | | This is from the upcoming OpenSSL 0.9.8 release. Notes: svn path=/vendor-crypto/openssl/dist/; revision=133665
* Repair a regression in OpenSSL 0.9.7d: processing an unsigned PKCS#7Jacques Vidrine2004-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> Notes: svn path=/vendor-crypto/openssl/dist/; revision=127904
* Vendor import of OpenSSL 0.9.7d.Jacques Vidrine2004-03-17190-1517/+2619
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=127128
* Correct a denial-of-service vulnerability in OpenSSL (CAN-2004-0079).Jacques Vidrine2004-03-171-0/+8
| | | | | | | Obtained from: OpenSSL CVS (http://cvs.openssl.org/chngview?cn=12033) Notes: svn path=/vendor-crypto/openssl/dist/; revision=127114
* Vendor import of OpenSSL 0.9.7cJacques Vidrine2003-10-01137-589/+1616
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=120631
* Enable RSA blinding by default.Chris D. Faulhaber2003-03-202-5/+30
| | | | | | | http://www.openssl.org/news/secadv_20030317.txt Notes: svn path=/vendor-crypto/openssl/dist/; revision=112442
* Import of PKCS #1 security fix.Chris D. Faulhaber2003-03-201-13/+12
| | | | | | | http://www.openssl.org/news/secadv_20030319.txt Notes: svn path=/vendor-crypto/openssl/dist/; revision=112439
* Vendor import of OpenSSL 0.9.7a.Jacques Vidrine2003-02-19157-647/+1688
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=111147
* = Fix a bug in UI_UTIL_read_pw's error handling that causedJacques Vidrine2003-01-295-29/+33
| | | | | | | | | | | | | des_read_pw_string to break (and thus rather mysteriously breaking utilities such as kinit). = Enable the BSD /dev/crypto interface. (These changes are being imported on the vendor branch, as they have already been accepted and committed to the OpenSSL CVS repository.) Notes: svn path=/vendor-crypto/openssl/dist/; revision=110018
* Vendor import of OpenSSL release 0.9.7. This release includesMark Murray2003-01-28965-20829/+103840
| | | | | | | support for AES and OpenBSD's hardware crypto. Notes: svn path=/vendor-crypto/openssl/dist/; revision=109998
* Import of OpenSSL 0.9.6g.Jacques Vidrine2002-08-109-12/+27
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=101618
* Import of OpenSSL 0.9.6f.Jacques Vidrine2002-08-1013-42/+134
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=101615
* Import of OpenSSL 0.9.6f.Jacques Vidrine2002-08-1019-61/+92
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=101613
* Correct a bug in the ASN.1 decoder which was introduced with theJacques Vidrine2002-08-051-1/+1
| | | | | | | | | recent OpenSSL update. Obtained from: OpenSSL CVS Notes: svn path=/vendor-crypto/openssl/dist/; revision=101386
* Import of OpenSSL 0.9.6e.Jacques Vidrine2002-07-30110-329/+968
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=100936
* Import of OpenSSL 0.9.6d.Jacques Vidrine2002-07-30104-1511/+2704
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=100928
* Initial import of OpenSSL 0.9.6cKris Kennaway2002-01-27149-838/+5487
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=89837
* Initial import of OpenSSL 0.9.6bKris Kennaway2001-07-1997-1460/+2538
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=79998
* Initial import of OpenSSL 0.9.6aKris Kennaway2001-05-20122-841/+1941
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=76866
* Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10Kris Kennaway2001-02-18154-359/+5666
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=72613
* Initial import of OpenSSL 0.9.6Kris Kennaway2000-11-13598-11885/+39181
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=68651
* Virgin import of OpenSSL v0.9.5aMark Murray2000-04-164-5/+97
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=59281
* Initial import of OpenSSL 0.9.5aKris Kennaway2000-04-13713-9597/+56254
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=59191
* Import the RSA support code. There shouldn't be any actual RSAKris Kennaway2000-01-1613-0/+2601
| | | | | | | cryptography here. Notes: svn path=/vendor-crypto/openssl/dist/; revision=56083
* This commit was manufactured by cvs2svn to create branchcvs2svn2000-01-101-0/+25
| | | | | | | 'VENDOR-crypto-openssl'. Notes: svn path=/vendor-crypto/openssl/dist/; revision=55718
* Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patentKris Kennaway2000-01-101108-0/+223134
| | | | | | | infringement reasons. Notes: svn path=/vendor-crypto/openssl/dist/; revision=55714
* Initial import of OpenSSL v0.9.4Kris Kennaway1999-12-2513-0/+2145
Notes: svn path=/vendor-crypto/openssl/dist/; revision=55099