aboutsummaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_cts.c
Commit message (Expand)AuthorAgeFilesLines
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-221-2/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix CTS cipher decrypt so that the updated IV is returned correctly.Shane Lontis2021-08-181-3/+12
* Change CTS CS3 (Kerberos) so that it accepts a 16 byte input blockShane Lontis2021-08-181-2/+10
* Refactor cipher aes_cts code so that it can be used by other 128bit ciphersShane Lontis2021-08-181-0/+362