summaryrefslogtreecommitdiffstats
path: root/INSTALL.md (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-20Add FIPS self test updatesslontis3-269/+166
2024-08-19test/hmactest: Add further tests for HMAC with multiple update callsIngo Franzki1-1/+141
2024-08-19s390x: Add hardware acceleration for HMACIngo Franzki5-4/+392
2024-08-19s390x: Add defines for new CPACF functionsIngo Franzki2-1/+17
2024-08-19Explicitly include e_os.h for close()Tomas Mraz1-0/+1
2024-08-19RAND_write_file(): Avoid potential file descriptor leakshridhar kalavagunta1-1/+9
2024-08-19CI: Fix GCM IV check in acvp_test for crosstestslontis1-5/+10
2024-08-19speed.c: Return success with -testmode -async_jobs if not ASYNC_is_capable()Tomas Mraz1-4/+7
2024-08-19test: add a default greeting to avoid printing a null pointer.Pauli1-1/+1
2024-08-18Add an indicator for AES GCM that returns if the iv has been generatedslontis5-19/+79
2024-08-17list_tls_signatures(): Avoid leak with zero length builtin_sigalgsAndrew Dinh1-3/+5
2024-08-17We can't check policy if we got an empty stack of certsDmitry Belyavskiy1-0/+2
2024-08-16Move docker files to testNeil Horman4-1/+1
2024-08-16Add workflow to do nightly build of interop container and push to quayNeil Horman4-6/+38
2024-08-16Add dockerfile for generation of a quic interop containerNeil Horman3-0/+153
2024-08-16Fix unpredictible refcount handling of d2i functionsBernd Edlinger2-6/+23
2024-08-16Extend test case for reused PEM_ASN1_read_bioBernd Edlinger1-10/+38
2024-08-16replace static declarationsPauli1-12/+12
2024-08-16Revert "fipsinstall: add ed_no_verify_digested option"Pauli2-18/+1
2024-08-16Revert "doc: add documentation for -eddsa_no_verify_digested fipsinstall option"Pauli1-7/+0
2024-08-16Revert "doc: add verify-digested param for EdDSA"Pauli1-11/+4
2024-08-16Revert "param: add OSSL_SIGNATURE_PARAM_EDDSA_VERIFY_DIGESTED"Pauli1-1/+0
2024-08-16Revert "fips: add no digested option to FIPS provider"Pauli2-10/+1
2024-08-16Revert "EdDSA: disallow verification from a pregenerated hash when in FIPS"Pauli1-42/+14
2024-08-16Revert "test: update EdDSA tests for FIPS and no pre-hashing"Pauli1-51/+0
2024-08-16Revert "test: omit failing test when using a FIPS provider that supports edds...Pauli1-8/+0
2024-08-16Revert "Apply the FIPS_eddsa_no_verify_digested indicator on prehash EdDSA only"Pauli1-4/+3
2024-08-16FIPS: Remove ability to bypass the FIPS self testsslontis3-80/+21
2024-08-15Change existing evp_test KeyGen Ctrls to use provider algorithmslontis4-6/+5
2024-08-15Update evp_test KeyGenslontis2-18/+44
2024-08-15Restrict FIPS EC Keygen to only allow curves with a security strengthslontis3-3/+81
2024-08-15Ensure the msg_callback is called on CCS receipt in TLSv1.3Matt Caswell1-1/+4
2024-08-15Add FIPS Indicator for ECDH cofactor.slontis17-12/+149
2024-08-15apps/cms.c, apps/smime.c: Fix -crlfeol help messagesAndreas Treichel2-2/+2
2024-08-15Fix SSL_CTX_set1_groups documentation on preference ordersDavid Benjamin1-13/+41
2024-08-15apps/req.c: No warning reading from stdin if redirectedBhaskar Metiya1-1/+2
2024-08-15Return SSL_AD_DECRYPT_ERROR alert on PSK binder validation failure (RFC 8446)Bhaskar Metiya1-1/+1
2024-08-15fips: allow to customize provider vendor nameDimitri John Ledkov6-8/+33
2024-08-14Apply the FIPS_eddsa_no_verify_digested indicator on prehash EdDSA onlyTomas Mraz1-3/+4
2024-08-14Don't compile in support for DSA speed testing if not neededMatt Caswell2-9/+47
2024-08-14Fix a memory leak in the speed appMatt Caswell1-0/+1