Skip to content

Commit

Permalink
Merge pull request #3683 from citrus-it/openssl
Browse files Browse the repository at this point in the history
openssl - update from 3.1.6 to 3.1.7
  • Loading branch information
hadfl authored Sep 4, 2024
2 parents 7403dfb + e74743e commit a5072bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/openssl/build-3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
. common.sh

PROG=openssl
VER=3.1.6
VER=3.1.7
PKG=library/security/openssl-3
SUMMARY="Cryptography and SSL/TLS Toolkit"
DESC="A toolkit for Secure Sockets Layer and Transport Layer protocols "
Expand Down
4 changes: 3 additions & 1 deletion build/openssl/testsuite-3.log
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Result: NOTESTS
30-test_defltfips.t ................ ok
30-test_engine.t ................... ok
30-test_evp.t ...................... ok
30-test_evp_byname.t ............... ok
30-test_evp_extra.t ................ ok
30-test_evp_fetch_prov.t ........... ok
30-test_evp_kdf.t .................. ok
Expand Down Expand Up @@ -161,6 +162,7 @@ Result: NOTESTS
70-test_clienthello.t .............. ok
70-test_comp.t ..................... ok
70-test_key_share.t ................ ok
70-test_npn.t ...................... ok
70-test_packet.t ................... ok
70-test_recordlen.t ................ ok
70-test_renegotiation.t ............ ok
Expand Down Expand Up @@ -257,5 +259,5 @@ Result: NOTESTS
99-test_fuzz_server.t .............. ok
99-test_fuzz_x509.t ................ ok
All tests successful.
Files=255, Tests=3369,
Files=257, Tests=3377,
Result: PASS
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
| library/readline | 8.2.13 | https://ftp.gnu.org/gnu/readline/
| library/readline8-patchlvl | 013 | https://ftp.gnu.org/gnu/readline/readline-8.2-patches/
| library/security/liboqs | 0.10.1 | https://github.com/open-quantum-safe/liboqs/releases
| library/security/openssl-3 | 3.1.6 | https://www.openssl.org/source/
| library/security/openssl-3 | 3.1.7 | https://www.openssl.org/source/
| library/security/oqs-provider | 0.6.0 | https://github.com/open-quantum-safe/oqs-provider/releases
| library/unixodbc | 2.3.12 | http://www.unixodbc.org/download.html
| library/xxhash | 0.8.2 | https://github.com/Cyan4973/xxHash/releases | Currently used solely by rsync
Expand Down

0 comments on commit a5072bf

Please sign in to comment.