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 926f2194df Enable MSVC 128-bit multiplication regardless of OPENSSL_NO_ASM. 8 years ago
..
aes Fix the shared builders by exporting GCM symbols. 9 years ago
asn1 OpenSSL reformat x509/, x509v3/, pem/ and asn1/. 8 years ago
base64 Remove calls to ERR_load_crypto_strings. 8 years ago
bio Remove calls to ERR_load_crypto_strings. 8 years ago
bn Enable MSVC 128-bit multiplication regardless of OPENSSL_NO_ASM. 8 years ago
buf Make |BUF_memdup| look for zero length, not NULL. 9 years ago
bytestring Fix theoretical memory leak on malloc error in CBS_asn1_ber_to_der. 8 years ago
chacha Use |alignas| more in crypto/chacha/chacha_vec.c. 8 years ago
cipher Use Barrett reduction in CBC processing rather than tricks. 8 years ago
cmac Add a run_tests target to run all tests. 9 years ago
conf Also add a no-op stub for OPENSSL_config. 8 years ago
curve25519 Add #ifdef guards to crypto/curve25519 assembly files. 8 years ago
des Use the straight-forward ROTATE macro. 8 years ago
dh Validate DH public keys for RFC 5114 groups. 8 years ago
digest Remove the arch-specific HOST_c2l/HOST_l2c implementations. 8 years ago
dsa Fix memory leak in DSA redo case. 8 years ago
ec Add EC_POINT_point2cbb. 8 years ago
ecdh Clean up |ECDH_compute_key|. 9 years ago
ecdsa Test |ECDSA_SIG_to_bytes| using the P-521 order size, not 512-bits. 8 years ago
engine Unwind DH_METHOD and DSA_METHOD. 9 years ago
err Remove ASN1_R_MALLOC_FAILURE. 8 years ago
evp Remove redundant logic to compute EC public key. 8 years ago
hkdf Remove calls to ERR_load_crypto_strings. 8 years ago
hmac Remove condition which always evaluates to true (size_t >= 0). 9 years ago
lhash Add a run_tests target to run all tests. 9 years ago
md4 Make HOST_l2c return void. 8 years ago
md5 Make HOST_l2c return void. 8 years ago
modes Fix trivial -Wcast-qual violations. 8 years ago
obj Allocate a NID for X25519. 8 years ago
pem OpenSSL reformat x509/, x509v3/, pem/ and asn1/. 8 years ago
perlasm Fix arm perlasm trailing newline. 8 years ago
pkcs8 Changes to support node.js's use of PKCS#12. 8 years ago
poly1305 Fix |-Werror=old-style-declaration| violations in poly1305_vec.c. 8 years ago
rand Add a few more no-op stubs for cURL compatibility. 8 years ago
rc4 Remove the stitched RC4-MD5 code and use the generic one. 8 years ago
rsa Rename the BIGNUM ASN.1 functions. 8 years ago
sha Remove asm __asm__ define. 8 years ago
stack Move arm_arch.h and fix up lots of include paths. 9 years ago
test Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations. 8 years ago
x509 Fix build of x509_test. 8 years ago
x509v3 OpenSSL reformat x509/, x509v3/, pem/ and asn1/. 8 years ago
CMakeLists.txt Add X25519 and Ed25519 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 Allow |CRYPTO_is_NEON_capable| to be known at compile time, if possible. 9 years ago
cpu-intel.c Fix |sscanf| format string in cpu-intel.c. 8 years ago
crypto.c Add a few more no-op stubs for cURL compatibility. 8 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 Skip free callbacks on empty CRYPTO_EX_DATAs. 8 years ago
internal.h Fix 32-bit build. 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 Make sure pthread_once() succeeds. 9 years ago
thread_test.c Use the correct case for Windows headers. 9 years ago
thread_win.c Fix data <-> function pointer casts in thread_win.c. 8 years ago
time_support.c Remove some mingw support cruft. 8 years ago