summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-09-03Check the return from BN_sub() in BN_X931_generate_Xpq().Pauli
2018-09-03Check for a failure return from EVP_MD_CTX_new() in OCSP_basic_sign().Pauli
2018-09-03Remove redundant ASN1_INTEGER_set callEric Brown
2018-08-29fix out-of-bounds write in sm2_crypt.cymlbright
2018-08-26x509v3/v3_purp.c: refine lock-free check in x509v3_cache_extensions.Andy Polyakov
2018-08-23bn/bn_lib.c: conceal even memmory access pattern in bn2binpad.Andy Polyakov
2018-08-23bn/bn_blind.c: use Montgomery multiplication when possible.Andy Polyakov
2018-08-23rsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."Andy Polyakov
2018-08-23crypto/bn: add more fixed-top routines.Andy Polyakov
2018-08-22Extend dladdr() for AIX, consequence from changes for openssl#6368.Matthias Kraft
2018-08-22crypto/init.c: improve destructor_key's portability.Andy Polyakov
2018-08-22asn1/asn_moid.c: overhaul do_create.Andy Polyakov
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell
2018-08-22rand_lib.c: Don't open random devices while cleaning up.Dr. Matthias St. Pierre
2018-08-22Zero memory in CRYPTO_secure_malloc.Pauli
2018-08-21Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri
2018-08-20Check getauxval on systems that have it when checking for setuid execution.Pauli
2018-08-19rand_unix.c: don't discard entropy bytes from /dev/*randomDr. Matthias St. Pierre
2018-08-19rand_unix.c: don't discard entropy bytes from syscall_random()Dr. Matthias St. Pierre
2018-08-19rand_unix.c: assimilate syscall_random() with getrandom(2)Dr. Matthias St. Pierre
2018-08-17Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk
2018-08-17crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov
2018-08-14Deallocate previously loaded SSL CONF module dataTomas Mraz
2018-08-13crypto/o_fopen.c: alias fopen to fopen64.Andy Polyakov
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-10Change the OID references for X25519, X448, ED25519 and ED448 from the draft RFCPauli
2018-08-09Revert "stack/stack.c: omit redundant NULL checks."Matt Caswell
2018-08-07crypto/mem.c: switch to tsan_assist.h in CRYPTO_MDEBUG.Andy Polyakov
2018-08-07engine/eng_lib.c: remove redundant #ifdef.Andy Polyakov
2018-08-07x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.Andy Polyakov
2018-08-07x509v3/v3_purp.c: resolve Thread Sanitizer nit.Andy Polyakov
2018-08-07lhash/lhash.c: switch to Thread-Sanitizer-friendly primitives.Andy Polyakov
2018-08-07stack/stack.c: omit redundant NULL checks.Andy Polyakov
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-08-07x509/x509name.c: fix potential crash in X509_NAME_get_text_by_OBJ.Andy Polyakov
2018-08-07Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte
2018-08-06s390x assembly pack: add KIMD/KLMD code path for sha3/shakePatrick Steuer
2018-08-03Fix some undefined behaviour in the Curve448 code (2nd attempt)Dr. Matthias St. Pierre
2018-08-01asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.Andy Polyakov
2018-08-01Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-31Provide EC functions that are not curve type specificMatt Caswell
2018-07-31Check return from BN_subPauli
2018-07-31Check conversion return in ASN1_INTEGER_print_bio.Pauli
2018-07-29Remove DSA digest length checks when no digest is passedBryan Donlan
2018-07-26EC GFp ladderBilly Brumley
2018-07-26Add ec/asm/x25519-ppc64.pl module.Andy Polyakov
2018-07-26bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.Andy Polyakov