Skip to content

Commit a03c50e

Browse files
authored
Merge pull request #3846 from citrus-it/opensslr52
openssl - update from 3.3.2 to 3.3.3 (r151052)
2 parents 7837e73 + b7d6bf8 commit a03c50e

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.3.2
22+
VER=3.3.3
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
@@ -118,6 +118,7 @@ Result: NOTESTS
118118
20-test_kdf.t ........................... ok
119119
20-test_legacy_okay.t ................... ok
120120
20-test_mac.t ........................... ok
121+
20-test_nocache.t ....................... ok
121122
20-test_passwd.t ........................ ok
122123
20-test_pkeyutl.t ....................... ok
123124
20-test_rand_config.t ................... ok
@@ -164,6 +165,7 @@ Result: NOTESTS
164165
61-test_bio_addr.t ...................... ok
165166
61-test_bio_meth.t ...................... ok
166167
61-test_bio_prefix.t .................... ok
168+
61-test_bio_pw_callback.t ............... ok
167169
61-test_bio_readbuffer.t ................ ok
168170
65-test_cmp_asn.t ....................... ok
169171
65-test_cmp_client.t .................... ok
@@ -316,5 +318,5 @@ Result: NOTESTS
316318
99-test_fuzz_v3name.t ................... ok
317319
99-test_fuzz_x509.t ..................... ok
318320
All tests successful.
319-
Files=314, Tests=3670,
321+
Files=316, Tests=3677,
320322
Result: PASS

0 commit comments

Comments
 (0)