Add an Ed25519 signature maleability test
[openssl.git] / crypto / modes / ccm128.c
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.