summaryrefslogtreecommitdiffstats
path: root/.travis-create-release.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-22crypto/init.c: improve destructor_key's portability.Andy Polyakov1-8/+11
2018-08-22man3/OBJ_nid2obj.pod: mention failure code for OBJ_create.Andy Polyakov1-1/+2
2018-08-22asn1/asn_moid.c: overhaul do_create.Andy Polyakov1-18/+12
2018-08-22Ignore the digest in req app if using EdDSAMatt Caswell2-6/+15
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell4-17/+33
2018-08-22Fix BoringSSL external test failuresMatt Caswell1-1/+6
2018-08-22Don't detect a downgrade where the server has a protocol version holeMatt Caswell2-7/+21
2018-08-22Test that a client protocol "hole" doesn't get detected as a downgradeMatt Caswell1-1/+11
2018-08-22Use the same min-max version range on the client consistentlyMatt Caswell5-63/+79
2018-08-22rand_lib.c: Don't open random devices while cleaning up.Dr. Matthias St. Pierre1-2/+6
2018-08-22Fix typos in documentationJakub Wilk3-3/+3
2018-08-22Allow TLS-1.3 ciphersuites in @SECLEVEL=3 and aboveTomas Mraz1-1/+2
2018-08-22Zero memory in CRYPTO_secure_malloc.Pauli2-5/+55
2018-08-21Prepare for 1.1.1-pre10-devMatt Caswell2-3/+3
2018-08-21Prepare for 1.1.1-pre9 releaseOpenSSL_1_1_1-pre9Matt Caswell2-2/+2
2018-08-21Fix a version error in CHANGES and NEWSMatt Caswell2-2/+2
2018-08-21Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri2-30/+270
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell6-9/+21
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell15-66/+73
2018-08-20Check getauxval on systems that have it when checking for setuid execution.Pauli1-5/+11
2018-08-20Fix typos and errors in Ed25519.pod documentationparasssh1-5/+5
2018-08-19Add a helper routine so that evp_test can compare memory without producingPauli1-38/+61
2018-08-19rand_unix.c: don't discard entropy bytes from /dev/*randomDr. Matthias St. Pierre1-9/+14
2018-08-19rand_unix.c: don't discard entropy bytes from syscall_random()Dr. Matthias St. Pierre1-9/+17
2018-08-19rand_unix.c: assimilate syscall_random() with getrandom(2)Dr. Matthias St. Pierre1-20/+37
2018-08-18Configure: don't probe for --noexecstack assembler option on Darwin.Andy Polyakov1-2/+2
2018-08-18test/recipes/30-test_evp_data: fix two typosDr. Matthias St. Pierre2-2/+2
2018-08-17Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk2-3/+3
2018-08-17crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov6-81/+2
2018-08-16Configure: warn when 'none' is the chosen seed sourceRichard Levitte1-3/+12
2018-08-16internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov1-11/+62
2018-08-15Fix a bug in test_sslversionsMatt Caswell1-0/+1
2018-08-15Turn on TLSv1.3 downgrade protection by defaultMatt Caswell5-20/+2
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell14-103/+13
2018-08-15Add SHA3 HMAC test vectors from NIST.Pauli1-0/+45
2018-08-14Deallocate previously loaded SSL CONF module dataTomas Mraz1-0/+1
2018-08-14Travis: don't generate git clone progress for logsPhilip Prindeville1-0/+1
2018-08-14Move SSL_DEBUG md fprintf after assignmentDmitry Yakovlev1-3/+5
2018-08-14Updates to CHANGES and NEWS for the new release.Matt Caswell2-0/+61
2018-08-13crypto/o_fopen.c: alias fopen to fopen64.Andy Polyakov1-0/+18
2018-08-12Configuration/15-android.conf: slightly move NDK canonisationRichard Levitte1-1/+1
2018-08-12Configurations/15-android.conf: Make sure that the NDK path is canonicalRichard Levitte1-0/+3
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte4-4/+18
2018-08-10Change the OID references for X25519, X448, ED25519 and ED448 from the draft RFCPauli1-1/+1
2018-08-09Fix no-compMatt Caswell2-4/+4
2018-08-09Revert "stack/stack.c: omit redundant NULL checks."Matt Caswell1-8/+13
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