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.
 
 
 
 
 
 
Adam Langley e1cf3f1579 md5-x86_64.pl: work around warning. 10 years ago
..
aes x86[_64] assembly pack: add Silvermont performance data. 10 years ago
asn1 Shush some dead assignments. 10 years ago
base64 Don't use ssize_t in base64_test.c. 10 years ago
bio Fix standalone bio_test and v3name_test on Win64. 10 years ago
bn Shush some dead assignments. 10 years ago
buf Don't read past the end of the string in BUF_strndup. 10 years ago
bytestring Fix "integer constant is too large for 'long' type" errors. 10 years ago
chacha Fix ARM build with OPENSSL_NO_ASM. 10 years ago
cipher Shush some dead assignments. 10 years ago
conf Convert all zero-argument functions to '(void)' 10 years ago
des A bunch of dead assignments. 10 years ago
dh Add a CRYPTO_library_init and static-initializer-less build option. 10 years ago
digest Add digest_test with tests for all existing EVP_MDs. 10 years ago
dsa Add misc functions for easier porting. 10 years ago
ec Explicitly check for empty ASN.1 strings in d2i_ECPrivateKey. 10 years ago
ecdh Move public headers to include/openssl/ 10 years ago
ecdsa Fix Windows shared library build. 10 years ago
engine Add generic OPERATION_NOT_SUPPORTED error code. 10 years ago
err Don't leak in err_set_error_data if error queue is empty. 10 years ago
evp Rename example_sign to evp_test. 10 years ago
hmac Add a CRYPTO_library_init and static-initializer-less build option. 10 years ago
lhash Fix NaCl build. 10 years ago
md4 Readd MD4. 10 years ago
md5 md5-x86_64.pl: work around warning. 10 years ago
modes x86[_64] assembly pack: add Silvermont performance data. 10 years ago
obj Don't export obj_dat.h. 10 years ago
pem unifdef a bunch of OPENSSL_NO_* ifdefs. 10 years ago
perlasm Build Win32 with Yasm rather than MASM. 10 years ago
pkcs8 Provide compatibility functions for PKCS#12 parsing. 10 years ago
poly1305 Fix ARM build with OPENSSL_NO_ASM. 10 years ago
rand Call RtlGenRandom directly in RAND_bytes. 10 years ago
rc4 Use OPENSSL_64_BIT in rc4.c. 10 years ago
rsa Don't compare signed vs. unsigned. 10 years ago
sha x86[_64] assembly pack: add Silvermont performance data. 10 years ago
stack Mark all SSL_CIPHERs as const. 10 years ago
x509 ASN1_STRING_to_UTF8 missing initializer. 10 years ago
x509v3 Fix error handling in X509_PURPOSE_add and X509_TRUST_add. 10 years ago
CMakeLists.txt Constant-time utilities. 10 years ago
arm_arch.h Add a control to disable the Poly1305 NEON code. 10 years ago
cpu-arm.c Convert all zero-argument functions to '(void)' 10 years ago
cpu-intel.c Don't try to setup CPUID if NO_ASM. 10 years ago
cpu-x86-asm.pl Use asm directives to protect OPENSSL_cleanse. 10 years ago
cpu-x86_64-asm.pl Inital import. 10 years ago
crypto.c Don't try to setup CPUID if NO_ASM. 10 years ago
crypto_error.c Move public headers to include/openssl/ 10 years ago
crypto_error.h Add ISC header to a handful of files. 10 years ago
directory.h Add visibility rules. 10 years ago
directory_posix.c _POSIX_C_SOURCE needs to be set to a date, at least on FreeBSD. 10 years ago
directory_win.c Inital import. 10 years ago
ex_data.c Don't compare signed vs. unsigned. 10 years ago
ex_data_impl.c Remove meth_num in ex_data_impl.c. 10 years ago
header_removed.h Add ISC header to a handful of files. 10 years ago
internal.h Constant-time utilities. 10 years ago
mem.c Fix NaCl build. 10 years ago
thread.c Include Windows.h in some source files. 10 years ago
time_support.c Fix NaCl build. 10 years ago