您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
David Benjamin 4492a61567 More scopers. 7 年前
..
asn1 Fix miscellaneous clang-tidy warnings. 7 年前
base64 Optimize constant-time base64 implementation slightly. 7 年前
bio Test with IPv6 by default, and IPv4 only if that fails. 7 年前
bn_extra Move bn/ into crypto/fipsmodule/ 7 年前
buf Fix miscellaneous clang-tidy warnings. 7 年前
bytestring Convert bytestring_test to GTest. 7 年前
chacha x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results. 7 年前
cipher_extra Clarify the ChaCha20-Poly1305 assembly functions' final parameters. 7 年前
cmac Convert cmac_test to GTest. 7 年前
conf Fix out-of-memory condition in conf. 7 年前
curve25519 Improve Curve25519 cswap x64 assembly 7 年前
dh Fix miscellaneous clang-tidy warnings. 7 年前
digest_extra Convert digest_test to GTest. 7 年前
dsa Fix miscellaneous clang-tidy warnings. 7 年前
ec_extra Remove some unnecessary indirections. 7 年前
ecdh Convert a number of tests to GTest. 7 年前
ecdsa_extra Tidy up FIPS module dependencies. 7 年前
engine Work around language and compiler bug in memcpy, etc. 7 年前
err Detect WatchGuard's TLS 1.3 interference failure mode. 7 年前
evp Unify RSA errors somewhat. 7 年前
fipsmodule Fix miscellaneous clang-tidy warnings. 7 年前
hkdf Convert various tests to GTest. 7 年前
hmac_extra Convert a number of tests to GTest. 7 年前
lhash Convert various tests to GTest. 7 年前
obj Align EVP_PKEY Ed25519 API with upstream. 7 年前
pem Delete some dead code from crypto/x509. 7 年前
perlasm Sync ARM assembly up to 609b0852e4d50251857dbbac3141ba042e35a9ae. 7 年前
pkcs7 Move pkcs{7,8}_test over to gtest 7 年前
pkcs8 Convert remaining pkcs8 tests to gtest 7 年前
poly1305 Convert a number of tests to GTest. 7 年前
pool Convert various tests to GTest. 7 年前
rand_extra Add dummy |RAND_get_rand_method|. 7 年前
rc4 Simplify RC4 code and remove assembly. 8 年前
rsa_extra Don't crash when decrypting with public keys. 7 年前
stack Convert stack.h to use inline functions. 7 年前
test Fix miscellaneous clang-tidy warnings. 7 年前
x509 More scopers. 7 年前
x509v3 Use functions that do not depend on the current locale. 7 年前
CMakeLists.txt Convert the tests in x509v3 to GTest. 7 年前
compiler_test.cc Test that nullptr has the obvious memory representation. 7 年前
constant_time_test.cc Switch constant-time functions to using |crypto_word_t|. 7 年前
cpu-aarch64-linux.c Rewrite ARM feature detection. 8 年前
cpu-arm-linux.c Work around language and compiler bug in memcpy, etc. 7 年前
cpu-arm.c Rewrite ARM feature detection. 8 年前
cpu-intel.c x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results. 7 年前
cpu-ppc64le.c Make the POWER hardware capability value a global in crypto.c. 7 年前
crypto.c Set static armcaps based on __ARM_FEATURE_CRYPTO. 7 年前
ex_data.c Remove ex_data's dup hook. 7 年前
internal.h Remove ex_data's dup hook. 7 年前
mem.c Use functions that do not depend on the current locale. 7 年前
refcount_c11.c Cast refcounts to _Atomic before use. 9 年前
refcount_lock.c Split unlock functions into read/write variants. 8 年前
refcount_test.cc Convert various tests to GTest. 7 年前
thread.c Remove a bunch of unnecessary includes. 8 年前
thread_none.c Split unlock functions into read/write variants. 8 年前
thread_pthread.c Work around language and compiler bug in memcpy, etc. 7 年前
thread_test.cc Convert thread_test to GTest. 7 年前
thread_win.c Work around language and compiler bug in memcpy, etc. 7 年前