summaryrefslogtreecommitdiffstats
path: root/crypto/modes/cts128.c
AgeCommit message (Expand)Author
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/modes/Richard Levitte
2016-11-03Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte
2016-05-17Copyright consolidation 06/10Rich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22modes/cts128.c: make it indent-friendly.Andy Polyakov
2012-11-05crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c fromAndy Polyakov
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson
2010-05-04"Jumbo" update for crypto/modes:Andy Polyakov
2010-04-10cts128.c: add support for NIST "Ciphertext Stealing" proposal.Andy Polyakov
2008-12-27Add modes/cts128.c, Ciphertext Stealing implementation.Andy Polyakov