aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/util
Commit message (Collapse)AuthorAgeFilesLines
* crypto/openssl: make vendor imports easier/less error proneEnji Cooper6 days2-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds a custom BSD makefile containing multiple high-level PHONY targets, similar to targets provided by the ports framework. The Makefile does the following: - Reruns Configure with a deterministic set of arguments to ensure that all appropriate features have been enabled/disabled in OpenSSL. - Preens the pkgconfig files to remove duplicate paths in their `CFLAGS` and `includedir` variables. - Rebuilds all ASM files to ensure that the content contained is fresh. - Rebuilds all manpages to ensure that the content contained in the manpages is fresh. Some additional work needs to be done to make the manpage regeneration "operation" reproducible (the date the manpages were generated is embedded in the files). All dynamic configuration previously captured in `include/openssl/configuration.h` and `include/crypto/bn_conf.h` has been moved to `freebsd/include/dynamic_freebsd_configuration.h` and `freebsd/include/crypto/bn_conf.h`, respectively. This helps ensure that future updates don't wipe out FreeBSD customizations to these files, which tune behavior on a per-target architecture basis, e.g., ARM vs x86, 32-bit vs 64-bit, etc. MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D51663
* openssl: Import version 3.5.1Pierre Pronchery2025-08-072-0/+247
| | | | | | | | | | 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-0750-420/+3578
|\ | | | | | | | | | | Approved by: philip (mentor) Sponsored by: Alpha-Omega Beach Cleaning Project Sponsored by: The FreeBSD Foundation
* | openssl: Import OpenSSL 3.0.16Enji Cooper2025-03-144-108/+120
|\| | | | | | | | | | | | | | | | | | | | | | | 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-087-11/+264
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Vendor import of OpenSSL 3.0.13Cy Schubert2024-02-0281-0/+28073
|/ | | | | | | | | | | | | | | | | | * 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-2350-11944/+0
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=182044
* Vendor import of OpenSSL 0.9.8e.Simon L. B. Nielsen2007-03-155-6/+127
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=167612
* Vendor import of OpenSSL 0.9.8d.Simon L. B. Nielsen2006-10-015-5/+53
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=162911
* Vendor import of OpenSSL 0.9.8bSimon L. B. Nielsen2006-07-2925-398/+1846
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=160814
* Vendor import of OpenSSL 0.9.7e.Jacques Vidrine2005-02-2521-70/+184
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=142425
* Clean up the OpenSSL vendor branch by removing files that are notJacques Vidrine2005-02-252-107/+0
| | | | | | | part of recent releases. Notes: svn path=/vendor-crypto/openssl/dist/; revision=142421
* Vendor import of OpenSSL 0.9.7d.Jacques Vidrine2004-03-174-25/+59
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=127128
* Vendor import of OpenSSL 0.9.7cJacques Vidrine2003-10-017-36/+44
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=120631
* Vendor import of OpenSSL 0.9.7a.Jacques Vidrine2003-02-195-116/+132
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=111147
* Vendor import of OpenSSL release 0.9.7. This release includesMark Murray2003-01-2822-703/+2453
| | | | | | | support for AES and OpenBSD's hardware crypto. Notes: svn path=/vendor-crypto/openssl/dist/; revision=109998
* Import of OpenSSL 0.9.6f.Jacques Vidrine2002-08-101-1/+1
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=101615
* Import of OpenSSL 0.9.6e.Jacques Vidrine2002-07-308-40/+126
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=100936
* Import of OpenSSL 0.9.6d.Jacques Vidrine2002-07-302-1/+59
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=100928
* Initial import of OpenSSL 0.9.6cKris Kennaway2002-01-274-14/+22
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=89837
* Initial import of OpenSSL 0.9.6aKris Kennaway2001-05-204-4/+14
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=76866
* Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10Kris Kennaway2001-02-182-6/+26
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=72613
* Initial import of OpenSSL 0.9.6Kris Kennaway2000-11-1315-2666/+2850
| | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=68651
* Initial import of OpenSSL 0.9.5aKris Kennaway2000-04-1310-39/+1924
| | | | 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/+6261
infringement reasons. Notes: svn path=/vendor-crypto/openssl/dist/; revision=55714