boringssl/crypto/cipher
Adam Langley 23343e4b12 Fix AES-256 NIDs.
Thanks to an anonymous bug report.

Change-Id: Icdde78c82c8ee13fb64e0124712b240295677f63
Reviewed-on: https://boringssl-review.googlesource.com/3260
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-02-02 19:56:13 +00:00
..
test Add tests for padding variations. 2015-01-14 21:09:16 +00:00
aead_test.c Fix buffer size in aead_test.c. 2015-01-27 01:38:57 +00:00
aead.c AEAD interface. 2014-06-20 13:17:34 -07:00
cipher_error.c Implement SSLv3 ciphers with stateful AEADs. 2015-01-14 20:55:58 +00:00
cipher_test.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
cipher.c Don't include strings.h because of Windows. 2014-09-29 17:57:38 -07:00
CMakeLists.txt Change CMakeLists.txt to two-space indent. 2015-01-28 16:37:10 -08:00
derive_key.c Inital import. 2014-06-20 13:17:32 -07:00
e_aes.c Fix AES-256 NIDs. 2015-02-02 19:56:13 +00:00
e_chacha20poly1305.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
e_des.c Inital import. 2014-06-20 13:17:32 -07:00
e_null.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
e_rc2.c Enable more warnings & treat warnings as errors on Windows. 2015-01-31 00:18:55 +00:00
e_rc4.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
e_ssl3.c Follow-ups from recent patch train. 2015-01-16 02:05:45 +00:00
e_tls.c Follow-ups from recent patch train. 2015-01-16 02:05:45 +00:00
internal.h Follow-ups from recent patch train. 2015-01-16 02:05:45 +00:00
tls_cbc.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00