選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Brian Smith 598e55a795 Do RSA blinding unless |e| is NULL and specifically requested not to. 8年前
..
aes Switch all 'num' parameters in crypto/modes to unsigned. 8年前
asn1 Fix ASN1_INTEGER handling. 8年前
base64 Avoid theoretical overflows in EVP_EncodeUpdate. 8年前
bio Only use recv/send for socket BIOs on Windows. 8年前
bn Verify RSA private key operation regardless of whether CRT is used. 8年前
buf Make |BUF_memdup| look for zero length, not NULL. 9年前
bytestring Merge documentation from chromium's net/der into cbs.c 8年前
chacha chacha/asm/chacha-armv8.pl: fix intermittent build failures. 8年前
cipher Add a comment with an SMT verification of the Barrett reductions. 8年前
cmac Fix some malloc test failures. 8年前
conf Add missing internal includes. 8年前
curve25519 Appease sanitizers in x25519_ge_scalarmult. 8年前
des Use the straight-forward ROTATE macro. 8年前
dh Make return value of |BN_MONT_CTX_set_locked| int. 8年前
digest Revert md_len removal from SHA256_CTX and SHA512_CTX. 8年前
dsa Make return value of |BN_MONT_CTX_set_locked| int. 8年前
ec Use different bit tricks to extend the LSB. 8年前
ecdh Clean up |ECDH_compute_key|. 9年前
ecdsa Drop support for engines-provided signature verification. 8年前
engine Unwind DH_METHOD and DSA_METHOD. 9年前
err Add checks to X509_NAME_oneline() 8年前
evp Fix memory leak on invalid ecPublicKey parameters. 8年前
hkdf Start assuming MSVC 2015. 8年前
hmac Reimplement PKCS#12 key derivation. 8年前
lhash Add a run_tests target to run all tests. 9年前
md4 Revert md_len removal from SHA256_CTX and SHA512_CTX. 8年前
md5 Revert md_len removal from SHA256_CTX and SHA512_CTX. 8年前
modes Start assuming MSVC 2015. 8年前
newhope newhope: use less stack to compute client key 8年前
obj Fix build. 8年前
pem Reject inappropriate private key encryption ciphers. 8年前
perlasm perlasm/x86_64-xlate.pl: handle binary constants early. 8年前
pkcs8 Add standalone PKCS#8 and SPKI fuzzers. 8年前
poly1305 Use UINT64_C instead of unsigned long long integer constant. 8年前
rand Add a deterministic PRNG for fuzzing. 8年前
rc4 Remove RC4_options from rc4-586.pl. 8年前
rsa Do RSA blinding unless |e| is NULL and specifically requested not to. 8年前
sha Revert md_len removal from SHA256_CTX and SHA512_CTX. 8年前
stack If no comparison function is set, sk_sort is a NOP 8年前
test Start assuming MSVC 2015. 8年前
x509 Add size limit to X509_NAME structure. 8年前
x509v3 Check for malloc failure in r2i_certpol. 8年前
CMakeLists.txt Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit. 8年前
constant_time_test.c Update constant-time operations. 10年前
cpu-aarch64-linux.c Rewrite ARM feature detection. 8年前
cpu-arm-linux.c Make CRYPTO_is_NEON_capable aware of the buggy CPU. 8年前
cpu-arm.c Rewrite ARM feature detection. 8年前
cpu-intel.c Add missing internal includes. 8年前
crypto.c Add |CRYPTO_is_confidential_build|. 8年前
ex_data.c Skip free callbacks on empty CRYPTO_EX_DATAs. 8年前
internal.h Another OPENSSL_NO_THREADS build fix. 8年前
mem.c Fix some indentation. 8年前
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 Remove call to |fprintf| in |CRYPTO_once|. 8年前
thread_test.c Use nanosleep instead of usleep. 8年前
thread_win.c Replace CRYPTO_once_t on Windows with INIT_ONCE. 8年前
time_support.c Remove some mingw support cruft. 8年前