c4a5d70d98CI: Update upload-artifact action to be compatible
Tomas Mraz
2024-09-04 17:17:29 +02:00
2a6305dfcdbuild(deps): bump actions/download-artifact in /.github/workflows
dependabot[bot]
2024-09-03 22:45:53 +00:00
bbe4571f57EVP_CIPHER_CTX_get_algor_params() may attempt to access params array at position -1 (prams[=1]).
Alexandr Nedvedicky
2024-08-28 14:37:07 +02:00
c23ce35225s390x: Fix prehash-by-caller handling for ED25519 and ED448
Ingo Franzki
2024-09-02 09:08:02 +02:00
a75d62637as390x: Disable HMAC hardware acceleration when an engine is used for the digest
Ingo Franzki
2024-08-26 11:26:03 +02:00
03b22b4d73Add CVE-2024-5535 to CHANGES and NEWS
Tomas Mraz
2024-09-03 12:24:58 +02:00
ca979e854bUpdated CHANGES and NEWS for CVE-2024-6119 fix
Viktor Dukhovni
2024-07-10 19:50:57 +10:00
0890cd13d4Avoid type errors in EAI-related name check logic.
Viktor Dukhovni
2024-06-19 21:04:11 +10:00
5650289743Add CHANGES.md and NEWS.md updates for the 3.4 release
Tomas Mraz
2024-08-30 17:06:12 +02:00
01f4b44e07Add support for elf_aux_info() on OpenBSD
Brad Smith
2024-09-01 01:07:16 -04:00
16e7da091cMissing .rodata for AVX2/AVX512 codepaths
Theo Buehler
2024-08-30 17:06:26 +02:00
c94d13a069Detect MinGW 32 bit for NO_INTERLOCKEDOR64
Adam (ThinLinc team)
2024-07-29 13:54:46 +02:00
6dacee485fRSA decoder should check also sanity of p, q, e, d ... with respect to n
sashan
2024-08-14 20:07:29 +02:00
f6a296c386Cleanups for FIPS options..
slontis
2024-08-12 19:31:10 +10:00
accd835f8dfix: for exporters to work for build config, there may be two include dirs
Richard Levitte
2024-07-17 18:23:57 +02:00
a82d9e572cfix: exporters/cmake/OpenSSLConfig.cmake.in to work for build config
Richard Levitte
2024-07-17 11:09:11 +02:00
0acb32052atest: issuedOnBehalfOf X.509v3 extension
Jonathan M. Wilbur
2024-08-20 23:27:43 +00:00
254693280dfeat: add support for issuedOnBehalfOf X.509v3 extension
Jonathan M. Wilbur
2024-08-20 23:24:01 +00:00
873f269697fix coding style
Richard Levitte
2024-08-21 11:10:00 +02:00
9524ca1bf4doc: Document EVP_{TYPE}_CTX_get_algor etc
Richard Levitte
2024-07-25 16:55:08 +02:00
033dcce2bafeat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_algor()
Richard Levitte
2024-07-25 13:30:28 +02:00
258aaa97b8feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_get_algor()
Richard Levitte
2024-07-25 12:34:06 +02:00
3b1ea04650fix: in RC2 implementation, handle both old and new AID.params keys
Richard Levitte
2024-07-25 12:18:24 +02:00
0941666728Amend the design of AlgorithmIdentifier parameter passing
Richard Levitte
2024-07-25 11:56:13 +02:00
c07a34e18bReturn SSL_AD_UNEXPECTED_MESSAGE alert when receiving any other change_cipher_spec value(RFC 8446) Fixes: #25086
cx
2024-08-22 02:13:01 +08:00
91432b9ea0fix: alias auditEntity OID
Jonathan M. Wilbur
2024-08-01 17:45:54 +00:00
dbd3d65d7ctest: auditIdentity X.509v3 extension decoding and display
Jonathan M. Wilbur
2024-06-27 20:30:06 +00:00
9216859f7bfeat: support auditIdentity X.509v3 extension
Jonathan M. Wilbur
2024-06-27 20:29:49 +00:00
bce3a8d57efix: wrong name for OID -> auditIdentity
Jonathan M. Wilbur
2024-06-27 20:29:26 +00:00
8e7f39e883Cleanups for FIPS indicator documentation
slontis
2024-08-15 16:20:26 +10:00
5139b51ceaAdd FIPS indicator documentation
slontis
2024-08-15 16:18:56 +10:00
c37e21763bAdd FIPS indicators to X25519 and X448. X25519 and X448 are unapproved in FIPS 140-3 So always trigger the indicator callback if these Keys are used, and add "fips-indicator" getters that return 0.
slontis
2024-08-21 17:43:19 +10:00
32b43b9160Update new FIPS indicator evp_tests to use FIPSversion + Availablein options.
slontis
2024-08-22 14:11:13 +10:00
f2a5c80ca4Revert evp_test change that made "FIPSversion" skip the default provider.
slontis
2024-08-22 14:07:33 +10:00
bb1aab38a6FIPS: Add EDDSA public key validation.
slontis
2024-08-22 11:50:17 +10:00
f7fd43402cUpdate FIPS 140-3 self tests
slontis
2024-08-19 12:01:53 +10:00
06179b4be0FIPS: Change fips tests to use SHA2 for corruption test.
slontis
2024-08-22 09:09:14 +10:00