aboutsummaryrefslogtreecommitdiff
path: root/decrepit/cfb
AgeCommit message (Expand)AuthorFilesLines
2024-03-29Switch EVP_CIPHERs to C99 initializersDavid Benjamin1-12/+24
2024-03-16Remove unused app_data from EVP_CIPHERTheo Buehler1-12/+12
2023-07-11Use std::make_unique when possibleDavid Benjamin1-2/+2
2023-01-31Fix stray */s in // line comment license headersDavid Benjamin2-2/+2
2022-05-26Make EVP_CIPHER opaque.David Benjamin1-0/+1
2021-01-07A handful more compatibility functions.Adam Langley2-4/+36
2021-01-07Add some OpenSSL-compatibility aliasesAdam Langley1-0/+2
2019-09-16Add AES-256 CFB to libdecrepit.Shelley Vohr2-7/+45
2018-09-05Flatten the decrepit target.David Benjamin1-9/+0
2017-09-18Add EVP AES-128 CFB128 support via decrepit.Adam Langley3-0/+160