summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-08-07Increase CT_NUMBER valuesRich Salz
2018-08-07Fix setting of ssl_strings_inited.Rich Salz
2018-08-07Check early that the config target exists and isn't a templateRichard Levitte
2018-08-07CHANGES: mention s390x assembly pack extensionsPatrick Steuer
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-07man3/OPENSSL_LH_COMPFUNC.pod: clarifications and updates.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-07ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.Andy Polyakov
2018-08-07lhash/lhash.c: switch to Thread-Sanitizer-friendly primitives.Andy Polyakov
2018-08-07Add internal/tsan_assist.h.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-07INSTALL,NOTES.ANDROID: minor updates.Andy Polyakov
2018-08-07Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte
2018-08-07Relocate memcmp test.Pauli
2018-08-06Ensure we send an alert on error when processing a ticketMatt Caswell
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-02Fix uninitialized value $s warning in windows static buildsBernd Edlinger
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-31Ensure symbols don't get deprecated too earlyRichard Levitte
2018-07-31Some protocol versions are build-timeRich Salz
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-31Add documentation for the new non-curve type specific EC functionsMatt 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-30apps/dsaparam.c generates code that is intended to be pasted or includedBeat Bolli
2018-07-29Add test for DSA signatures of raw digests of various sizesBryan Donlan
2018-07-29Remove DSA digest length checks when no digest is passedBryan Donlan
2018-07-28doc/BN_generate_prime: update doc about other callback valuesBeat Bolli
2018-07-26Improve backwards compat for SSL_get_servername()Benjamin Kaduk
2018-07-26Fix ossl_shim SNI handlingBenjamin Kaduk
2018-07-26EC GFp ladderBilly Brumley
2018-07-2600-base-templates.conf: engage x25519-ppc64 module.Andy Polyakov
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
2018-07-26apps/apps.c: harmonize print_bignum_var output with coding style.Andy Polyakov
2018-07-26Fix inconsisten use of bit vs bitsKurt Roeckx
2018-07-26Fix a trivial coding style nit in sm2_sign.cPaul Yang
2018-07-26Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx
2018-07-26Change the number of Miller-Rabin test for DSA generation to 64Kurt Roeckx
2018-07-26Fixed issue where DRBG_CTR fails if NO_DF is used - when entropy is calledShane Lontis
2018-07-25Check for failures, to avoid memory leakRich Salz