boringssl/crypto
David Benjamin 8285ccd8fc Fix SSL_R_TOO_MUCH_READ_EARLY_DATA.
https://boringssl-review.googlesource.com/15164 allocated a new error code by
hand, rather than using the make_errors.go script, which caused it to clobber
the error space reserved for alerts.

Change-Id: Ife92c45da2c1d3c5506439bd5781ae91240d16d8
Reviewed-on: https://boringssl-review.googlesource.com/c/34307
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2019-01-15 21:53:52 +00:00
..
asn1 Modernize OPENSSL_COMPILE_ASSERT, part 2. 2018-11-14 16:06:37 +00:00
base64 Modernize OPENSSL_COMPILE_ASSERT, part 2. 2018-11-14 16:06:37 +00:00
bio Fix d2i_*_bio on partial reads. 2018-12-05 22:05:28 +00:00
bn_extra
buf
bytestring Speculatively remove __STDC_*_MACROS. 2018-11-14 16:14:37 +00:00
chacha Add ABI tests for ChaCha20_ctr32. 2019-01-09 03:11:45 +00:00
cipher_extra Add start of infrastructure for checking constant-time properties. 2018-12-18 22:43:02 +00:00
cmac
conf
curve25519
dh
digest_extra
dsa
ec_extra
ecdh_extra
ecdsa_extra
engine
err Fix SSL_R_TOO_MUCH_READ_EARLY_DATA. 2019-01-15 21:53:52 +00:00
evp Ignore new fields in forthcoming Wycheproof tests. 2019-01-14 22:02:37 +00:00
fipsmodule Test CRYPTO_gcm128_tag in gcm_test.cc. 2019-01-15 18:19:57 +00:00
hkdf
hmac_extra
hrss Add ABI tests for HRSS assembly. 2019-01-09 04:10:25 +00:00
lhash
obj Add initial HRSS support. 2018-12-12 17:35:02 +00:00
pem
perlasm Add AES ABI tests. 2019-01-09 03:54:55 +00:00
pkcs7
pkcs8
poly1305
pool
rand_extra Add ABI tests for rdrand. 2019-01-04 00:07:26 +00:00
rc4
rsa_extra
stack Fix stack_test.cc in the prefixed build. 2018-11-27 21:35:56 +00:00
test Add direction flag checking to CHECK_ABI. 2019-01-09 03:22:15 +00:00
x509 Fix d2i_*_bio on partial reads. 2018-12-05 22:05:28 +00:00
x509v3 Unexport and rename hex_to_string, string_to_hex, and name_cmp. 2018-11-27 00:08:39 +00:00
abi_self_test.cc Add direction flag checking to CHECK_ABI. 2019-01-09 03:22:15 +00:00
CMakeLists.txt Add ABI tests for MD5. 2019-01-08 18:01:07 +00:00
compiler_test.cc
constant_time_test.cc
cpu-aarch64-fuchsia.c
cpu-aarch64-linux.c
cpu-arm-linux_test.cc Move ARM cpuinfo functions to the header. 2018-11-21 00:46:57 +00:00
cpu-arm-linux.c Move ARM cpuinfo functions to the header. 2018-11-21 00:46:57 +00:00
cpu-arm-linux.h Move ARM cpuinfo functions to the header. 2018-11-21 00:46:57 +00:00
cpu-arm.c
cpu-intel.c Pretend AMD XOP was never a thing. 2018-12-03 22:59:55 +00:00
cpu-ppc64le.c
crypto.c Simulate other ARM CPUs when running tests. 2018-11-15 00:58:09 +00:00
ex_data.c
internal.h Fix header file for _byteswap_ulong and _byteswap_uint64 from MSVC CRT 2019-01-14 19:49:39 +00:00
mem.c
refcount_c11.c
refcount_lock.c Modernize OPENSSL_COMPILE_ASSERT, part 2. 2018-11-14 16:06:37 +00:00
refcount_test.cc
self_test.cc
thread_none.c
thread_pthread.c Modernize OPENSSL_COMPILE_ASSERT, part 2. 2018-11-14 16:06:37 +00:00
thread_test.cc
thread_win.c Replace the last CRITICAL_SECTION with SRWLOCK. 2018-12-03 20:37:35 +00:00
thread.c