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.
 
 
 
 
 
 
Steven Valdez a833c357ed Update to TLS 1.3 draft 18. 8 years ago
..
aes aes/asm/aesp8-ppc.pl: improve [backward] portability. 8 years ago
asn1 Don't leak memory on ASN1_GENERALIZEDTIME_adj() error path 8 years ago
base64 Use C99 for size_t loops. 8 years ago
bio Remove the last of BIO_print_errors. 8 years ago
bn bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (not affected). 8 years ago
buf Add BUF_MEM_reserve. 8 years ago
bytestring Add CBS_get_any_asn1. 8 years ago
chacha Use fewer macros in C ChaCha implementation. 8 years ago
cipher Clarify the scope & initialization of |data_len| in |aead_tls_open|. 8 years ago
cmac Replace Scoped* heap types with bssl::UniquePtr. 8 years ago
conf Add a no-op |OPENSSL_no_config|. 8 years ago
curve25519 Add ED25519_keypair_from_seed. 8 years ago
des Fix up macros. 8 years ago
dh Fold stack-allocated types into headers. 8 years ago
digest Fix up macros. 8 years ago
dsa Add various 1.1.0 accessors. 8 years ago
ec Fix up macros. 8 years ago
ecdh Const-correct ECDH_compute_key. 8 years ago
ecdsa Replace Scoped* heap types with bssl::UniquePtr. 8 years ago
engine Remove trailing ';' from macros 8 years ago
err Update to TLS 1.3 draft 18. 8 years ago
evp Use C99 for size_t loops. 8 years ago
hkdf Adding ARRAY_SIZE macro for getting the size of constant arrays. 8 years ago
hmac Use C99 for size_t loops. 8 years ago
lhash Use C99 for size_t loops. 8 years ago
md4 Fix up macros. 8 years ago
md5 Fix up macros. 8 years ago
modes Fix up macros. 8 years ago
newhope Use C99 for size_t loops. 8 years ago
obj Rename the |dont_return_name| flag of |OBJ_obj2txt| to |always_return_oid|. 8 years ago
pem Reject inappropriate private key encryption ciphers. 8 years ago
perlasm Add PPC64LE assembly for AES-GCM. 8 years ago
pkcs8 Use C99 for size_t loops. 8 years ago
poly1305 Always assume little-endian in Poly1305 reference code. 8 years ago
pool Add missing include. 8 years ago
rand Add corpora for fuzzers with fuzzer mode disabled. 8 years ago
rc4 Simplify RC4 code and remove assembly. 8 years ago
rsa Use C99 for size_t loops. 8 years ago
sha Fix up macros. 8 years ago
stack Use C99 for size_t loops. 8 years ago
test C++ crypto/test/malloc.cc more. 8 years ago
x509 Check for i2d_name_canon failures in x509_name_canon. 8 years ago
x509v3 Fix up macros. 8 years ago
CMakeLists.txt Add CRYPTO_BUFFER and CRYPTO_BUFFER_POOL. 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 Make CRYPTO_is_NEON_capable aware of the buggy CPU. 8 years ago
cpu-arm.c Rewrite ARM feature detection. 8 years ago
cpu-intel.c Wrap MSVC-only warning pragmas in a macro. 8 years ago
cpu-ppc64le.c Add PPC64LE assembly for AES-GCM. 8 years ago
crypto.c Add PPC64LE assembly for AES-GCM. 8 years ago
ex_data.c Use C99 for size_t loops. 8 years ago
internal.h Add PPC64LE assembly for AES-GCM. 8 years ago
mem.c Remove a clang-cl workaround that's no longer needed. 8 years ago
refcount_c11.c Cast refcounts to _Atomic before use. 9 years ago
refcount_lock.c Split unlock functions into read/write variants. 8 years ago
refcount_test.c Specify argc and argv arguments to refcount_test:main. 9 years ago
thread.c Remove a bunch of unnecessary includes. 8 years ago
thread_none.c Split unlock functions into read/write variants. 8 years ago
thread_pthread.c Use pthreads on MinGW. 8 years ago
thread_test.c Wrap MSVC-only warning pragmas in a macro. 8 years ago
thread_win.c Use pthreads on MinGW. 8 years ago
time_support.c Remove some mingw support cruft. 8 years ago