summaryrefslogtreecommitdiffstats
path: root/ssl (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-26test: auditIdentity X.509v3 extension decoding and displayJonathan M. Wilbur2-1/+17
2024-08-26feat: support auditIdentity X.509v3 extensionJonathan M. Wilbur8-886/+915
2024-08-26fix: wrong name for OID -> auditIdentityJonathan M. Wilbur5-1843/+1846
2024-08-26Cleanups for FIPS indicator documentationslontis24-138/+273
2024-08-26Add FIPS indicator documentationslontis3-32/+268
2024-08-25Add FIPS indicators to X25519 and X448.slontis6-14/+144
2024-08-23Update new FIPS indicator evp_tests to use FIPSversion + Availablein options.slontis17-0/+79
2024-08-23Revert evp_test change that made "FIPSversion" skip the default provider.slontis1-5/+0
2024-08-23FIPS: Add EDDSA public key validation.slontis6-4/+275
2024-08-23Update FIPS 140-3 self testsslontis1-70/+21
2024-08-23FIPS: Change fips tests to use SHA2 for corruption test.slontis1-1/+1
2024-08-23s390x: Fix memory leak in s390x_HMAC_CTX_copy()Ingo Franzki1-0/+1
2024-08-22acvptest: add positive and negative tests for verify message paramPauli1-13/+46
2024-08-22rsa: add verify_message param supportPauli1-24/+61
2024-08-22ecdsa: add verify_message param supportPauli1-8/+40
2024-08-22param: add OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameter namePauli1-0/+1
2024-08-22doc: document the OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameterPauli3-0/+13
2024-08-22fuzz/hashtable.c: rc == -1 on insert is OK when fuzzingTomas Mraz1-0/+4
2024-08-22ossl_ht_insert(): Allow for 4 iterations of grow_hashtable()Tomas Mraz1-1/+1
2024-08-21Replace PKCS#1 v1.5 padding in RSA PCTJoachim Vandersmissen3-19/+58
2024-08-21Replace PKCS#1 v1.5 encryption in RSA PCTJoachim Vandersmissen1-27/+13
2024-08-21Fix error handling in OBJ_add_objectBernd Edlinger2-4/+30
2024-08-21x_attrib: fix a memory leakBeat Bolli1-2/+3
2024-08-21Add Changes entry for debuginfo generationNeil Horman1-0/+5
2024-08-21Add a test for debuginfo generationNeil Horman1-1/+6
2024-08-21Add debuginfo build targetNeil Horman4-0/+14
2024-08-21test/provider_test.c: Add OSSL_PROVIDER_unload() to avoid memory leakJiasheng Jiang1-0/+1
2024-08-21test/provider_fallback_test.c: Add OSSL_PROVIDER_unload() to avoid memory leakJiasheng Jiang1-3/+9
2024-08-21Fix the alert used on a missing key_shareMatt Caswell1-6/+9
2024-08-21Add additional test cases for Single Step KDF.slontis2-1/+88
2024-08-21Add FIPS KMAC key checkslontis13-71/+175
2024-08-21Add HMAC FIPS keysize check.slontis17-20/+235
2024-08-21hashtable.c: Code style fixesTomas Mraz1-6/+6
2024-08-21core_namemap.c: 2048 hashtable buckets should be sufficientTomas Mraz2-1/+1
2024-08-21For lockless reads use the whole hashtable for colliding entriesTomas Mraz2-49/+92
2024-08-21Use the new hashtable for core_namemapTomas Mraz7-133/+148
2024-08-21hashtable: Support lockless readsTomas Mraz7-16/+33
2024-08-21hashtable.c: Avoid infinite loop in ossl_ht_insert()Tomas Mraz1-8/+10
2024-08-21some performance improvementsNeil Horman1-11/+12
2024-08-21alternate collision checking supportNeil Horman4-26/+57
2024-08-21fix: Have util/mkerr.pl comply better with our coding styleRichard Levitte1-6/+5
2024-08-21Enable RSA-SM3 in the default providerRichard Levitte4-0/+26
2024-08-21fix coding styleRichard Levitte2-46/+46
2024-08-21Add new test types in test/evp_test.c, and a test for RSA sigalgsRichard Levitte3-19/+347
2024-08-21Refactor OpenSSL 'RSA' EVP_SIGNATURE to also include RSA+hash compositesRichard Levitte10-74/+667
2024-08-21Implement functionality for direct use of composite signature algorithmsRichard Levitte12-203/+1137
2024-08-20Link to the place where signature options are definedHubert Kario2-2/+4
2024-08-20When calling ASN1_item_i2d () check both returned length and allocated pointerXZ-X5-5/+9
2024-08-20Enhance s_client Outputerbsland-dev1-0/+1
2024-08-20test: add command line indicator option checking to fipsinstallPauli1-1/+45