Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenSSL to version 3.0.9 in the base system #760

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
aba33b3
Import OpenSSL 1.1.1s
juikim Nov 1, 2022
3c320f4
Import OpenSSL 1.1.1t
juikim Feb 7, 2023
e4520c8
openssl: Vendor import of OpenSSL-3.0.8
ngie-eign Mar 1, 2023
68967d6
openssl: Vendor import of OpenSSL-3.0.9
khorben May 31, 2023
ed6f360
Merge commit '68967d66b12523adf3fd480112005bb0b5e75cb1' into main
khorben Jun 1, 2023
34f8c8d
openssl: Import the changes specific to FreeBSD
khorben Jun 1, 2023
28a2874
openssl: Generate the assembly files
khorben Jun 1, 2023
4391b1b
openssl: Import the other files generated
khorben Jun 1, 2023
f521dea
libhx509: Request the OpenSSL 1.1 API
khorben May 25, 2023
73172b6
libkrb5: Request the OpenSSL 1.1 API
khorben May 25, 2023
4ba29f0
libheimntlm: Request the OpenSSL 1.1 API
khorben May 25, 2023
0f4f0b2
libkdc: Request the OpenSSL 1.1 API
khorben May 25, 2023
18dddc0
libgssapi_krb5: Request the OpenSSL 1.1 API
khorben May 25, 2023
d57caf4
libgssapi_ntlm: Request the OpenSSL 1.1 API
khorben May 25, 2023
f55705e
hxtool: Request the OpenSSL 1.1 API
khorben May 25, 2023
a80e27e
libarchive: Avoid a build failure with OpenSSL 3.0
khorben Jun 1, 2023
2be3913
dumpon: Request the OpenSSL 1.1 API
khorben May 25, 2023
9a28b18
decryptcore: Request the OpenSSL 1.1 API
khorben Jun 1, 2023
b582bcf
openssl: Automatically disable EC_NISTP_64_GCC_128
khorben Jun 1, 2023
bdf80e9
openssl: Keep OPENSSL_SHLIB_VERSION at 3
khorben Jun 1, 2023
e134bb3
openssl: Re-generate the manual pages
khorben Jun 2, 2023
a19b8bd
openssl: Mark deprecated manual pages as obsolete
khorben Jun 2, 2023
934331f
openssl: Limit the changes to obsolete files to us
khorben Jun 3, 2023
d32019d
openssl: Fix typos in manual pages
khorben Jun 5, 2023
ef1c068
openssl: Enable support for RFC3779
khorben Jun 5, 2023
6c18ba4
Ensure BN_ULONG is correctly defined for 32-bit architectures
DimitryAndric Jun 9, 2023
1335516
openssl: also build ec_deprecated.c in libcrypto
khorben Jun 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions secure/lib/libcrypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ SRCS+= dso_dlfcn.c dso_err.c dso_lib.c
# ec
SRCS+= curve25519.c curve448.c curve448_tables.c ec2_oct.c ec2_smpl.c
SRCS+= ec_ameth.c ec_asn1.c ec_backend.c ec_check.c ec_curve.c ec_cvt.c
SRCS+= ec_err.c ec_key.c ec_kmeth.c ec_lib.c ec_mult.c ec_oct.c ec_pmeth.c
SRCS+= ec_print.c ecdh_kdf.c ecdh_ossl.c ecdsa_ossl.c ecdsa_sign.c
SRCS+= ec_deprecated.c ec_err.c ec_key.c ec_kmeth.c ec_lib.c ec_mult.c ec_oct.c
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

SRCS+= ec_pmeth.c ec_print.c ecdh_kdf.c ecdh_ossl.c ecdsa_ossl.c ecdsa_sign.c
SRCS+= ecdsa_vrf.c eck_prn.c ecp_mont.c ecp_nist.c
SRCS+= ecp_oct.c ecp_smpl.c ecx_backend.c ecx_key.c ecx_meth.c eddsa.c
SRCS+= f_generic.c f_impl32.c f_impl64.c scalar.c
Expand Down