summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-08-22Ignore the digest in req app if using EdDSAMatt Caswell
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell
2018-08-22Fix BoringSSL external test failuresMatt Caswell
2018-08-22Don't detect a downgrade where the server has a protocol version holeMatt Caswell
2018-08-22Test that a client protocol "hole" doesn't get detected as a downgradeMatt Caswell
2018-08-22Use the same min-max version range on the client consistentlyMatt Caswell
2018-08-22rand_lib.c: Don't open random devices while cleaning up.Dr. Matthias St. Pierre
2018-08-22Fix typos in documentationJakub Wilk
2018-08-22Allow TLS-1.3 ciphersuites in @SECLEVEL=3 and aboveTomas Mraz
2018-08-22Zero memory in CRYPTO_secure_malloc.Pauli
2018-08-21Prepare for 1.1.1-pre10-devMatt Caswell
2018-08-21Prepare for 1.1.1-pre9 releaseOpenSSL_1_1_1-pre9Matt Caswell
2018-08-21Fix a version error in CHANGES and NEWSMatt Caswell
2018-08-21Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-08-20Check getauxval on systems that have it when checking for setuid execution.Pauli
2018-08-20Fix typos and errors in Ed25519.pod documentationparasssh
2018-08-20Add a helper routine so that evp_test can compare memory without producingPauli
2018-08-19rand_unix.c: don't discard entropy bytes from /dev/*randomDr. Matthias St. Pierre
2018-08-19rand_unix.c: don't discard entropy bytes from syscall_random()Dr. Matthias St. Pierre
2018-08-19rand_unix.c: assimilate syscall_random() with getrandom(2)Dr. Matthias St. Pierre
2018-08-18Configure: don't probe for --noexecstack assembler option on Darwin.Andy Polyakov
2018-08-18test/recipes/30-test_evp_data: fix two typosDr. Matthias St. Pierre
2018-08-17Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk
2018-08-17crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov
2018-08-16Configure: warn when 'none' is the chosen seed sourceRichard Levitte
2018-08-16internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov
2018-08-15Fix a bug in test_sslversionsMatt Caswell
2018-08-15Turn on TLSv1.3 downgrade protection by defaultMatt Caswell
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell
2018-08-15Add SHA3 HMAC test vectors from NIST.Pauli
2018-08-14Deallocate previously loaded SSL CONF module dataTomas Mraz
2018-08-14Travis: don't generate git clone progress for logsPhilip Prindeville
2018-08-14Move SSL_DEBUG md fprintf after assignmentDmitry Yakovlev
2018-08-14Updates to CHANGES and NEWS for the new release.Matt Caswell
2018-08-13crypto/o_fopen.c: alias fopen to fopen64.Andy Polyakov
2018-08-12Configuration/15-android.conf: slightly move NDK canonisationRichard Levitte
2018-08-12Configurations/15-android.conf: Make sure that the NDK path is canonicalRichard Levitte
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-10Change the OID references for X25519, X448, ED25519 and ED448 from the draft RFCPauli
2018-08-09Fix no-compMatt Caswell
2018-08-09Revert "stack/stack.c: omit redundant NULL checks."Matt Caswell
2018-08-09Add a test for TLSv1.3 fallbackMatt Caswell
2018-08-09Improve fallback protectionMatt Caswell
2018-08-08Add a test for unencrypted alertMatt Caswell
2018-08-08Tolerate encrypted or plaintext alertsMatt Caswell
2018-08-08Ensure that we write out alerts correctly after early_dataMatt Caswell
2018-08-08Fix a missing call to SSLfatalMatt Caswell
2018-08-07test/asn1_internal_test.c: silence the new check for the ASN1 method tableDr. Matthias St. Pierre