summaryrefslogtreecommitdiff
path: root/crypto/modes
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2210-3157/+3460
* Fix modes.h so that indent doesn't complainMatt Caswell2015-01-221-0/+1
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* crypto/ofb128.c: make it indent-friendly.Andy Polyakov2015-01-221-2/+4
* modes/ctr128.c: make it indent-friendly.Andy Polyakov2015-01-221-2/+4
* modes/cfb128.c: make it indent-friendly.Andy Polyakov2015-01-221-4/+8
* modes/modes_lcl.h: make it indent-friendly.Andy Polyakov2015-01-221-19/+19
* modes/gcm128.c: make it indent-friendly.Andy Polyakov2015-01-221-162/+416
* modes/cts128.c: make it indent-friendly.Andy Polyakov2015-01-221-21/+36
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+1
* RT2308: Add extern "C" { ... } wrapperRich Salz2014-08-271-0/+6
* crypto/modes/gcm128.c: more strict aliasing fixes.Andy Polyakov2014-04-061-0/+88
* make updateDr. Stephen Henson2014-01-061-8/+32
* make updateDr. Stephen Henson2013-12-081-32/+8
* modes/asm/ghash-alpha.pl: update from HEAD.Andy Polyakov2013-11-121-13/+23
* Make Makefiles OSF-make-friendly.Andy Polyakov2013-11-121-1/+4
* modes/asm/ghash-alpha.pl: make it work with older assembler.Andy Polyakov2013-11-081-12/+11
* Remove AVX and VIS3 support.Ben Laurie2013-09-161-37/+3
* gcm128.c: update from master (add AVX and VIS3 support).Andy Polyakov2013-09-162-27/+121
* crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c fromAndy Polyakov2013-09-163-29/+20
* cbc128.c: fix strict aliasing warning.Andy Polyakov2013-09-161-11/+11
* PA-RISC assembler pack: switch to bve in 64-bit builds.Andy Polyakov2013-06-301-0/+1
* crypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on ARMv7.Andy Polyakov2013-04-131-4/+1
* x86_64 assembly pack: make Windows build more robust [from master].Andy Polyakov2013-01-221-1/+2
* gcm128.c: fix AAD-only case with AAD length not divisible by 16 [from HEAD].Andy Polyakov2012-08-131-1/+1
* x86_64 assembly pack: make it possible to compile with Perl locatedAndy Polyakov2012-06-271-1/+1
* Reduce version skew.Ben Laurie2012-06-082-4/+4
* s390x asm pack: fix typos.Andy Polyakov2012-04-121-1/+1
* modes_lcl.h: make it work on i386 [from HEAD].Andy Polyakov2012-03-311-1/+1
* ghash-x86.pl: engage original MMX version in no-sse2 builds [from HEAD].Andy Polyakov2012-01-252-1/+5
* Fix OPNESSL vs. OPENSSL typos [from HEAD].Andy Polyakov2012-01-151-1/+1
* Sync ASM/modes to add CCM and XTS modes and assembly language optimisationDr. Stephen Henson2011-08-1117-58/+5774
* Backport GCM support from HEAD. Minimal support at present: no assemblyDr. Stephen Henson2011-08-044-3/+1912
* AES-NI backport from HEAD. Note that e_aes.c doesn't implement all modesAndy Polyakov2011-06-282-4/+94
* [co]cf128.c: fix "n=0" bug [from HEAD].Andy Polyakov2010-04-142-6/+6
* ctr129.c: fix typo, simplify ctr128_inc and fix "n=0" bug [from HEAD].Andy Polyakov2010-04-101-15/+13
* PR: 2164Dr. Stephen Henson2010-02-151-1/+0
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-1/+2
* Add standard .cvsignore file.Dr. Stephen Henson2008-12-291-0/+4
* Add modes/cts128.c, Ciphertext Stealing implementation.Andy Polyakov2008-12-273-2/+279
* crypto/modes: make modes.h selfsufficient and rename block_f to block128_t.Andy Polyakov2008-12-235-29/+29
* 128-bit block cipher modes consolidation. As consolidated functionsAndy Polyakov2008-12-166-0/+892