aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-09Add a test for TLSv1.3 fallbackMatt Caswell2-11/+33
2018-08-09Improve fallback protectionMatt Caswell1-0/+3
2018-08-08Add a test for unencrypted alertMatt Caswell4-1/+125
2018-08-08Tolerate encrypted or plaintext alertsMatt Caswell6-14/+44
2018-08-08Ensure that we write out alerts correctly after early_dataMatt Caswell7-15/+36
2018-08-08Fix a missing call to SSLfatalMatt Caswell1-9/+13
2018-08-07test/asn1_internal_test.c: silence the new check for the ASN1 method tableDr. Matthias St. Pierre1-4/+2
2018-08-07Increase CT_NUMBER valuesRich Salz2-3/+15
2018-08-07Fix setting of ssl_strings_inited.Rich Salz1-1/+1
2018-08-07Check early that the config target exists and isn't a templateRichard Levitte1-2/+3
2018-08-07CHANGES: mention s390x assembly pack extensionsPatrick Steuer1-0/+5
2018-08-07crypto/mem.c: switch to tsan_assist.h in CRYPTO_MDEBUG.Andy Polyakov1-9/+9
2018-08-07engine/eng_lib.c: remove redundant #ifdef.Andy Polyakov1-5/+1
2018-08-07man3/OPENSSL_LH_COMPFUNC.pod: clarifications and updates.Andy Polyakov1-16/+9
2018-08-07x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.Andy Polyakov2-0/+12
2018-08-07x509v3/v3_purp.c: resolve Thread Sanitizer nit.Andy Polyakov1-4/+0
2018-08-07ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.Andy Polyakov6-80/+49
2018-08-07lhash/lhash.c: switch to Thread-Sanitizer-friendly primitives.Andy Polyakov2-11/+15
2018-08-07Add internal/tsan_assist.h.Andy Polyakov1-0/+84
2018-08-07stack/stack.c: omit redundant NULL checks.Andy Polyakov1-13/+8
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov14-52/+38
2018-08-07x509/x509name.c: fix potential crash in X509_NAME_get_text_by_OBJ.Andy Polyakov1-3/+5
2018-08-07INSTALL,NOTES.ANDROID: minor updates.Andy Polyakov2-6/+8
2018-08-07Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte3-1/+36
2018-08-07Relocate memcmp test.Pauli2-6/+6
2018-08-06Ensure we send an alert on error when processing a ticketMatt Caswell1-4/+10
2018-08-06s390x assembly pack: add KIMD/KLMD code path for sha3/shakePatrick Steuer4-7/+275
2018-08-03Fix some undefined behaviour in the Curve448 code (2nd attempt)Dr. Matthias St. Pierre2-6/+6
2018-08-02Fix uninitialized value $s warning in windows static buildsBernd Edlinger1-2/+2
2018-08-01asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.Andy Polyakov1-12/+23
2018-08-01Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli6-5/+33
2018-07-31Ensure symbols don't get deprecated too earlyRichard Levitte1-1/+9
2018-07-31Some protocol versions are build-timeRich Salz4-25/+14
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell10-6/+17
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell6-45/+74
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell22-224/+133
2018-07-31Add documentation for the new non-curve type specific EC functionsMatt Caswell2-30/+77
2018-07-31Provide EC functions that are not curve type specificMatt Caswell7-106/+171
2018-07-31Check return from BN_subPauli1-1/+2
2018-07-31Check conversion return in ASN1_INTEGER_print_bio.Pauli1-3/+2
2018-07-30apps/dsaparam.c generates code that is intended to be pasted or includedBeat Bolli2-31/+15
2018-07-29Add test for DSA signatures of raw digests of various sizesBryan Donlan3-2/+252
2018-07-29Remove DSA digest length checks when no digest is passedBryan Donlan1-14/+4
2018-07-28doc/BN_generate_prime: update doc about other callback valuesBeat Bolli1-1/+7
2018-07-26Improve backwards compat for SSL_get_servername()Benjamin Kaduk1-1/+4
2018-07-26Fix ossl_shim SNI handlingBenjamin Kaduk1-1/+20
2018-07-26EC GFp ladderBilly Brumley5-15/+249
2018-07-2600-base-templates.conf: engage x25519-ppc64 module.Andy Polyakov1-1/+1
2018-07-26Add ec/asm/x25519-ppc64.pl module.Andy Polyakov2-0/+825
2018-07-26bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.Andy Polyakov1-0/+1