summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_tdes_common.c
Commit message (Expand)AuthorAgeFilesLines
* des: prevent error when using two key triple DES with a random keyPauli2023-02-081-5/+4
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* prov: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Do IV reset also for DES and 3DES implementationsTomas Mraz2021-04-191-0/+6
* prov: support param argument to DES cipher init callsPauli2021-03-121-7/+11
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Fix external symbols in the provider cipher implementations.Shane Lontis2021-02-181-11/+11
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-1/+1
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-2/+2
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-5/+5
* ciphers: add FIPS error state handlingPauli2020-09-121-2/+14
* Fix provider cipher reinit after init/update with a partial update block.Shane Lontis2020-08-051-0/+1
* Fix provider cipher reinit issueShane Lontis2020-07-221-0/+1
* Ensure any allocated MAC is freed in the provider codeMatt Caswell2020-07-061-0/+1
* Fix EVP_DigestSign interface when used with DES CMACPatrick Steuer2020-04-111-0/+14
* Move legacy ciphers into the legacy providerShane Lontis2020-04-091-0/+110