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 acb2451807 Rename the BIGNUM ASN.1 functions. 8 年之前
..
aes Fix the shared builders by exporting GCM symbols. 9 年之前
asn1 OpenSSL reformat x509/, x509v3/, pem/ and asn1/. 8 年之前
base64 Remove calls to ERR_load_crypto_strings. 8 年之前
bio Remove calls to ERR_load_crypto_strings. 8 年之前
bn Rename the BIGNUM ASN.1 functions. 8 年之前
buf Make |BUF_memdup| look for zero length, not NULL. 9 年之前
bytestring Rewrite ssl3_send_server_key_exchange to use CBB. 8 年之前
chacha Use |alignas| more in crypto/chacha/chacha_vec.c. 8 年之前
cipher Use Barrett reduction in CBC processing rather than tricks. 8 年之前
cmac Add a run_tests target to run all tests. 9 年之前
conf Also add a no-op stub for OPENSSL_config. 8 年之前
curve25519 Rename the curve25519 precomputed tables. 8 年之前
des Use the straight-forward ROTATE macro. 8 年之前
dh Remove the CRYPTO_EX_new callback. 8 年之前
digest Remove the arch-specific HOST_c2l/HOST_l2c implementations. 8 年之前
dsa Fix memory leak in DSA redo case. 8 年之前
ec Define `int128_t` and `uint128_t` in one place. 8 年之前
ecdh Clean up |ECDH_compute_key|. 9 年之前
ecdsa Rename the BIGNUM ASN.1 functions. 8 年之前
engine Unwind DH_METHOD and DSA_METHOD. 9 年之前
err Remove ASN1_R_MALLOC_FAILURE. 8 年之前
evp Fix error in ce9d85ee. 8 年之前
hkdf Remove calls to ERR_load_crypto_strings. 8 年之前
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 Fix trivial -Wcast-qual violations. 8 年之前
obj Allocate a NID for X25519. 8 年之前
pem OpenSSL reformat x509/, x509v3/, pem/ and asn1/. 8 年之前
perlasm Fix arm perlasm trailing newline. 8 年之前
pkcs8 Remove calls to ERR_load_crypto_strings. 8 年之前
poly1305 Use |inline| in crypto/poly1305/poly1305_vec.c. 8 年之前
rand Add a few more no-op stubs for cURL compatibility. 8 年之前
rc4 Remove the stitched RC4-MD5 code and use the generic one. 8 年之前
rsa Rename the BIGNUM ASN.1 functions. 8 年之前
sha Remove asm __asm__ define. 8 年之前
stack Move arm_arch.h and fix up lots of include paths. 9 年之前
test Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations. 8 年之前
x509 Fix build of x509_test. 8 年之前
x509v3 OpenSSL reformat x509/, x509v3/, pem/ and asn1/. 8 年之前
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 Fix |sscanf| format string in cpu-intel.c. 8 年之前
crypto.c Add a few more no-op stubs for cURL compatibility. 8 年之前
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 Fix 32-bit build. 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 Fix data <-> function pointer casts in thread_win.c. 8 年之前
time_support.c Remove some mingw support cruft. 8 年之前