You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Langley 5c7a4b8c2f Add test for truncated AEAD tags. 7 years ago
..
aes Test invalid inputs for AES_unwrap_key. 7 years ago
asn1 Work around language and compiler bug in memcpy, etc. 7 years ago
base64 Work around language and compiler bug in memcpy, etc. 7 years ago
bio Don't chain to next_bio for buffer BIO BIO_[w]pending. 7 years ago
bn Remove BN_FLG_CONSTTIME. 7 years ago
buf Work around language and compiler bug in memcpy, etc. 7 years ago
bytestring Work around language and compiler bug in memcpy, etc. 7 years ago
chacha Work around language and compiler bug in memcpy, etc. 7 years ago
cipher Add test for truncated AEAD tags. 7 years ago
cmac Work around language and compiler bug in memcpy, etc. 7 years ago
conf Work around language and compiler bug in memcpy, etc. 7 years ago
curve25519 Work around language and compiler bug in memcpy, etc. 7 years ago
des Fix up macros. 8 years ago
dh Remove BN_FLG_CONSTTIME. 7 years ago
digest Decouple EVP_get_digestbyobj from the giant OID table. 7 years ago
dsa Remove BN_FLG_CONSTTIME. 7 years ago
ec Remove specialized assembly language |ecp_nistz256_from_mont|. 7 years ago
ecdh Work around language and compiler bug in memcpy, etc. 7 years ago
ecdsa Don't use BN_mod_inverse for inverses mod p in RSA keygen. 7 years ago
engine Work around language and compiler bug in memcpy, etc. 7 years ago
err Work around language and compiler bug in memcpy, etc. 7 years ago
evp Import RSA decryption tests from upstream. 7 years ago
hkdf Convert hkdf_test to C++. 7 years ago
hmac Work around language and compiler bug in memcpy, etc. 7 years ago
lhash Remove lh_new's default hash and comparator. 7 years ago
md4 Work around language and compiler bug in memcpy, etc. 7 years ago
md5 Work around language and compiler bug in memcpy, etc. 7 years ago
modes Enable stitched x86-64 AES-NI AES-GCM implementation. 7 years ago
obj Reimplement objects.pl in Go. 7 years ago
pem Work around language and compiler bug in memcpy, etc. 7 years ago
perlasm perlasm/x86_64-xlate.pl: refine sign extension in ea package. 7 years ago
pkcs8 Parse PKCS#12 files more accurately. 7 years ago
poly1305 Work around language and compiler bug in memcpy, etc. 7 years ago
pool Work around language and compiler bug in memcpy, etc. 7 years ago
rand Fix crypto/rand/urandom header guards for Fuchsia. 7 years ago
rc4 Simplify RC4 code and remove assembly. 8 years ago
rsa Remove BN_FLG_CONSTTIME. 7 years ago
sha Work around language and compiler bug in memcpy, etc. 7 years ago
stack Work around language and compiler bug in memcpy, etc. 7 years ago
test Work around language and compiler bug in memcpy, etc. 7 years ago
x509 ASN1_UTCTIME_print: fix, comment, test. 7 years ago
x509v3 Work around language and compiler bug in memcpy, etc. 7 years ago
CMakeLists.txt Convert constant_time_test and refcount_test to C++. 7 years ago
constant_time_test.cc Convert constant_time_test and refcount_test to C++. 7 years ago
cpu-aarch64-linux.c Rewrite ARM feature detection. 8 years ago
cpu-arm-linux.c Work around language and compiler bug in memcpy, etc. 7 years ago
cpu-arm.c Rewrite ARM feature detection. 8 years ago
cpu-intel.c Wrap MSVC-only warning pragmas in a macro. 8 years ago
cpu-ppc64le.c Add PPC64LE assembly for AES-GCM. 8 years ago
crypto.c Add PPC64LE assembly for AES-GCM. 8 years ago
ex_data.c Use C99 for size_t loops. 8 years ago
internal.h Fix comment on OPENSSL_memcmp, etc. 7 years ago
mem.c Work around language and compiler bug in memcpy, etc. 7 years ago
refcount_c11.c Cast refcounts to _Atomic before use. 9 years ago
refcount_lock.c Split unlock functions into read/write variants. 8 years ago
refcount_test.cc Convert constant_time_test and refcount_test to C++. 7 years ago
thread.c Remove a bunch of unnecessary includes. 8 years ago
thread_none.c Split unlock functions into read/write variants. 8 years ago
thread_pthread.c Work around language and compiler bug in memcpy, etc. 7 years ago
thread_test.c Work around language and compiler bug in memcpy, etc. 7 years ago
thread_win.c Work around language and compiler bug in memcpy, etc. 7 years ago
time_support.c Remove some mingw support cruft. 8 years ago