選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Adam Langley af7e74ba9f Remove variable shadowing. 10年前
..
aes aesni-x86_64.pl: make ECB subroutine Windows ABI compliant (RT 3552). 10年前
asn1 Add malloc failure tests. 10年前
base64 Don't use ssize_t in base64_test.c. 10年前
bio Fix bio_test.c build on Windows. 10年前
bn Switch crypto/bn back to _umul128 on Windows clang. 10年前
buf Don't read past the end of the string in BUF_strndup. 10年前
bytestring Remove variable shadowing. 10年前
chacha Fix ARM build with OPENSSL_NO_ASM. 10年前
cipher Don't manually extern OPENSSL_ia32cap_P. 10年前
conf Convert all zero-argument functions to '(void)' 10年前
des A bunch of dead assignments. 10年前
dh Add a CRYPTO_library_init and static-initializer-less build option. 10年前
digest Add EVP_md5_sha1. 10年前
dsa Add misc functions for easier porting. 10年前
ec Remove EC_GROUP_set_point_conversion_form 10年前
ecdh Use BN_bn2bin_padded rather than doing math to figure out leading zeros. 10年前
ecdsa Use BN_bn2bin_padded rather than doing math to figure out leading zeros. 10年前
engine Add generic OPERATION_NOT_SUPPORTED error code. 10年前
err Add malloc failure tests. 10年前
evp Add malloc failure tests. 10年前
hmac Add a CRYPTO_library_init and static-initializer-less build option. 10年前
lhash Fix NaCl build. 10年前
md4 Readd MD4. 10年前
md5 md5-x86_64.pl: work around warning. 10年前
modes x86[_64] assembly pack: add Silvermont performance data. 10年前
obj Renegerate OID outputs. 10年前
pem Possibly-uninit variable in pem_lib.c. 10年前
perlasm perlasm/x86_64-xlate.pl: handle inter-bank movd. 10年前
pkcs8 Provide compatibility functions for PKCS#12 parsing. 10年前
poly1305 Fix ARM build with OPENSSL_NO_ASM. 10年前
rand Call RtlGenRandom directly in RAND_bytes. 10年前
rc4 Use OPENSSL_64_BIT in rc4.c. 10年前
rsa Add EVP_PKEY_supports_digest. 10年前
sha x86[_64] assembly pack: add Silvermont performance data. 10年前
stack Mark all SSL_CIPHERs as const. 10年前
x509 Add malloc failure tests. 10年前
x509v3 Fix error handling in X509_PURPOSE_add and X509_TRUST_add. 10年前
CMakeLists.txt Constant-time utilities. 10年前
arm_arch.h Add a control to disable the Poly1305 NEON code. 10年前
constant_time_test.c Update constant-time operations. 10年前
cpu-arm.c Convert all zero-argument functions to '(void)' 10年前
cpu-intel.c Don't try to setup CPUID if NO_ASM. 10年前
cpu-x86-asm.pl Use asm directives to protect OPENSSL_cleanse. 10年前
cpu-x86_64-asm.pl Inital import. 10年前
crypto.c Don't try to setup CPUID if NO_ASM. 10年前
crypto_error.c Move public headers to include/openssl/ 10年前
crypto_error.h Add ISC header to a handful of files. 10年前
directory.h Add visibility rules. 10年前
directory_posix.c _POSIX_C_SOURCE needs to be set to a date, at least on FreeBSD. 10年前
directory_win.c Inital import. 10年前
ex_data.c Don't compare signed vs. unsigned. 10年前
ex_data_impl.c Add malloc failure tests. 10年前
header_removed.h Add ISC header to a handful of files. 10年前
internal.h Update constant-time operations. 10年前
mem.c Fix NaCl build. 10年前
thread.c Include Windows.h in some source files. 10年前
time_support.c Fix NaCl build. 10年前