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.
 
 
 
 
 
 
David Benjamin 41a26e819f Remove buffer BIOs. 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 Remove buffer BIOs. 7 years ago
bn bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal. 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 Use |extern| when referencing assembly functions from C. 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 Do a cursory conversion of a few tests to GTest. 7 years ago
digest Decouple EVP_get_digestbyobj from the giant OID table. 7 years ago
dsa Do a cursory conversion of a few tests to GTest. 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 Delete unused Poly1305 assembly. 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 Do a cursory conversion of a few tests to GTest. 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 Do a cursory conversion of a few tests to GTest. 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