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 c18ef750ee Allocate a NID for X25519. 8 年之前
..
aes Fix the shared builders by exporting GCM symbols. 9 年之前
asn1 Remove ASN1_R_MALLOC_FAILURE. 8 年之前
base64 Add a run_tests target to run all tests. 9 年之前
bio Test for underflow before subtraction. 9 年之前
bn Convert ssl3_send_client_key_exchange to CBB. 8 年之前
buf Make |BUF_memdup| look for zero length, not NULL. 9 年之前
bytestring Rewrite ssl3_send_server_key_exchange to use CBB. 8 年之前
chacha Change |CRYPTO_chacha_20| to use 96-bit nonces, 32-bit counters. 9 年之前
cipher Remove the stitched RC4-MD5 code and use the generic one. 8 年之前
cmac Add a run_tests target to run all tests. 9 年之前
conf Move arm_arch.h and fix up lots of include paths. 9 年之前
curve25519 Don't build X25519 asm code when NO_ASM is set. 8 年之前
des Use the straight-forward ROTATE macro. 8 年之前
dh Remove the CRYPTO_EX_new callback. 8 年之前
digest Fix build. 8 年之前
dsa Fix memory leak in DSA redo case. 8 年之前
ec Slightly tweak some array allocations. 8 年之前
ecdh Clean up |ECDH_compute_key|. 9 年之前
ecdsa Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|. 8 年之前
engine Unwind DH_METHOD and DSA_METHOD. 9 年之前
err Remove ASN1_R_MALLOC_FAILURE. 8 年之前
evp Resolve a few old TODOs. 8 年之前
hkdf Add a run_tests target to run all tests. 9 年之前
hmac Remove condition which always evaluates to true (size_t >= 0). 9 年之前
lhash Add a run_tests target to run all tests. 9 年之前
md4 Make HOST_l2c return void. 8 年之前
md5 Make HOST_l2c return void. 8 年之前
modes Use UINT64_C instead of OPENSSL_U64. 9 年之前
obj Allocate a NID for X25519. 8 年之前
pem Resolve a few old TODOs. 8 年之前
perlasm Get rid of all compiler version checks in perlasm files. 9 年之前
pkcs8 Check for overflow when parsing a CBS with d2i_*. 9 年之前
poly1305 Remove stl_compat.h. 9 年之前
rand Don't abort in |init_once| if |fcntl| returns ENOSYS 8 年之前
rc4 Remove the stitched RC4-MD5 code and use the generic one. 8 年之前
rsa Simplify RSA key exchange padding check. 8 年之前
sha Remove asm __asm__ define. 8 年之前
stack Move arm_arch.h and fix up lots of include paths. 9 年之前
test Remove stl_compat.h. 9 年之前
x509 Resolve a few old TODOs. 8 年之前
x509v3 Become partially -Wmissing-variable-declarations-clean. 9 年之前
CMakeLists.txt Add X25519 and Ed25519 support. 9 年之前
constant_time_test.c Update constant-time operations. 10 年之前
cpu-arm-asm.S Don't probe for NEON with SIGILL on aarch64. 9 年之前
cpu-arm.c Allow |CRYPTO_is_NEON_capable| to be known at compile time, if possible. 9 年之前
cpu-intel.c Surround immintrin.h includes with warning pragmas. 9 年之前
crypto.c Make CRYPTO_library_init use a CRYPTO_once_t. 9 年之前
directory.h Add visibility rules. 10 年之前
directory_posix.c Eliminate unnecessary includes from low-level crypto modules. 9 年之前
directory_win.c Eliminate unnecessary includes from low-level crypto modules. 9 年之前
ex_data.c Skip free callbacks on empty CRYPTO_EX_DATAs. 8 年之前
internal.h Remove the CRYPTO_EX_new callback. 8 年之前
mem.c Fix some typos in license headers. 9 年之前
refcount_c11.c Cast refcounts to _Atomic before use. 9 年之前
refcount_lock.c Add infrastructure for reference counts. 9 年之前
refcount_test.c Specify argc and argv arguments to refcount_test:main. 9 年之前
thread.c Remove leftovers of the old-style locks. 9 年之前
thread_none.c Support Trusty, an embedded platform. 9 年之前
thread_pthread.c Make sure pthread_once() succeeds. 9 年之前
thread_test.c Use the correct case for Windows headers. 9 年之前
thread_win.c Support Trusty, an embedded platform. 9 年之前
time_support.c Eliminate unnecessary includes from low-level crypto modules. 9 年之前