aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/test
Commit message (Collapse)AuthorAgeFilesLines
* crypto/openssl: update to 3.5.4Enji Cooper2025-10-0420-107/+859
|\ | | | | | | | | | | | | | | | | | | This change includes all necessary changes required to update to OpenSSL 3.5.4. More information about the 3.5.4 release can be found in the relevant release notes (see 8e12a5c4eb3507846b5 for more details). Merge commit '8e12a5c4eb3507846b507d0afe87d115af41df40'
* | crypto/openssl: update component to 3.5.3Enji Cooper2025-09-2226-59/+1506
|\| | | | | | | | | | | | | | | | | | | | | This change updates the sources for crypto/openssl. The subsequent commit will update the build artifacts to match the 3.5.3 release. More details about the update can be found in the related vendor branch commits. MFC after: 1 week Merge commit 'aed904c48f330dc76da942a8ee2d6eef9d11f572'
* | openssl: Import version 3.5.1Pierre Pronchery2025-08-071-0/+16
| | | | | | | | | | | | | | | | | | | | Migrate to OpenSSL 3.5 in advance of FreeBSD 15.0. OpenSSL 3.0 will be EOL after 2026-09-07. Approved by: philip (mentor) Sponsored by: Alpha-Omega Beach Cleaning Project Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D51613
* | Merge commit '1095efe41feed8ea5a6fe5ca123c347ae0914801'Pierre Pronchery2025-08-07738-5501/+133225
|\| | | | | | | | | | | Approved by: philip (mentor) Sponsored by: Alpha-Omega Beach Cleaning Project Sponsored by: The FreeBSD Foundation
* | openssl: Import OpenSSL 3.0.16Enji Cooper2025-03-1424-131/+348
|\| | | | | | | | | | | | | | | | | | | | | | | This release incorporates the following bug fixes and mitigations: - [CVE-2024-13176](https://www.openssl.org/news/vulnerabilities.html#CVE-2024-13176 - [CVE-2024-9143](https://www.openssl.org/news/vulnerabilities.html#CVE-2024-9143) Release notes can be found at: https://openssl-library.org/news/openssl-3.0-notes/index.html MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D49296
* | openssl: Import OpenSSL 3.0.15.Enji Cooper2024-09-0826-307/+1114
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release incorporates the following bug fixes and mitigations: - Fixed possible denial of service in X.509 name checks ([CVE-2024-6119]) - Fixed possible buffer overread in SSL_select_next_proto() ([CVE-2024-5535]) Release notes can be found at: https://openssl-library.org/news/openssl-3.0-notes/index.html Co-authored-by: gordon MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D46602 Merge commit '108164cf95d9594884c2dcccba2691335e6f221b'
* | openssl: Bring over fix for CVE-2024-6119 from vendor/openssl-3.0.Gordon Tetlow2024-09-034-1/+89
|\| | | | | | | Merge commit 'e60dbfd00b009d424dfc5446d132872c93dd0aed'
* | Update to OpenSSL 3.0.14Enji Cooper2024-06-2631-293/+1186
|\| | | | | | | | | | | | | | | | | | | This release resolves 3 upstream found CVEs: - Fixed potential use after free after SSL_free_buffers() is called (CVE-2024-4741) - Fixed an issue where checking excessively long DSA keys or parameters may be very slow (CVE-2024-4603) - Fixed unbounded memory growth with session handling in TLSv1.3 (CVE-2024-2511) MFC after: 3 days Merge commit '1070e7dca8223387baf5155524b28f62bfe7da3c'
* | OpenSSL: Vendor import of OpenSSL 3.0.13Cy Schubert2024-02-021536-0/+387684
|/ | | | | | | | | | | | | | | | | | * 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'
* Flatten OpenSSL vendor tree.Simon L. B. Nielsen2008-08-2344-3538/+0
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=182044
* Vendor import of OpenSSL 0.9.8e.Simon L. B. Nielsen2007-03-151-0/+3
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=167612
* Vendor import of OpenSSL 0.9.8d.Simon L. B. Nielsen2006-10-013-4/+627
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=162911
* Vendor import of OpenSSL 0.9.8bSimon L. B. Nielsen2006-07-2920-770/+509
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=160814
* Remove files that are no longer part of OpenSSL from the vendorJacques Vidrine2005-02-251-796/+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-255-3/+1162
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=142425
* Clean up the OpenSSL vendor branch by removing files that are notJacques Vidrine2005-02-253-512/+0
| | | | | | | part of recent releases. Notes: svn path=/vendor-crypto/openssl/dist/; revision=142421
* Vendor import of OpenSSL 0.9.7d.Jacques Vidrine2004-03-171-2/+2
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=127128
* Vendor import of OpenSSL 0.9.7cJacques Vidrine2003-10-012-16/+227
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=120631
* Vendor import of OpenSSL 0.9.7a.Jacques Vidrine2003-02-192-10/+14
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=111147
* Vendor import of OpenSSL release 0.9.7. This release includesMark Murray2003-01-2813-200/+646
| | | | | | | support for AES and OpenBSD's hardware crypto. Notes: svn path=/vendor-crypto/openssl/dist/; revision=109998
* Import of OpenSSL 0.9.6e.Jacques Vidrine2002-07-301-3/+3
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=100936
* Import of OpenSSL 0.9.6d.Jacques Vidrine2002-07-301-1/+2
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=100928
* Initial import of OpenSSL 0.9.6cKris Kennaway2002-01-271-0/+2
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=89837
* Initial import of OpenSSL 0.9.6bKris Kennaway2001-07-193-48/+83
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=79998
* Initial import of OpenSSL 0.9.6aKris Kennaway2001-05-202-30/+42
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=76866
* Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10Kris Kennaway2001-02-182-1/+85
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=72613
* Initial import of OpenSSL 0.9.6Kris Kennaway2000-11-132-85/+105
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=68651
* Initial import of OpenSSL 0.9.5aKris Kennaway2000-04-137-65/+555
| | | | 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-1038-0/+2017
infringement reasons. Notes: svn path=/vendor-crypto/openssl/dist/; revision=55714