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 6a2de3c1d4 Don't use a C99 for loop. 9 years ago
..
aes Convert remaining Latin-1 files to UTF-8. 9 years ago
asn1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
base64 Add malloc test support to unit tests. 9 years ago
bio Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead. 9 years ago
bn Re-add |BN_bn2mpi| and |BN_mpi2bn| from OpenSSL at fd682e4c. 9 years ago
buf Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
bytestring Make CBB_len return a length, not remaining. 9 years ago
chacha Emit #if guards for ARM assembly files. 9 years ago
cipher Don't use a C99 for loop. 9 years ago
cmac Remove BIO dependency from cmac_test. 9 years ago
conf Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
des Clean up the DES_key_schedule logic. 9 years ago
dh Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
digest Suppress missing return value check warning in |EVP_DigestFinal|. 9 years ago
dsa Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
ec Clean up weirdness in initializing EC_GROUP cofactor & order. 9 years ago
ecdh Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
ecdsa Improve error checking of some |BN_CTX_get| callers. 9 years ago
engine Precompute sorted array for error strings. 9 years ago
err Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead. 9 years ago
evp Fix warning about unused |EVP_PKEY_METHOD.ctrl_str|. 9 years ago
hkdf Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
hmac Fix typo in |HMAC_CTX_cleanup|. 9 years ago
lhash Fix some typos in license headers. 9 years ago
md4 Fix integer types in low-level hash functions. 9 years ago
md5 Fix some typos in license headers. 9 years ago
modes Re-add the C version (only) of |EVP_aes_256_xts| 9 years ago
obj Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
pem Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
perlasm Emit #if guards for ARM assembly files. 9 years ago
pkcs8 Consistently participate in err for PKCS12_* functions. 9 years ago
poly1305 Fix Windows build. 9 years ago
rand Fix CRYPTO_hwrand comment. 9 years ago
rc4 Convert remaining Latin-1 files to UTF-8. 9 years ago
rsa Avoid a copy when using RSA_PADDING_NONE. 9 years ago
sha Convert remaining Latin-1 files to UTF-8. 9 years ago
stack Remove unnecessary NULL checks, part 4. 9 years ago
test Remove BIO dependency from cmac_test. 9 years ago
x509 Fix a couple other leaks on failure in X509_verify_cert. 9 years ago
x509v3 Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
CMakeLists.txt Replace cpuid assembly with C code. 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 Fix more warnings about old-style prototypes. 9 years ago
cpu-intel.c Surround immintrin.h includes with warning pragmas. 9 years ago
crypto.c Fix |SSLeay|. 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 Reserve ex_data index zero for app_data. 9 years ago
header_removed.h Add ISC header to a handful of files. 10 years ago
internal.h Reserve ex_data index zero for app_data. 9 years ago
mem.c Fix some typos in license headers. 9 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 Support Trusty, an embedded platform. 9 years ago
thread_test.c Use the correct case for Windows headers. 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