opnsense-src/sys/crypto/openssl
Enji Cooper cc43f991ab openssl: Import OpenSSL 3.0.15.
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'

(cherry picked from commit a7148ab39c03abd4d1a84997c70bf96f15dd2a09)

Update config/build info for OpenSSL 3.0.15

This is a companion commit to the OpenSSL 3.0.15 update.

`opensslv.h` was regenerated via the following process:

```
cd crypto/openssl
./config
git reset --hard
gmake include/openssl/opensslv.h
```

`Makefile.inc` has been updated to match.

MFC after:	1 week
MFC with:	a7148ab39c03abd4d1a84997c70bf96f15dd2a09
Differential Revision:	https://reviews.freebsd.org/D46603

(cherry picked from commit cc717b574d7faa2e0b2de1a985076286cef74187)

sys/crypto/openssl: update powerpc* ASM

This change updates the crypto powerpc* ASM via the prescribed process
documented in `crypto/openssl/FREEBSD-upgrade`.

This change syncs the ASM with 3.0.15's generated ASM.

MFC after:	1 week
MFC with:	a7148ab39c03abd4d1a84997c70bf96f15dd2a09
MFC with:	cc717b574d7faa2e0b2de1a985076286cef74187
Differential Revision:	https://reviews.freebsd.org/D46604

(cherry picked from commit 77864b545b0aaa91bc78b1156c477825007a6233)
2024-09-27 20:50:47 -07:00
..
aarch64 ossl: Rebuild the openssl asm 2024-07-15 08:09:43 +00:00
amd64 ossl: Fix some bugs in the fallback AES-GCM implementation 2023-12-03 12:48:09 -05:00
arm ossl: Move arm_arch.h to a common subdirectory 2024-03-29 09:53:05 -04:00
i386 ossl: Update the generated assembly files from OpenSSL 3.0. 2023-09-08 13:55:44 -07:00
powerpc openssl: Import OpenSSL 3.0.15. 2024-09-27 20:50:47 -07:00
powerpc64 openssl: Import OpenSSL 3.0.15. 2024-09-27 20:50:47 -07:00
powerpc64le openssl: Import OpenSSL 3.0.15. 2024-09-27 20:50:47 -07:00
arm_arch.h ossl: Rebuild the openssl asm 2024-07-15 08:09:43 +00:00
ossl.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
ossl.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
ossl_aarch64.c ossl: Move arm_arch.h to a common subdirectory 2024-03-29 09:53:05 -04:00
ossl_aarch64.h ossl: Move arm_arch.h to a common subdirectory 2024-03-29 09:53:05 -04:00
ossl_aes.c ossl: Add support for armv7 2024-03-29 09:53:05 -04:00
ossl_aes_gcm.h ossl: Add support for armv7 2024-03-29 09:53:05 -04:00
ossl_arm.c ossl: Remove a stray __FBSDID("$FreeBSD$") 2024-03-29 09:53:05 -04:00
ossl_arm.h ossl: Add support for armv7 2024-03-29 09:53:05 -04:00
ossl_chacha.h ossl: Add ChaCha20 cipher support. 2021-03-03 15:20:57 -08:00
ossl_chacha20.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
ossl_cipher.h ossl: Add support for armv7 2024-03-29 09:53:05 -04:00
ossl_hash.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
ossl_poly1305.c ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439 2021-03-03 15:20:57 -08:00
ossl_poly1305.h ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439 2021-03-03 15:20:57 -08:00
ossl_sha.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
ossl_sha1.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
ossl_sha256.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
ossl_sha512.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
ossl_x86.c sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
ossl_x86.h ossl: Add support for AES-CBC cipher 2021-11-08 10:53:31 +01:00