summaryrefslogtreecommitdiffstats
path: root/fuzz/corpora/client/863c959f094c520a5c3572a3ccd7c92d0ad9c504 (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-23doc: the attributeMappings X.509v3 extensionJonathan M. Wilbur2-0/+25
2024-12-23test: the attributeMappings X.509v3 extensionJonathan M. Wilbur2-1/+23
2024-12-23feat: support the attributeMappings X.509v3 extensionJonathan M. Wilbur6-1/+183
2024-12-20Take into account no_store when pushing algorithmDmitry Belyavskiy1-1/+1
2024-12-20This is a test for nocache provider behaviorDmitry Belyavskiy3-0/+61
2024-12-20ossl_i2c_ASN1_BIT_STRING(): Fix a possible heap buffer overflowAndrey Tsygunka1-18/+23
2024-12-19safe_math.h: Check if __GNUC__ is definedKalavakolanu, Hema Anmisha1-2/+4
2024-12-19test_evp_cipher_pipeline(): Fix memory leaks on errorsTomas Mraz1-10/+19
2024-12-19doc: Correctly reflect parameter constraints in EVP_DecryptUpdate()Patrick J. LoPresti1-4/+1
2024-12-18Fix missing HISTORY doc entriesMichael Baentsch22-15/+195
2024-12-17Add amplification limit test to interop quic testingNeil Horman1-1/+1
2024-12-17Check whether ctx->pctx != NULLotherddn19781-4/+8
2024-12-17docs: update man3 and man7 with cipher pipeline APIsRamkumar4-17/+149
2024-12-17test: add evp_extra_test case for cipher pipeline API with fake pipeline prov...Ramkumar4-4/+569
2024-12-17feat: add EVP APIs for cipher pipeliningRamkumar11-8/+242