Вы не можете выбрать более 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 лет назад