選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
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年前