summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_blowfish.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz2022-05-231-2/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Replace provider cipher flags with separate param fieldsShane Lontis2021-02-101-1/+1
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-1/+1
* ciphers: add FIPS error state handlingPauli2020-09-121-1/+6
* Ensure any allocated MAC is freed in the provider codeMatt Caswell2020-07-061-0/+1
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate Low Level Blowfish APIsMatt Caswell2020-01-081-0/+6
* EVP_CIPHER_CTX_set_keylen should not succeed if a bad keylen is passedMatt Caswell2019-11-191-4/+4
* Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte2019-10-101-1/+1
* Providers: move all ciphersRichard Levitte2019-10-101-0/+48