summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-20Prepare for 1.1.1-pre3 releaseOpenSSL_1_1_1-pre3Matt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-20crypto/rand/rand_vms.c: include "internal/rand_int.h"Richard Levitte
2018-03-19Fix: drbgtest fails when tests are executed in random orderDr. Matthias St. Pierre
2018-03-19s_client, s_server: do generic SSL configuration first, specialization afterRichard Levitte
2018-03-19Fix no-sm3/no-sm2 (with strict-warnings)Todd Short
2018-03-19Fix no-sm3 (and no-sm2)Todd Short
2018-03-19Don't generate buildtest_*err.cRichard Levitte
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte
2018-03-19In TLSProxy::Proxy, specify TLSv1.3 as maximum allowable protocolRichard Levitte
2018-03-19Support "-min_protocol" and "-max_protocol" in s_server and s_clientRichard Levitte
2018-03-19Fix no-ecMatt Caswell
2018-03-19Fix no-sm2Matt Caswell
2018-03-19Fix no-posix-io compile failureMatt Caswell
2018-03-19Place ticket keys into secure memoryTodd Short
2018-03-19Fix no-pskMatt Caswell
2018-03-19Revise and cleanup; use strict,warningsRich Salz
2018-03-19Apply system_default configuration on SSL_CTX_new().Tomas Mraz
2018-03-19Add a multithread rand testKurt Roeckx
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-19Make the public and private DRBG thread localKurt Roeckx
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd
2018-03-19Support SM2 ECIES scheme via EVPJack Lloyd
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-19Configurations/15-android.conf: detect clang by PATH, not by CC.Andy Polyakov
2018-03-19Add NOTES.ANDROID.Andy Polyakov
2018-03-19Configurations/15-android.conf: default to RC4_CHAR whenever possible.Andy Polyakov
2018-03-19MIPS assembly pack: default heuristic detection to little-endian.Andy Polyakov
2018-03-19Configurations/15-android.conf: refine clang support.Andy Polyakov
2018-03-19Configure: pass -no-integrated-as.Andy Polyakov
2018-03-19Fix bio callback backward compatibilityBernd Edlinger
2018-03-19Fix a crash in SSLfatal due to invalid enc_write_ctxBernd Edlinger
2018-03-19Fix no-cmacMatt Caswell
2018-03-19Fix no-ecMatt Caswell
2018-03-19Add a CHANGES entry to mention the replay protection capabilitiesMatt Caswell
2018-03-19Document the replay protection capabilitiesMatt Caswell
2018-03-19Add a test for 0RTT replay protectionMatt Caswell
2018-03-19Add an anti-replay mechanismMatt Caswell
2018-03-19Don't update the session cache when processing a client certificate in TLSv1.3Matt Caswell
2018-03-19Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell
2018-03-19engines/asm/e_padlock*: add support for Zhaoxin's x86 platformJeffZhao
2018-03-19Clarify a couple of details around "make variables"Richard Levitte
2018-03-19Stop test/shlibloadtest.c from failing in a regression testRichard Levitte
2018-03-19Add a simple method to run regression testsRichard Levitte
2018-03-18NOTES.WIN: classify targets to "native" and "hosted" and restructure.Andy Polyakov
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre
2018-03-17ts_RESP_sign: Don't try to use v2 signing when ESS digest isn't setRichard Levitte
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-03-17Fix a memory leak in tls1_macBernd Edlinger