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.
 
 
 
 
 
 
Brian Smith f01fb5dc0e Avoid minor waste in |ec_GFp_nistp256_point_get_affine_coordinates|. 8 years ago
..
aes Switch all 'num' parameters in crypto/modes to unsigned. 8 years ago
asn1 Fix build when using Visual Studio 2015 Update 1. 8 years ago
base64 Remove calls to ERR_load_crypto_strings. 8 years ago
bio Only use recv/send for socket BIOs on Windows. 8 years ago
bn Make return value of |BN_MONT_CTX_set_locked| int. 8 years ago
buf Make |BUF_memdup| look for zero length, not NULL. 9 years ago
bytestring Add CBS_ASN1_UTF8STRING define. 8 years ago
chacha chacha/asm/chacha-armv8.pl: fix intermittent build failures. 8 years ago
cipher Switch all 'num' parameters in crypto/modes to unsigned. 8 years ago
cmac Fix some malloc test failures. 8 years ago
conf Add missing internal includes. 8 years ago
curve25519 Appease sanitizers in x25519_ge_scalarmult. 8 years ago
des Use the straight-forward ROTATE macro. 8 years ago
dh Make return value of |BN_MONT_CTX_set_locked| int. 8 years ago
digest Make EVP_MD_CTX size functions return size_t. 8 years ago
dsa Make return value of |BN_MONT_CTX_set_locked| int. 8 years ago
ec Avoid minor waste in |ec_GFp_nistp256_point_get_affine_coordinates|. 8 years ago
ecdh Clean up |ECDH_compute_key|. 9 years ago
ecdsa Drop support for engines-provided signature verification. 8 years ago
engine Unwind DH_METHOD and DSA_METHOD. 9 years ago
err Make err_data_generator.go silent by default. 8 years ago
evp Fix memory leak on invalid ecPublicKey parameters. 8 years ago
hkdf Fix build when using Visual Studio 2015 Update 1. 8 years ago
hmac Reimplement PKCS#12 key derivation. 8 years ago
lhash Add a run_tests target to run all tests. 9 years ago
md4 Add one-shot |MD4| function. 8 years ago
md5 Make HOST_l2c return void. 8 years ago
modes Switch all 'num' parameters in crypto/modes to unsigned. 8 years ago
obj Rename obj_mac.h to nid.h and make it a multiply-includable header. 8 years ago
pem Decouple the EVP and PEM code. 8 years ago
perlasm perlasm/x86_64-xlate.pl: handle binary constants early. 8 years ago
pkcs8 Reimplement PKCS#12 key derivation. 8 years ago
poly1305 Use UINT64_C instead of unsigned long long integer constant. 8 years ago
rand Add a deterministic PRNG for fuzzing. 8 years ago
rc4 Remove the stitched RC4-MD5 code and use the generic one. 8 years ago
rsa Require the public exponent to be available in RSA blinding. 8 years ago
sha Consistently use named constants in ARM assembly files. 8 years ago
stack If no comparison function is set, sk_sort is a NOP 8 years ago
test Remove some easy obj.h dependencies. 8 years ago
x509 Fix some malloc test failures. 8 years ago
x509v3 Remove some easy obj.h dependencies. 8 years ago
CMakeLists.txt Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." 8 years ago
constant_time_test.c Update constant-time operations. 10 years ago
cpu-aarch64-linux.c Rewrite ARM feature detection. 8 years ago
cpu-arm-linux.c Avoid doing arithmetic on void pointers. 8 years ago
cpu-arm.c Rewrite ARM feature detection. 8 years ago
cpu-intel.c Add missing internal includes. 8 years ago
crypto.c Add |FIPS_mode|, which returns zero. 8 years ago
directory.h Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." 8 years ago
directory_posix.c Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." 8 years ago
directory_win.c Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." 8 years ago
ex_data.c Skip free callbacks on empty CRYPTO_EX_DATAs. 8 years ago
internal.h Replace CRYPTO_once_t on Windows with INIT_ONCE. 8 years ago
mem.c Fix some indentation. 8 years ago
refcount_c11.c Cast refcounts to _Atomic before use. 9 years ago
refcount_lock.c Add infrastructure for reference counts. 9 years ago
refcount_test.c Specify argc and argv arguments to refcount_test:main. 9 years ago
thread.c Remove leftovers of the old-style locks. 9 years ago
thread_none.c Support Trusty, an embedded platform. 9 years ago
thread_pthread.c Remove call to |fprintf| in |CRYPTO_once|. 8 years ago
thread_test.c Use nanosleep instead of usleep. 8 years ago
thread_win.c Replace CRYPTO_once_t on Windows with INIT_ONCE. 8 years ago
time_support.c Remove some mingw support cruft. 8 years ago