boringssl/crypto
David Benjamin 183eba4dc9 Convert ecdsa_test to the new ECDSA_SIG API.
BUG=499653

Change-Id: Idc50c79ad597f74226ae41f9c0839ac96a8950ae
Reviewed-on: https://boringssl-review.googlesource.com/5270
Reviewed-by: Adam Langley <agl@google.com>
2015-07-07 02:29:14 +00:00
..
aes Add tests for low-level AES functions. 2015-07-01 21:37:57 +00:00
asn1
base64
bio Demand for newer POSIX macro 2015-07-06 22:41:16 +00:00
bn Add crypto/bytestring-based BIGNUM DER functions. 2015-07-07 00:47:39 +00:00
buf
bytestring Add CBB_zero to set a CBB to the zero state. 2015-07-01 19:45:43 +00:00
chacha Emit #if guards for ARM assembly files. 2015-06-23 21:00:32 +00:00
cipher Call ERR_clear_error after functions that are expected to fail. 2015-07-01 21:47:44 +00:00
cmac
conf
des Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at ce7e647b. 2015-06-24 01:33:31 +00:00
dh
digest Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
dsa Fix some malloc test crashs. 2015-05-21 18:00:10 +00:00
ec Fix some malloc test crashs. 2015-05-21 18:00:10 +00:00
ecdh
ecdsa Convert ecdsa_test to the new ECDSA_SIG API. 2015-07-07 02:29:14 +00:00
engine
err Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. 2015-07-07 02:28:42 +00:00
evp Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. 2015-07-07 02:28:42 +00:00
hkdf
hmac Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
lhash Fix some malloc test crashs. 2015-05-21 18:00:10 +00:00
md4 Fix integer types in low-level hash functions. 2015-06-01 22:12:21 +00:00
md5 Fix integer types in low-level hash functions. 2015-06-01 22:12:21 +00:00
modes Add some comments and tweak assertions for cbc.c. 2015-05-27 21:48:36 +00:00
obj Tidy up overflows in obj_cmp. 2015-05-28 17:22:19 +00:00
pem pem_lib: make |cipher_by_name| recognize some more ciphers. 2015-06-18 23:04:46 +00:00
perlasm Emit #if guards for ARM assembly files. 2015-06-23 21:00:32 +00:00
pkcs8
poly1305
rand Include openssl/chacha.h rather than duplicate the prototype. 2015-07-01 19:35:56 +00:00
rc4
rsa Re-wrap kOAEPCipherText from rsa_test. 2015-07-01 19:40:22 +00:00
sha Fix compilation of sha256-armv4.S when using -march=armv6 2015-06-02 18:15:37 +00:00
stack
test Raise SIGTRAP rather than abort on failure. 2015-06-16 18:25:30 +00:00
x509 Fix signed/unsigned warnings for MSVC. 2015-06-23 15:46:00 -07:00
x509v3 Rename tabtest.c and v3nametest.c 2015-06-16 18:07:27 +00:00
arm_arch.h
CMakeLists.txt
constant_time_test.c
cpu-arm-asm.S
cpu-arm.c
cpu-intel.c
cpu-x86_64-asm.pl
cpu-x86-asm.pl
crypto.c
directory_posix.c
directory_win.c
directory.h
ex_data.c
header_removed.h
internal.h Have consumers supply OPENSSL_C11_ATOMIC. 2015-05-27 19:21:59 +00:00
mem.c
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