boringssl/crypto
Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC.
Change-Id: If2a83698236f7b0dcd46701ccd257a85463d6ce5
Reviewed-on: https://boringssl-review.googlesource.com/4992
Reviewed-by: Adam Langley <agl@google.com>
2015-10-27 22:48:00 +00:00
..
aes Fix the shared builders by exporting GCM symbols. 2015-10-26 23:26:40 +00:00
asn1 d2i: don't update input pointer on failure 2015-09-28 22:15:17 +00:00
base64 Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
bio Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
bn Revert "Get rid of all compiler version checks in perlasm files." 2015-10-26 23:12:39 +00:00
buf Make |BUF_memdup| look for zero length, not NULL. 2015-10-06 18:11:33 -07:00
bytestring Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
chacha Change |CRYPTO_chacha_20| to use 96-bit nonces, 32-bit counters. 2015-10-26 23:58:46 +00:00
cipher For now, give the unsuffixed ChaCha20 AEAD name to the old version. 2015-10-27 16:39:12 +00:00
cmac Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
conf Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
des Fix shared library build on OS X. 2015-10-26 23:39:47 +00:00
dh Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
digest Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
dsa Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
ec Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
ecdh Clean up |ECDH_compute_key|. 2015-10-27 17:00:25 +00:00
ecdsa Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
engine Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
err Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
evp Don't default to SHA-1 in |EVP_DigestSignInit|/|EVP_DigestVerifyInit|. 2015-10-26 21:26:51 +00:00
hkdf Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
hmac Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
lhash Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
md4 Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
md5 Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
modes Fix the shared builders by exporting GCM symbols. 2015-10-26 23:26:40 +00:00
obj Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
pem Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
perlasm Revert "Get rid of all compiler version checks in perlasm files." 2015-10-26 23:12:39 +00:00
pkcs8 Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
poly1305 Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
rand Change |CRYPTO_chacha_20| to use 96-bit nonces, 32-bit counters. 2015-10-26 23:58:46 +00:00
rc4 Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
rsa Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
sha Revert "Get rid of all compiler version checks in perlasm files." 2015-10-26 23:12:39 +00:00
stack Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
test Convert ssl3_send_client_hello to CBB. 2015-10-20 17:56:19 +00:00
x509 Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
x509v3 Fix all sign/unsigned warnings with Clang and GCC. 2015-10-27 22:48:00 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
constant_time_test.c
cpu-arm-asm.S
cpu-arm.c Allow ARM capabilities to be set at compile time. 2015-10-20 22:40:15 +00:00
cpu-intel.c Surround immintrin.h includes with warning pragmas. 2015-07-20 20:08:26 +00:00
crypto.c Add no-op functions |CRYPTO_malloc_init| and |ENGINE_load_builtin_engines|. 2015-10-27 16:41:40 +00:00
directory_posix.c
directory_win.c
directory.h
ex_data.c Reserve ex_data index zero for app_data. 2015-07-20 16:56:34 +00:00
header_removed.h
internal.h Buffer reads of urandom, if you promise no forking. 2015-09-09 01:02:54 +00:00
mem.c Fix some typos in license headers. 2015-07-29 19:23:51 +00:00
refcount_c11.c
refcount_lock.c
refcount_test.c
thread_none.c
thread_pthread.c
thread_test.c Use the correct case for Windows headers. 2015-06-09 21:38:04 +00:00
thread_win.c
thread.c
time_support.c