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.
 
 
 
 
 
 
David Benjamin 4690bb5fc3 Port cipher_test to file_test. 9 years ago
..
aes Don't use .arch in aarch64 asm with Clang. 9 years ago
asn1 Don't set *pval to NULL in asn1_item_ex_combine_new. 9 years ago
base64 Convert base64_test to C++. 9 years ago
bio Add |BIO_up_ref| and |EVP_PKEY_up_ref|. 9 years ago
bn Require source files define __STDC_FORMAT_MACROS to use BN FMT macros. 9 years ago
buf Precompute sorted array for error strings. 9 years ago
bytestring Remove unnecessary NULL checks, part 1. 9 years ago
chacha Switch nonce type in chacha_vec.c to uint32_t. 9 years ago
cipher Port cipher_test to file_test. 9 years ago
cmac Add support for CMAC (RFC 4493). 9 years ago
conf Add NCONF_load_bio. 9 years ago
des Eliminate unnecessary includes from low-level crypto modules. 9 years ago
dh Convert dh_test to C++. 9 years ago
digest Replace MD5 in examples with SHA-256. 9 years ago
dsa Remove unnecessary NULL checks, part 1. 9 years ago
ec Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|. 9 years ago
ecdh Add in missing curly braces part 2. 9 years ago
ecdsa Remove unnecessary NULL checks, part 3. 9 years ago
engine Precompute sorted array for error strings. 9 years ago
err Define compatibility function |ERR_remove_state|. 9 years ago
evp Add evp_test, loosely based on upstream's version. 9 years ago
hkdf Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 9 years ago
hmac Add evp_test, loosely based on upstream's version. 9 years ago
lhash Remove more bits of ERR_STRING_DATA. 9 years ago
md4 Eliminate unnecessary includes from low-level crypto modules. 9 years ago
md5 Remove explicit .hiddens from x86_64 perlasm files. 9 years ago
modes Fix invalid assert in CRYPTO_ctr128_encrypt. 9 years ago
obj Remove unnecessary NULL checks, part 4. 9 years ago
pem Eliminate unnecessary includes from low-level crypto modules. 9 years ago
perlasm Add assembly support for 32-bit iOS. 9 years ago
pkcs8 Convert pkcs12_test to C++. 9 years ago
poly1305 Fix ARM Clang build. 9 years ago
rand Add no-op |RAND_load_file| function for compatibility. 9 years ago
rc4 Mind the end of the buffer in aligned case of generic RC4 implementation. 9 years ago
rsa Remove unnecessary NULL checks, part 4. 9 years ago
sha Add assembly support for 32-bit iOS. 9 years ago
stack Remove unnecessary NULL checks, part 4. 9 years ago
test Port cipher_test to file_test. 9 years ago
x509 Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref. 9 years ago
x509v3 Remove spurious declarations of |X509V3_EXT_conf| and friends. 9 years ago
CMakeLists.txt Add file-based test framework and convert hmac_test. 9 years ago
arm_arch.h aarch64 support. 9 years ago
constant_time_test.c Update constant-time operations. 10 years ago
cpu-arm-asm.S Don't probe for NEON with SIGILL on aarch64. 9 years ago
cpu-arm.c Support Trusty, an embedded platform. 9 years ago
cpu-intel.c Eliminate unnecessary includes from low-level crypto modules. 9 years ago
cpu-x86-asm.pl Never set RC4_CHAR. 9 years ago
cpu-x86_64-asm.pl Remove explicit .hiddens from x86_64 perlasm files. 9 years ago
crypto.c Compatibility changes for wpa_supplicant and OpenSSH. 9 years ago
directory.h Add visibility rules. 10 years ago
directory_posix.c Eliminate unnecessary includes from low-level crypto modules. 9 years ago
directory_win.c Eliminate unnecessary includes from low-level crypto modules. 9 years ago
ex_data.c Remove unnecessary NULL checks, part 3. 9 years ago
header_removed.h Add ISC header to a handful of files. 10 years ago
internal.h Support Trusty, an embedded platform. 9 years ago
mem.c Lowercase some Windows headers. 9 years ago
thread.c Eliminate unnecessary includes from low-level crypto modules. 9 years ago
thread_none.c Support Trusty, an embedded platform. 9 years ago
thread_pthread.c Support Trusty, an embedded platform. 9 years ago
thread_test.c Support Trusty, an embedded platform. 9 years ago
thread_win.c Support Trusty, an embedded platform. 9 years ago
time_support.c Eliminate unnecessary includes from low-level crypto modules. 9 years ago