File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 13
13
# }}}
14
14
#
15
15
# 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.
17
17
#
18
18
. ../../lib/build.sh
19
19
. common.sh
20
20
21
21
PROG=openssl
22
- VER=3.0.15
22
+ VER=3.0.16
23
23
PKG=library/security/openssl-3
24
24
SUMMARY=" Cryptography and SSL/TLS Toolkit"
25
25
DESC=" A toolkit for Secure Sockets Layer and Transport Layer protocols "
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ Result: NOTESTS
108
108
20-test_kdf.t ...................... ok
109
109
20-test_legacy_okay.t .............. ok
110
110
20-test_mac.t ...................... ok
111
+ 20-test_nocache.t .................. ok
111
112
20-test_passwd.t ................... ok
112
113
20-test_pkeyutl.t .................. ok
113
114
20-test_rand_config.t .............. ok
@@ -146,6 +147,7 @@ Result: NOTESTS
146
147
60-test_x509_store.t ............... ok
147
148
60-test_x509_time.t ................ ok
148
149
61-test_bio_prefix.t ............... ok
150
+ 61-test_bio_pw_callback.t .......... ok
149
151
61-test_bio_readbuffer.t ........... ok
150
152
65-test_cmp_asn.t .................. ok
151
153
65-test_cmp_client.t ............... ok
@@ -257,5 +259,5 @@ Result: NOTESTS
257
259
99-test_fuzz_server.t .............. ok
258
260
99-test_fuzz_x509.t ................ ok
259
261
All tests successful.
260
- Files=255 , Tests=3358 ,
262
+ Files=257 , Tests=3364 ,
261
263
Result: PASS
You can’t perform that action at this time.
0 commit comments