aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/ssl/ssl_ciph.c
Commit message (Collapse)AuthorAgeFilesLines
* OpenSSL: Vendor import of OpenSSL 3.0.13Cy Schubert2024-02-021-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed PKCS12 Decoding crashes ([CVE-2024-0727]) * Fixed Excessive time spent checking invalid RSA public keys ([CVE-2023-6237]) * Fixed POLY1305 MAC implementation corrupting vector registers on PowerPC CPUs which support PowerISA 2.07 ([CVE-2023-6129]) * Fix excessive time spent in DH check / generation with large Q parameter value ([CVE-2023-5678]) Release notes can be found at https://www.openssl.org/news/openssl-3.0-notes.html. Approved by: emaste MFC after: 3 days Merge commit '9dd13e84fa8eca8f3462bd55485aa3da8c37f54a'
* | Merge OpenSSL 3.0.9Pierre Pronchery2023-06-231-247/+325
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate to OpenSSL 3.0 in advance of FreeBSD 14.0. OpenSSL 1.1.1 (the version we were previously using) will be EOL as of 2023-09-11. Most of the base system has already been updated for a seamless switch to OpenSSL 3.0. For many components we've added `-DOPENSSL_API_COMPAT=0x10100000L` to CFLAGS to specify the API version, which avoids deprecation warnings from OpenSSL 3.0. Changes have also been made to avoid OpenSSL APIs that were already deprecated in OpenSSL 1.1.1. The process of updating to contemporary APIs can continue after this merge. Additional changes are still required for libarchive and Kerberos- related libraries or tools; workarounds will immediately follow this commit. Fixes are in progress in the upstream projects and will be incorporated when those are next updated. There are some performance regressions in benchmarks (certain tests in `openssl speed`) and in some OpenSSL consumers in ports (e.g. haproxy). Investigation will continue for these. Netflix's testing showed no functional regression and a rather small, albeit statistically significant, increase in CPU consumption with OpenSSL 3.0. Thanks to ngie@ and des@ for updating base system components, to antoine@ and bofh@ for ports exp-runs and port fixes/workarounds, and to Netflix and everyone who tested prior to commit or contributed to this update in other ways. PR: 271615 PR: 271656 [exp-run] Relnotes: Yes Sponsored by: The FreeBSD Foundation
* | OpenSSL: Merge OpenSSL 1.1.1sJung-uk Kim2022-11-011-4/+2
|\| | | | | | | Merge commit 'b6b67f23b82101d4c04c89f81d726b902ab77106'
* | OpenSSL: Merge OpenSSL 1.1.1mJung-uk Kim2021-12-141-1/+2
| | | | | | | | Merge commit '56eae1b760adf10835560a9ee595549a1f10410f'
* | Merge OpenSSL 1.1.1e.Jung-uk Kim2020-03-181-2/+2
|\| | | | | | | Notes: svn path=/head/; revision=359060
* | Merge OpenSSL 1.1.1d.Jung-uk Kim2019-09-101-6/+7
|\| | | | | | | Notes: svn path=/head/; revision=352191
* | Merge OpenSSL 1.1.1b.Jung-uk Kim2019-02-261-1/+3
|\| | | | | | | Notes: svn path=/head/; revision=344602
* | Merge OpenSSL 1.1.1a.Jung-uk Kim2018-11-201-1/+1
|\| | | | | | | Notes: svn path=/head/; revision=340703
* | Update OpenSSL to 1.1.1.Jung-uk Kim2018-09-131-925/+993
|\| | | | | | | | | | | | | Note it does not update build infrastructure. Notes: svn path=/projects/openssl111/; revision=338663
* | Merge OpenSSL 1.0.2m.Jung-uk Kim2017-11-021-1/+1
|\| | | | | | | Notes: svn path=/head/; revision=325328
* | Merge OpenSSL 1.0.2l.Jung-uk Kim2017-05-251-1/+2
|\| | | | | | | Notes: svn path=/head/; revision=318899
* | Merge OpenSSL 1.0.2i.Jung-uk Kim2016-09-221-3/+18
|\| | | | | | | Notes: svn path=/head/; revision=306193
* | Merge OpenSSL 1.0.2h.Jung-uk Kim2016-05-031-8/+8
|\| | | | | | | | | | | | | Relnotes: yes Notes: svn path=/head/; revision=298998
* | Merge OpenSSL 1.0.2e.Jung-uk Kim2015-12-031-9/+13
|\| | | | | | | Notes: svn path=/head/; revision=291719
* | Merge OpenSSL 1.0.2d.Jung-uk Kim2015-10-301-8/+173
|\| | | | | | | Notes: svn path=/head/; revision=290207
* | Merge OpenSSL 1.0.1m.Jung-uk Kim2015-03-201-1611/+1640
|\| | | | | | | Notes: svn path=/head/; revision=280297
* | Merge OpenSSL 1.0.1k.Jung-uk Kim2015-01-081-6/+6
|\| | | | | | | Notes: svn path=/head/; revision=276861
* | Merge OpenSSL 1.0.1i.Jung-uk Kim2014-08-071-9/+35
|\| | | | | | | Notes: svn path=/head/; revision=269682
* | Merge OpenSSL 1.0.1e.Jung-uk Kim2013-02-131-2/+3
|\| | | | | | | | | | | | | Approved by: secteam (simon), benl (silence) Notes: svn path=/head/; revision=246772
* | Merge OpenSSL 1.0.1c.Jung-uk Kim2012-07-121-323/+788
|\| | | | | | | | | | | | | Approved by: benl (maintainer) Notes: svn path=/head/; revision=238405
* | Merge OpenSSL 0.9.8x.Jung-uk Kim2012-06-271-0/+1
|\| | | | | | | | | | | | | | | | | Reviewed by: stas Approved by: benl (maintainer) MFC after: 3 days Notes: svn path=/head/; revision=237657
* | Merge OpenSSL 0.9.8p into head.Simon L. B. Nielsen2010-11-221-4/+2
|\| | | | | | | | | | | | | | | Security: CVE-2010-3864 Security: http://www.openssl.org/news/secadv_20101116.txt Notes: svn path=/head/; revision=215697
* | Merge OpenSSL 0.9.8m into head.Simon L. B. Nielsen2010-03-131-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | This also "reverts" some FreeBSD local changes so we should now be back to using entirely stock OpenSSL. The local changes were simple $FreeBSD$ lines additions, which were required in the CVS days, and the patch for FreeBSD-SA-09:15.ssl which has been superseded with OpenSSL 0.9.8m's RFC5746 'TLS renegotiation extension' support. MFC after: 3 weeks Notes: svn path=/head/; revision=205128
* | Merge OpenSSL 0.9.8k into head.Simon L. B. Nielsen2009-06-141-8/+30
|\| | | | | | | | | | | | | Approved by: re Notes: svn path=/head/; revision=194206
| * Flatten OpenSSL vendor tree.Simon L. B. Nielsen2008-08-231-1365/+0
|/ | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=182044
* Vendor import of OpenSSL 0.9.8e.Simon L. B. Nielsen2007-03-151-13/+37
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=167612
* Vendor import of OpenSSL 0.9.8d.Simon L. B. Nielsen2006-10-011-34/+144
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=162911
* Vendor import of OpenSSL 0.9.8bSimon L. B. Nielsen2006-07-291-101/+175
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=160814
* Vendor import of OpenSSL 0.9.7e.Jacques Vidrine2005-02-251-1/+12
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=142425
* Vendor import of OpenSSL 0.9.7d.Jacques Vidrine2004-03-171-39/+46
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=127128
* Vendor import of OpenSSL 0.9.7cJacques Vidrine2003-10-011-3/+4
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=120631
* Vendor import of OpenSSL release 0.9.7. This release includesMark Murray2003-01-281-8/+75
| | | | | | | support for AES and OpenBSD's hardware crypto. Notes: svn path=/vendor-crypto/openssl/dist/; revision=109998
* Initial import of OpenSSL 0.9.6Kris Kennaway2000-11-131-15/+17
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=68651
* Initial import of OpenSSL 0.9.5aKris Kennaway2000-04-131-296/+530
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=59191
* Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patentKris Kennaway2000-01-101-0/+835
infringement reasons. Notes: svn path=/vendor-crypto/openssl/dist/; revision=55714