summaryrefslogtreecommitdiffstats
path: root/.gitmodules (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-28Cleanups for FIPS options..slontis46-723/+229
2024-08-27fix: for exporters to work for build config, there may be two include dirsRichard Levitte5-46/+84
2024-08-27fix: exporters/cmake/OpenSSLConfig.cmake.in to work for build configRichard Levitte1-4/+6
2024-08-27test: issuedOnBehalfOf X.509v3 extensionJonathan M. Wilbur2-1/+17
2024-08-27feat: add support for issuedOnBehalfOf X.509v3 extensionJonathan M. Wilbur4-1/+35
2024-08-27fix coding styleRichard Levitte1-73/+73
2024-08-27doc: Document EVP_{TYPE}_CTX_get_algor etcRichard Levitte2-0/+82
2024-08-27feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...Richard Levitte3-0/+124
2024-08-27feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...Richard Levitte6-44/+152
2024-08-27fix: in RC2 implementation, handle both old and new AID.params keysRichard Levitte1-9/+23
2024-08-27Amend the design of AlgorithmIdentifier parameter passingRichard Levitte3-44/+92
2024-08-26Return SSL_AD_UNEXPECTED_MESSAGE alert when receiving any other change_cipher...cx1-1/+1
2024-08-26fix: alias auditEntity OIDJonathan M. Wilbur7-971/+972
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