aboutsummaryrefslogtreecommitdiff
path: root/decrepit/blowfish
AgeCommit message (Expand)AuthorFilesLines
2024-03-29Switch EVP_CIPHERs to C99 initializersDavid Benjamin1-15/+24
2024-03-16Remove unused app_data from EVP_CIPHERTheo Buehler1-18/+15
2022-05-26Make EVP_CIPHER opaque.David Benjamin1-0/+1
2019-06-04Fix name clash in test structuresJulien Desgats1-2/+2
2019-01-03Set NIDs for Blowfish and CAST.Adam Langley1-3/+3
2019-01-03Fix some size_t to long casts.David Benjamin1-8/+10
2019-01-03Add EVP_CIPHER support for Blowfish and CAST to decrepit.Adam Langley2-0/+293
2018-09-05Flatten the decrepit target.David Benjamin1-9/+0
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin1-1/+2
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley1-1/+1
2015-04-06Add decrepit, initially containing CAST and Blowfish.Adam Langley2-0/+502