您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
David Benjamin 7d53638872 Use __NR_getrandom rather than SYS_getrandom. 7 年前
..
asn1 Remove some dead code from crypto/asn1. 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 Work around language and compiler bug in memcpy, etc. 7 年前
bytestring Convert bytestring_test to GTest. 7 年前
chacha Fix chacha-armv4.pl with clang -fno-integrated-as. 7 年前
cipher_extra Enable extra_in with the ChaCha20-Poly1305 AEAD. 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 Remove ex_data's dup hook. 7 年前
digest_extra Convert digest_test to GTest. 7 年前
dsa Remove ex_data's dup hook. 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 Use __NR_getrandom rather than SYS_getrandom. 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 fuchsia: Use new spelling of NO_ERROR. 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 Make AES-GCM AEADs support the optional second input argument to seal_scatter. 7 年前
x509 Sync asn1_gen.c with upstream 1.0.2. 7 年前
x509v3 Convert the tests in x509v3 to GTest. 7 年前
CMakeLists.txt Convert the tests in x509v3 to GTest. 7 年前
compiler_test.cc Fix build on android_aarch64. 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 Wrap MSVC-only warning pragmas in a macro. 8 年前
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 Work around language and compiler bug in memcpy, etc. 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 年前