Avoid undefined behavior with unaligned accesses
[openssl.git] / crypto / modes / ccm128.c
2020-05-27 Bernd EdlingerAvoid undefined behavior with unaligned accesses
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-07-15 Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-04-25 Guido VrankenEnforce a strict output length check in CRYPTO_ccm128_tag
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2012-11-05 Andy Polyakovcrypto/modes: even more strict aliasing fixes [and...
2011-08-07 Andy Polyakovaes/asm/aesni-*.pl: fix CCM and further optimize it.
2011-04-24 Andy Polyakovccm128.c: add CRYPTO_ccm128_[en|de]crypt_ccm64 and...
2011-04-18 Dr. Stephen HensonTypo.
2011-04-18 Andy Polyakovccm128.c: fix Win32 compiler warning.
2011-04-18 Andy Polyakovccm128.c: fix STRICT_ALIGNMENT another bug in CRYPTO_cc...
2011-04-18 Dr. Stephen HensonCompile ccm128.c, move some structures to modes_lcl...
2011-04-16 Andy Polyakovccm128.c: minor optimization and bugfix in CRYPTO_ccm12...
2011-02-08 Andy Polyakovccm128.c: initialize ctx->block (what I was smoking?).
2011-02-08 Andy Polyakovccm128.c: initial draft.