boringssl/crypto
Adam Langley de659cdc2e Fix PKCS#8 on 32-bit systems.
The previous commit fixed a signed/unsigned warning but, on 32-bit
systems, long is only 32 bits, so the fix was incorrect there.

Change-Id: I6afe340164de0e176c7f710fcdd095b2a4cddee4
2015-10-27 16:18:51 -07:00
..
aes
asn1
base64
bio
bn
buf
bytestring
chacha
cipher
cmac
conf
des
dh
digest
dsa
ec
ecdh
ecdsa
engine
err
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
lhash
md4
md5
modes Fix the shared builders by exporting GCM symbols. 2015-10-26 23:26:40 +00:00
obj
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 PKCS#8 on 32-bit systems. 2015-10-27 16:18:51 -07:00
poly1305
rand
rc4
rsa
sha Revert "Get rid of all compiler version checks in perlasm files." 2015-10-26 23:12:39 +00:00
stack
test
x509
x509v3
CMakeLists.txt
constant_time_test.c Update constant-time operations. 2014-11-10 13:48:30 -08:00
cpu-arm-asm.S
cpu-arm.c
cpu-intel.c Surround immintrin.h includes with warning pragmas. 2015-07-20 20:08:26 +00:00
crypto.c
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
mem.c
refcount_c11.c
refcount_lock.c
refcount_test.c Specify argc and argv arguments to refcount_test:main. 2015-05-20 13:49:41 -07:00
thread_none.c
thread_pthread.c
thread_test.c
thread_win.c
thread.c
time_support.c