summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* test: auditIdentity X.509v3 extension decoding and displayJonathan M. Wilbur2024-08-262-1/+17
* feat: support auditIdentity X.509v3 extensionJonathan M. Wilbur2024-08-268-886/+915
* fix: wrong name for OID -> auditIdentityJonathan M. Wilbur2024-08-265-1843/+1846
* Cleanups for FIPS indicator documentationslontis2024-08-2624-138/+273
* Add FIPS indicator documentationslontis2024-08-263-32/+268
* Add FIPS indicators to X25519 and X448.slontis2024-08-256-14/+144
* Update new FIPS indicator evp_tests to use FIPSversion + Availablein options.slontis2024-08-2317-0/+79
* Revert evp_test change that made "FIPSversion" skip the default provider.slontis2024-08-231-5/+0
* FIPS: Add EDDSA public key validation.slontis2024-08-236-4/+275
* Update FIPS 140-3 self testsslontis2024-08-231-70/+21
* FIPS: Change fips tests to use SHA2 for corruption test.slontis2024-08-231-1/+1
* s390x: Fix memory leak in s390x_HMAC_CTX_copy()Ingo Franzki2024-08-231-0/+1
* acvptest: add positive and negative tests for verify message paramPauli2024-08-221-13/+46
* rsa: add verify_message param supportPauli2024-08-221-24/+61
* ecdsa: add verify_message param supportPauli2024-08-221-8/+40
* param: add OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameter namePauli2024-08-221-0/+1
* doc: document the OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameterPauli2024-08-223-0/+13
* fuzz/hashtable.c: rc == -1 on insert is OK when fuzzingTomas Mraz2024-08-221-0/+4
* ossl_ht_insert(): Allow for 4 iterations of grow_hashtable()Tomas Mraz2024-08-221-1/+1
* Replace PKCS#1 v1.5 padding in RSA PCTJoachim Vandersmissen2024-08-213-19/+58
* Replace PKCS#1 v1.5 encryption in RSA PCTJoachim Vandersmissen2024-08-211-27/+13
* Fix error handling in OBJ_add_objectBernd Edlinger2024-08-212-4/+30
* x_attrib: fix a memory leakBeat Bolli2024-08-211-2/+3
* Add Changes entry for debuginfo generationNeil Horman2024-08-211-0/+5
* Add a test for debuginfo generationNeil Horman2024-08-211-1/+6
* Add debuginfo build targetNeil Horman2024-08-214-0/+14
* test/provider_test.c: Add OSSL_PROVIDER_unload() to avoid memory leakJiasheng Jiang2024-08-211-0/+1
* test/provider_fallback_test.c: Add OSSL_PROVIDER_unload() to avoid memory leakJiasheng Jiang2024-08-211-3/+9
* Fix the alert used on a missing key_shareMatt Caswell2024-08-211-6/+9
* Add additional test cases for Single Step KDF.slontis2024-08-212-1/+88
* Add FIPS KMAC key checkslontis2024-08-2113-71/+175
* Add HMAC FIPS keysize check.slontis2024-08-2117-20/+235
* hashtable.c: Code style fixesTomas Mraz2024-08-211-6/+6
* core_namemap.c: 2048 hashtable buckets should be sufficientTomas Mraz2024-08-212-1/+1
* For lockless reads use the whole hashtable for colliding entriesTomas Mraz2024-08-212-49/+92
* Use the new hashtable for core_namemapTomas Mraz2024-08-217-133/+148
* hashtable: Support lockless readsTomas Mraz2024-08-217-16/+33
* hashtable.c: Avoid infinite loop in ossl_ht_insert()Tomas Mraz2024-08-211-8/+10
* some performance improvementsNeil Horman2024-08-211-11/+12
* alternate collision checking supportNeil Horman2024-08-214-26/+57
* fix: Have util/mkerr.pl comply better with our coding styleRichard Levitte2024-08-211-6/+5
* Enable RSA-SM3 in the default providerRichard Levitte2024-08-214-0/+26
* fix coding styleRichard Levitte2024-08-212-46/+46
* Add new test types in test/evp_test.c, and a test for RSA sigalgsRichard Levitte2024-08-213-19/+347
* Refactor OpenSSL 'RSA' EVP_SIGNATURE to also include RSA+hash compositesRichard Levitte2024-08-2110-74/+667
* Implement functionality for direct use of composite signature algorithmsRichard Levitte2024-08-2112-203/+1137
* Link to the place where signature options are definedHubert Kario2024-08-202-2/+4
* When calling ASN1_item_i2d () check both returned length and allocated pointerXZ-X2024-08-205-5/+9
* Enhance s_client Outputerbsland-dev2024-08-201-0/+1
* test: add command line indicator option checking to fipsinstallPauli2024-08-201-1/+45