Skip to content

Commit afd440a

Browse files
committed
openssl - update from 3.0.15 to 3.0.16
1 parent 0f5a2d6 commit afd440a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build/openssl/build-3.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
# }}}
1414
#
1515
# Copyright 2017 OmniTI Computer Consulting, Inc. All rights reserved.
16-
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
16+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
1717
#
1818
. ../../lib/build.sh
1919
. common.sh
2020

2121
PROG=openssl
22-
VER=3.0.15
22+
VER=3.0.16
2323
PKG=library/security/openssl-3
2424
SUMMARY="Cryptography and SSL/TLS Toolkit"
2525
DESC="A toolkit for Secure Sockets Layer and Transport Layer protocols "

build/openssl/testsuite-3.log

+3-1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Result: NOTESTS
108108
20-test_kdf.t ...................... ok
109109
20-test_legacy_okay.t .............. ok
110110
20-test_mac.t ...................... ok
111+
20-test_nocache.t .................. ok
111112
20-test_passwd.t ................... ok
112113
20-test_pkeyutl.t .................. ok
113114
20-test_rand_config.t .............. ok
@@ -146,6 +147,7 @@ Result: NOTESTS
146147
60-test_x509_store.t ............... ok
147148
60-test_x509_time.t ................ ok
148149
61-test_bio_prefix.t ............... ok
150+
61-test_bio_pw_callback.t .......... ok
149151
61-test_bio_readbuffer.t ........... ok
150152
65-test_cmp_asn.t .................. ok
151153
65-test_cmp_client.t ............... ok
@@ -257,5 +259,5 @@ Result: NOTESTS
257259
99-test_fuzz_server.t .............. ok
258260
99-test_fuzz_x509.t ................ ok
259261
All tests successful.
260-
Files=255, Tests=3358,
262+
Files=257, Tests=3364,
261263
Result: PASS

0 commit comments

Comments
 (0)