openssl/crypto/modes
Andy Polyakov 3629c49d7a modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.
It's never problem if CRYPTO_ctr128_encrypt is called from EVP, because
buffer in question is always aligned within EVP_CIPHER_CTX structure.

RT#4218

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit 5e4bbeb49f)
2016-02-12 22:01:13 +01:00
..
asm Conversion to UTF-8 where needed 2015-07-14 01:18:57 +02:00
cbc128.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ccm128.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
cfb128.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ctr128.c modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt. 2016-02-12 22:01:13 +01:00
cts128.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
gcm128.c Use CRYPTO_memcmp when comparing authenticators 2015-06-08 15:01:47 +02:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 11:22:10 +02:00
modes.h Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
modes_lcl.h Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
ofb128.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
xts128.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00