summaryrefslogtreecommitdiffstats
path: root/crypto/modes/ccm128.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Avoid undefined behavior with unaligned accessesBernd Edlinger2020-05-271-6/+16
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-161-2/+2
* Enforce a strict output length check in CRYPTO_ccm128_tagGuido Vranken2019-04-251-1/+1
* Following the license change, modify the boilerplates in crypto/modes/Richard Levitte2018-12-061-1/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-46/+6
* Remove outdated DEBUG flags.Rich Salz2016-02-181-7/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-322/+360
* crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c fromAndy Polyakov2012-11-051-1/+1
* aes/asm/aesni-*.pl: fix CCM and further optimize it.Andy Polyakov2011-08-071-2/+2
* ccm128.c: add CRYPTO_ccm128_[en|de]crypt_ccm64 and minor optimization.Andy Polyakov2011-04-241-21/+150
* Typo.Dr. Stephen Henson2011-04-181-1/+1
* ccm128.c: fix Win32 compiler warning.Andy Polyakov2011-04-181-1/+1
* ccm128.c: fix STRICT_ALIGNMENT another bug in CRYPTO_ccm128_decrypt.Andy Polyakov2011-04-181-4/+7
* Compile ccm128.c, move some structures to modes_lcl.h add prototypes.Dr. Stephen Henson2011-04-181-8/+1
* ccm128.c: minor optimization and bugfix in CRYPTO_ccm128_[en|de]crypt.Andy Polyakov2011-04-171-51/+63
* ccm128.c: initialize ctx->block (what I was smoking?).Andy Polyakov2011-02-091-1/+2
* ccm128.c: initial draft.Andy Polyakov2011-02-091-0/+303