summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1-pre9 releaseOpenSSL_1_1_1-pre9Matt Caswell2018-08-212-2/+2
* Fix a version error in CHANGES and NEWSMatt Caswell2018-08-212-2/+2
* Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri2018-08-212-30/+270
* Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell2018-08-206-9/+21
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-2015-66/+73
* Check getauxval on systems that have it when checking for setuid execution.Pauli2018-08-201-5/+11
* Fix typos and errors in Ed25519.pod documentationparasssh2018-08-201-5/+5
* Add a helper routine so that evp_test can compare memory without producingPauli2018-08-201-38/+61
* rand_unix.c: don't discard entropy bytes from /dev/*randomDr. Matthias St. Pierre2018-08-191-9/+14
* rand_unix.c: don't discard entropy bytes from syscall_random()Dr. Matthias St. Pierre2018-08-191-9/+17
* rand_unix.c: assimilate syscall_random() with getrandom(2)Dr. Matthias St. Pierre2018-08-191-20/+37
* Configure: don't probe for --noexecstack assembler option on Darwin.Andy Polyakov2018-08-181-2/+2
* test/recipes/30-test_evp_data: fix two typosDr. Matthias St. Pierre2018-08-182-2/+2
* Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk2018-08-172-3/+3
* crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov2018-08-176-81/+2
* Configure: warn when 'none' is the chosen seed sourceRichard Levitte2018-08-161-3/+12
* internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov2018-08-161-11/+62
* Fix a bug in test_sslversionsMatt Caswell2018-08-151-0/+1
* Turn on TLSv1.3 downgrade protection by defaultMatt Caswell2018-08-155-20/+2
* Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell2018-08-1514-103/+13
* Add SHA3 HMAC test vectors from NIST.Pauli2018-08-151-0/+45
* Deallocate previously loaded SSL CONF module dataTomas Mraz2018-08-141-0/+1
* Travis: don't generate git clone progress for logsPhilip Prindeville2018-08-141-0/+1
* Move SSL_DEBUG md fprintf after assignmentDmitry Yakovlev2018-08-141-3/+5
* Updates to CHANGES and NEWS for the new release.Matt Caswell2018-08-142-0/+61
* crypto/o_fopen.c: alias fopen to fopen64.Andy Polyakov2018-08-131-0/+18
* Configuration/15-android.conf: slightly move NDK canonisationRichard Levitte2018-08-121-1/+1
* Configurations/15-android.conf: Make sure that the NDK path is canonicalRichard Levitte2018-08-121-0/+3
* 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