summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-15Only update the server session cache when the session is readyMatt Caswell
2018-03-15Missings OIDs for XTS added.Pauli
2018-03-14Fix no-ecMatt Caswell
2018-03-14Fix test_out_optionPatrick Steuer
2018-03-14util/add-depends.pl: sort the dependency filesRichard Levitte
2018-03-14Fix an error number clashMatt Caswell
2018-03-14Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell
2018-03-14Fix clienthellotest for new TLSv1.3 ciphersuite configurationMatt Caswell
2018-03-14Update CHANGES with details of TLSv1.3 ciphersuite configurationMatt Caswell
2018-03-14Add documentation for TLSv1.3 ciphersuite configurationMatt Caswell
2018-03-14Update s_time to be allow configuration of TLSv1.3 ciphersuitesMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-14Update version numbers for TLSv1.3 draft-26Matt Caswell
2018-03-14Only allow supported_versions in a TLSv1.3 ServerHelloMatt Caswell
2018-03-14Use the TLSv1.3 record header as AADMatt Caswell
2018-03-14Remove '-Wextra' as default user flags for the Linux clang targetsRichard Levitte
2018-03-13Windows build file: make sure to quoteRichard Levitte
2018-03-13Remove the temporary file in case it wasn't renamedRichard Levitte
2018-03-13Remove debugging prints from util/add-depends.plRichard Levitte
2018-03-13Configurations/*.conf: overhaul Android targets.Andy Polyakov
2018-03-13ec/curve25519.c: resolve regression with Android NDK's arm64 gcc.Andy Polyakov
2018-03-13store/loader_file.c: rename variables causing conflicts with Android NDK.Andy Polyakov
2018-03-13Refactor the 'depend' targetRichard Levitte
2018-03-13update SRP copyright noticeTim Hudson
2018-03-12openssl rehash: no more need to massage the files on VMSRichard Levitte
2018-03-12Adjust LPdir_unix.c on VMS for OpenSSL expectationsRichard Levitte
2018-03-12CONF inclusion test: Add VMS specific testsRichard Levitte
2018-03-12CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte
2018-03-12Free the correct type in OBJ_add_object()Matt Caswell
2018-03-12Fix enable-ssl-traceMatt Caswell
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-12Improve error handling in pk7_doitMatt Caswell
2018-03-12Add OIDs for DSTU-4145gmile
2018-03-12Don't negotiate TLSv1.3 with the ossl_shimMatt Caswell
2018-03-12Session Ticket app dataTodd Short
2018-03-12mem_sec.c: portability fixup.Andy Polyakov
2018-03-11Fix propotype to include the const qualifierKurt Roeckx
2018-03-10Fixed a handful of typosAlex Gaynor
2018-03-10Configurations/10-main.conf: VC-<target> cleanups.Andy Polyakov
2018-03-10Configurations/unix-Makefile.tmpl: overhaul assembler make rules.Andy Polyakov
2018-03-10Configurations/descrip.mms.tmpl: Fix small errorsRichard Levitte
2018-03-10Configure: catch the build tree configdata.pmRichard Levitte
2018-03-10Configure: don't mangle the directory again when checking DEPEND inclusionRichard Levitte
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre
2018-03-09Attempt to fix boringssl testsBen Kaduk
2018-03-09Document more X509_STORE functionsBenjamin Kaduk
2018-03-09Fix doc-nitsBen Kaduk
2018-03-09Reuse extension_is_relevant() in should_add_extension()Benjamin Kaduk
2018-03-09Fix type error in PEM processingBenjamin Kaduk
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short