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

openssl-3 - update from 3.3.2 to 3.4.0 #3739

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion build/openssl/build-3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
. common.sh

PROG=openssl
VER=3.3.2
VER=3.4.0
PKG=library/security/openssl-3
SUMMARY="Cryptography and SSL/TLS Toolkit"
DESC="A toolkit for Secure Sockets Layer and Transport Layer protocols "
Expand Down
12 changes: 11 additions & 1 deletion build/openssl/testsuite-3.log
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Result: NOTESTS
02-test_priority_queue.t ................ ok
02-test_sparse_array.t .................. ok
02-test_stack.t ......................... ok
02-test_strtoul.t ....................... ok
02-test_time.t .......................... ok
02-test_windows_registry.t .............. skipped: Windows registry tests are only available on windows
03-test_exdata.t ........................ ok
03-test_fipsinstall.t ................... skipped: Test only supported in a fips build
03-test_internal_asn1.t ................. ok
Expand Down Expand Up @@ -121,6 +123,7 @@ Result: NOTESTS
20-test_passwd.t ........................ ok
20-test_pkeyutl.t ....................... ok
20-test_rand_config.t ................... ok
20-test_speed.t ......................... ok
20-test_spkac.t ......................... ok
25-test_crl.t ........................... ok
25-test_d2i.t ........................... ok
Expand Down Expand Up @@ -156,14 +159,17 @@ Result: NOTESTS
30-test_prov_config.t ................... ok
30-test_provider_status.t ............... ok
40-test_rehash.t ........................ ok
60-test_x509_acert.t .................... ok
60-test_x509_check_cert_pkey.t .......... ok
60-test_x509_dup_cert.t ................. ok
60-test_x509_load_cert_file.t ........... ok
60-test_x509_req.t ...................... ok
60-test_x509_store.t .................... ok
60-test_x509_time.t ..................... ok
61-test_bio_addr.t ...................... ok
61-test_bio_meth.t ...................... ok
61-test_bio_prefix.t .................... ok
61-test_bio_pw_callback.t ............... ok
61-test_bio_readbuffer.t ................ ok
65-test_cmp_asn.t ....................... ok
65-test_cmp_client.t .................... ok
Expand Down Expand Up @@ -256,6 +262,7 @@ Result: NOTESTS
82-test_tfo_cli.t ....................... skipped: test_tfo_cli needs tfo enabled
90-test_asn1_time.t ..................... ok
90-test_async.t ......................... ok
90-test_bio_base64.t .................... ok
90-test_bio_enc.t ....................... ok
90-test_bio_memleak.t ................... ok
90-test_cert_comp.t ..................... ok
Expand Down Expand Up @@ -292,6 +299,7 @@ Result: NOTESTS
95-test_external_pyca.t ................. skipped: No external tests in this configuration
95-test_external_tlsfuzzer.t ............ skipped: No external tests in this configuration
99-test_ecstress.t ...................... ok
99-test_fuzz_acert.t .................... ok
99-test_fuzz_asn1.t ..................... ok
99-test_fuzz_asn1parse.t ................ ok
99-test_fuzz_bignum.t ................... ok
Expand All @@ -305,7 +313,9 @@ Result: NOTESTS
99-test_fuzz_decoder.t .................. ok
99-test_fuzz_dtlsclient.t ............... ok
99-test_fuzz_dtlsserver.t ............... ok
99-test_fuzz_hashtable.t ................ ok
99-test_fuzz_pem.t ...................... ok
99-test_fuzz_provider.t ................. ok
99-test_fuzz_punycode.t ................. ok
99-test_fuzz_quic_client.t .............. ok
99-test_fuzz_quic_lcidm.t ............... ok
Expand All @@ -316,5 +326,5 @@ Result: NOTESTS
99-test_fuzz_v3name.t ................... ok
99-test_fuzz_x509.t ..................... ok
All tests successful.
Files=314, Tests=3670,
Files=324, Tests=3799,
Result: PASS
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
| library/readline | 8.2.13 | https://ftp.gnu.org/gnu/readline/
| library/readline8-patchlvl | 013 | https://ftp.gnu.org/gnu/readline/readline-8.2-patches/
| library/security/liboqs | 0.11.0 | https://github.com/open-quantum-safe/liboqs/releases
| library/security/openssl-3 | 3.3.2 | https://www.openssl.org/source/
| library/security/openssl-3 | 3.4.0 | https://www.openssl.org/source/
| library/security/oqs-provider | 0.7.0 | https://github.com/open-quantum-safe/oqs-provider/releases
| library/unixodbc | 2.3.12 | http://www.unixodbc.org/download.html
| library/xxhash | 0.8.2 | https://github.com/Cyan4973/xxHash/releases | Currently used solely by rsync
Expand Down
Loading