aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes/cts128.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-316/+392
* modes/cts128.c: make it indent-friendly.Andy Polyakov2015-01-221-21/+36
* crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c fromAndy Polyakov2012-11-051-20/+8
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
* "Jumbo" update for crypto/modes:Andy Polyakov2010-05-041-1/+1
* cts128.c: add support for NIST "Ciphertext Stealing" proposal.Andy Polyakov2010-04-101-9/+214
* Add modes/cts128.c, Ciphertext Stealing implementation.Andy Polyakov2008-12-271-0/+259