boringssl/crypto
Adam Langley b15d8132c7 Constant-time utilities.
Pull constant-time methods out to a separate header, add tests.

(Imported from upstream's 9a9b0c0401cae443f115ff19921d347b20aa396b and
27739e92659d38cdefa21e51b7f52b81a7ac3388)

Change-Id: Id570f5c531aca791112929e6258989f43c8a78d7
2014-11-10 13:45:32 -08:00
..
aes Don't compare signed vs. unsigned. 2014-10-01 02:17:38 +00:00
asn1 Shush some dead assignments. 2014-11-06 01:34:33 +00:00
base64 Don't use ssize_t in base64_test.c. 2014-10-01 01:07:28 +00:00
bio Fix standalone bio_test and v3name_test on Win64. 2014-10-29 21:17:27 +00:00
bn Shush some dead assignments. 2014-11-06 01:34:33 +00:00
buf Don't read past the end of the string in BUF_strndup. 2014-10-20 20:07:02 +00:00
bytestring Fix "integer constant is too large for 'long' type" errors. 2014-10-24 22:12:49 +00:00
chacha Fix ARM build with OPENSSL_NO_ASM. 2014-09-03 19:23:25 +00:00
cipher Shush some dead assignments. 2014-11-06 01:34:33 +00:00
conf Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
des A bunch of dead assignments. 2014-07-30 00:44:03 +00:00
dh Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
digest Add digest_test with tests for all existing EVP_MDs. 2014-11-06 01:49:03 +00:00
dsa Add misc functions for easier porting. 2014-09-18 22:38:11 +00:00
ec Explicitly check for empty ASN.1 strings in d2i_ECPrivateKey. 2014-11-10 13:45:32 -08:00
ecdh Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
ecdsa Fix Windows shared library build. 2014-10-01 02:01:53 +00:00
engine Add generic OPERATION_NOT_SUPPORTED error code. 2014-10-09 23:55:39 +00:00
err Don't leak in err_set_error_data if error queue is empty. 2014-11-06 01:35:26 +00:00
evp Rename example_sign to evp_test. 2014-11-05 00:43:09 +00:00
hmac Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
lhash Fix NaCl build. 2014-10-02 22:45:22 +00:00
md4 Readd MD4. 2014-08-26 21:51:48 +00:00
md5 Add digest_test with tests for all existing EVP_MDs. 2014-11-06 01:49:03 +00:00
modes Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
obj Don't export obj_dat.h. 2014-09-02 22:41:28 +00:00
pem unifdef a bunch of OPENSSL_NO_* ifdefs. 2014-08-28 00:41:34 +00:00
perlasm Build Win32 with Yasm rather than MASM. 2014-10-29 23:14:11 +00:00
pkcs8 Provide compatibility functions for PKCS#12 parsing. 2014-09-20 00:10:03 +00:00
poly1305 Fix ARM build with OPENSSL_NO_ASM. 2014-09-03 19:23:25 +00:00
rand Call RtlGenRandom directly in RAND_bytes. 2014-11-05 00:42:07 +00:00
rc4 Use OPENSSL_64_BIT in rc4.c. 2014-10-01 02:06:31 +00:00
rsa Don't compare signed vs. unsigned. 2014-10-01 02:17:38 +00:00
sha Add digest_test with tests for all existing EVP_MDs. 2014-11-06 01:49:03 +00:00
stack Mark all SSL_CIPHERs as const. 2014-08-18 17:55:05 +00:00
x509 ASN1_STRING_to_UTF8 missing initializer. 2014-11-10 13:45:32 -08:00
x509v3 Fix error handling in X509_PURPOSE_add and X509_TRUST_add. 2014-11-06 01:44:43 +00:00
arm_arch.h Add a control to disable the Poly1305 NEON code. 2014-07-31 22:42:15 +00:00
CMakeLists.txt Constant-time utilities. 2014-11-10 13:45:32 -08:00
cpu-arm.c Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
cpu-intel.c Don't try to setup CPUID if NO_ASM. 2014-09-20 00:09:57 +00:00
cpu-x86_64-asm.pl
cpu-x86-asm.pl Use asm directives to protect OPENSSL_cleanse. 2014-07-31 18:49:22 +00:00
crypto_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
crypto_error.h Add ISC header to a handful of files. 2014-06-26 10:26:42 -07:00
crypto.c Don't try to setup CPUID if NO_ASM. 2014-09-20 00:09:57 +00:00
directory_posix.c _POSIX_C_SOURCE needs to be set to a date, at least on FreeBSD. 2014-09-30 19:15:39 +00:00
directory_win.c
directory.h Add visibility rules. 2014-07-31 22:03:11 +00:00
ex_data_impl.c Remove meth_num in ex_data_impl.c. 2014-10-01 02:04:51 +00:00
ex_data.c Don't compare signed vs. unsigned. 2014-10-01 02:17:38 +00:00
header_removed.h Add ISC header to a handful of files. 2014-06-26 10:26:42 -07:00
internal.h Constant-time utilities. 2014-11-10 13:45:32 -08:00
mem.c Fix NaCl build. 2014-10-02 22:45:22 +00:00
thread.c Include Windows.h in some source files. 2014-08-18 11:39:09 -07:00
time_support.c Fix NaCl build. 2014-10-02 22:45:22 +00:00