From b7d6bf87bdda6131437856418644a9eed37b2748 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 11 Feb 2025 15:29:33 +0000 Subject: [PATCH] openssl - update from 3.3.2 to 3.3.3 --- build/openssl/build-3.sh | 4 ++-- build/openssl/testsuite-3.log | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build/openssl/build-3.sh b/build/openssl/build-3.sh index c38ef2af2..304a3e07e 100755 --- a/build/openssl/build-3.sh +++ b/build/openssl/build-3.sh @@ -13,13 +13,13 @@ # }}} # # Copyright 2017 OmniTI Computer Consulting, Inc. All rights reserved. -# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2025 OmniOS Community Edition (OmniOSce) Association. # . ../../lib/build.sh . common.sh PROG=openssl -VER=3.3.2 +VER=3.3.3 PKG=library/security/openssl-3 SUMMARY="Cryptography and SSL/TLS Toolkit" DESC="A toolkit for Secure Sockets Layer and Transport Layer protocols " diff --git a/build/openssl/testsuite-3.log b/build/openssl/testsuite-3.log index e830df930..3846c8263 100644 --- a/build/openssl/testsuite-3.log +++ b/build/openssl/testsuite-3.log @@ -118,6 +118,7 @@ Result: NOTESTS 20-test_kdf.t ........................... ok 20-test_legacy_okay.t ................... ok 20-test_mac.t ........................... ok +20-test_nocache.t ....................... ok 20-test_passwd.t ........................ ok 20-test_pkeyutl.t ....................... ok 20-test_rand_config.t ................... ok @@ -164,6 +165,7 @@ Result: NOTESTS 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 @@ -316,5 +318,5 @@ Result: NOTESTS 99-test_fuzz_v3name.t ................... ok 99-test_fuzz_x509.t ..................... ok All tests successful. -Files=314, Tests=3670, +Files=316, Tests=3677, Result: PASS