Skip to content

Commit 3644d7d

Browse files
authored
Merge pull request #3847 from citrus-it/opensslr50
openssl - update from 3.1.7 to 3.1.8 (r151050)
2 parents dce68ea + d0888c8 commit 3644d7d

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.1.7
22+
VER=3.1.8
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
@@ -259,5 +261,5 @@ Result: NOTESTS
259261
99-test_fuzz_server.t .............. ok
260262
99-test_fuzz_x509.t ................ ok
261263
All tests successful.
262-
Files=257, Tests=3377,
264+
Files=259, Tests=3383,
263265
Result: PASS

0 commit comments

Comments
 (0)