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 c66e397106 Enable extra_in with the ChaCha20-Poly1305 AEAD. 7 years ago
..
asn1 Remove some dead code from crypto/asn1. 7 years ago
base64 Optimize constant-time base64 implementation slightly. 7 years ago
bio Test with IPv6 by default, and IPv4 only if that fails. 7 years ago
bn_extra Move bn/ into crypto/fipsmodule/ 7 years ago
buf Work around language and compiler bug in memcpy, etc. 7 years ago
bytestring Convert bytestring_test to GTest. 7 years ago
chacha Fix chacha-armv4.pl with clang -fno-integrated-as. 7 years ago
cipher_extra Enable extra_in with the ChaCha20-Poly1305 AEAD. 7 years ago
cmac Convert cmac_test to GTest. 7 years ago
conf Fix out-of-memory condition in conf. 7 years ago
curve25519 Improve Curve25519 cswap x64 assembly 7 years ago
dh Remove ex_data's dup hook. 7 years ago
digest_extra Convert digest_test to GTest. 7 years ago
dsa Remove ex_data's dup hook. 7 years ago
ec_extra Remove some unnecessary indirections. 7 years ago
ecdh Convert a number of tests to GTest. 7 years ago
ecdsa_extra Tidy up FIPS module dependencies. 7 years ago
engine Work around language and compiler bug in memcpy, etc. 7 years ago
err Detect WatchGuard's TLS 1.3 interference failure mode. 7 years ago
evp Unify RSA errors somewhat. 7 years ago
fipsmodule Switch some pointer casts to memcpy. 7 years ago
hkdf Convert various tests to GTest. 7 years ago
hmac_extra Convert a number of tests to GTest. 7 years ago
lhash Convert various tests to GTest. 7 years ago
obj Align EVP_PKEY Ed25519 API with upstream. 7 years ago
pem Delete some dead code from crypto/x509. 7 years ago
perlasm Sync ARM assembly up to 609b0852e4d50251857dbbac3141ba042e35a9ae. 7 years ago
pkcs7 Move pkcs{7,8}_test over to gtest 7 years ago
pkcs8 Convert remaining pkcs8 tests to gtest 7 years ago
poly1305 Convert a number of tests to GTest. 7 years ago
pool Convert various tests to GTest. 7 years ago
rand_extra fuchsia: Use new spelling of NO_ERROR. 7 years ago
rc4 Simplify RC4 code and remove assembly. 8 years ago
rsa_extra Don't crash when decrypting with public keys. 7 years ago
stack Convert stack.h to use inline functions. 7 years ago
test Make AES-GCM AEADs support the optional second input argument to seal_scatter. 7 years ago
x509 Sync asn1_gen.c with upstream 1.0.2. 7 years ago
x509v3 Convert the tests in x509v3 to GTest. 7 years ago
CMakeLists.txt Convert the tests in x509v3 to GTest. 7 years ago
compiler_test.cc Fix build on android_aarch64. 7 years ago
constant_time_test.cc Switch constant-time functions to using |crypto_word_t|. 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 Make the POWER hardware capability value a global in crypto.c. 7 years ago
crypto.c Set static armcaps based on __ARM_FEATURE_CRYPTO. 7 years ago
ex_data.c Remove ex_data's dup hook. 7 years ago
internal.h Remove ex_data's dup hook. 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 various tests to GTest. 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.cc Convert thread_test to GTest. 7 years ago
thread_win.c Work around language and compiler bug in memcpy, etc. 7 years ago