summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte2018-08-114-4/+18
* Change the OID references for X25519, X448, ED25519 and ED448 from the draft RFCPauli2018-08-101-1/+1
* Fix no-compMatt Caswell2018-08-092-4/+4
* Revert "stack/stack.c: omit redundant NULL checks."Matt Caswell2018-08-091-8/+13
* Add a test for TLSv1.3 fallbackMatt Caswell2018-08-092-11/+33
* Improve fallback protectionMatt Caswell2018-08-091-0/+3
* Add a test for unencrypted alertMatt Caswell2018-08-084-1/+125
* Tolerate encrypted or plaintext alertsMatt Caswell2018-08-086-14/+44
* Ensure that we write out alerts correctly after early_dataMatt Caswell2018-08-087-15/+36
* Fix a missing call to SSLfatalMatt Caswell2018-08-081-9/+13
* test/asn1_internal_test.c: silence the new check for the ASN1 method tableDr. Matthias St. Pierre2018-08-071-4/+2
* Increase CT_NUMBER valuesRich Salz2018-08-072-3/+15
* Fix setting of ssl_strings_inited.Rich Salz2018-08-071-1/+1
* Check early that the config target exists and isn't a templateRichard Levitte2018-08-071-2/+3
* CHANGES: mention s390x assembly pack extensionsPatrick Steuer2018-08-071-0/+5
* crypto/mem.c: switch to tsan_assist.h in CRYPTO_MDEBUG.Andy Polyakov2018-08-071-9/+9
* engine/eng_lib.c: remove redundant #ifdef.Andy Polyakov2018-08-071-5/+1
* man3/OPENSSL_LH_COMPFUNC.pod: clarifications and updates.Andy Polyakov2018-08-071-16/+9
* x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.Andy Polyakov2018-08-072-0/+12
* x509v3/v3_purp.c: resolve Thread Sanitizer nit.Andy Polyakov2018-08-071-4/+0
* ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.Andy Polyakov2018-08-076-80/+49
* lhash/lhash.c: switch to Thread-Sanitizer-friendly primitives.Andy Polyakov2018-08-072-11/+15
* Add internal/tsan_assist.h.Andy Polyakov2018-08-071-0/+84
* stack/stack.c: omit redundant NULL checks.Andy Polyakov2018-08-071-13/+8
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-0714-52/+38
* x509/x509name.c: fix potential crash in X509_NAME_get_text_by_OBJ.Andy Polyakov2018-08-071-3/+5
* INSTALL,NOTES.ANDROID: minor updates.Andy Polyakov2018-08-072-6/+8
* Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte2018-08-073-1/+36
* Relocate memcmp test.Pauli2018-08-072-6/+6
* Ensure we send an alert on error when processing a ticketMatt Caswell2018-08-061-4/+10
* s390x assembly pack: add KIMD/KLMD code path for sha3/shakePatrick Steuer2018-08-064-7/+275
* Fix some undefined behaviour in the Curve448 code (2nd attempt)Dr. Matthias St. Pierre2018-08-032-6/+6
* Fix uninitialized value $s warning in windows static buildsBernd Edlinger2018-08-021-2/+2
* asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.Andy Polyakov2018-08-011-12/+23
* Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli2018-08-016-5/+33
* Ensure symbols don't get deprecated too earlyRichard Levitte2018-07-311-1/+9
* Some protocol versions are build-timeRich Salz2018-07-314-25/+14
* Fix some TLSv1.3 alert issuesMatt Caswell2018-07-3110-6/+17
* Deprecate the EC curve type specific functions in 1.2.0Matt Caswell2018-07-316-45/+74
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-3122-224/+133
* Add documentation for the new non-curve type specific EC functionsMatt Caswell2018-07-312-30/+77
* Provide EC functions that are not curve type specificMatt Caswell2018-07-317-106/+171
* Check return from BN_subPauli2018-07-311-1/+2
* Check conversion return in ASN1_INTEGER_print_bio.Pauli2018-07-311-3/+2
* apps/dsaparam.c generates code that is intended to be pasted or includedBeat Bolli2018-07-292-31/+15
* Add test for DSA signatures of raw digests of various sizesBryan Donlan2018-07-293-2/+252
* Remove DSA digest length checks when no digest is passedBryan Donlan2018-07-291-14/+4
* doc/BN_generate_prime: update doc about other callback valuesBeat Bolli2018-07-281-1/+7
* Improve backwards compat for SSL_get_servername()Benjamin Kaduk2018-07-261-1/+4
* Fix ossl_shim SNI handlingBenjamin Kaduk2018-07-261-1/+20