aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell7-7/+85
2018-03-15Configure: allow to enable afalgeng if target does not start with LinuxSebastian Andrzej Siewior2-1/+2
2018-03-15Only update the server session cache when the session is readyMatt Caswell2-7/+14
2018-03-15Missings OIDs for XTS added.Pauli5-405/+440
2018-03-14Fix no-ecMatt Caswell1-0/+1
2018-03-14Fix test_out_optionPatrick Steuer1-1/+2
2018-03-14util/add-depends.pl: sort the dependency filesRichard Levitte1-0/+1
2018-03-14Fix an error number clashMatt Caswell2-2/+2
2018-03-14Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell2-4/+6
2018-03-14Fix clienthellotest for new TLSv1.3 ciphersuite configurationMatt Caswell1-1/+3
2018-03-14Update CHANGES with details of TLSv1.3 ciphersuite configurationMatt Caswell1-6/+10
2018-03-14Add documentation for TLSv1.3 ciphersuite configurationMatt Caswell6-30/+129
2018-03-14Update s_time to be allow configuration of TLSv1.3 ciphersuitesMatt Caswell1-10/+14
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell26-172/+383
2018-03-14Update version numbers for TLSv1.3 draft-26Matt Caswell2-4/+4
2018-03-14Only allow supported_versions in a TLSv1.3 ServerHelloMatt Caswell3-17/+20
2018-03-14Use the TLSv1.3 record header as AADMatt Caswell8-31/+67
2018-03-14Remove '-Wextra' as default user flags for the Linux clang targetsRichard Levitte1-2/+0
2018-03-13Windows build file: make sure to quoteRichard Levitte1-1/+1
2018-03-13Remove the temporary file in case it wasn't renamedRichard Levitte1-2/+4
2018-03-13Remove debugging prints from util/add-depends.plRichard Levitte1-3/+1
2018-03-13Configurations/*.conf: overhaul Android targets.Andy Polyakov2-93/+214
2018-03-13ec/curve25519.c: resolve regression with Android NDK's arm64 gcc.Andy Polyakov1-1/+2
2018-03-13store/loader_file.c: rename variables causing conflicts with Android NDK.Andy Polyakov1-15/+15
2018-03-13Refactor the 'depend' targetRichard Levitte4-23/+55
2018-03-13update SRP copyright noticeTim Hudson5-4/+24
2018-03-12openssl rehash: no more need to massage the files on VMSRichard Levitte1-19/+0
2018-03-12Adjust LPdir_unix.c on VMS for OpenSSL expectationsRichard Levitte1-2/+37
2018-03-12CONF inclusion test: Add VMS specific testsRichard Levitte3-1/+19
2018-03-12CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte1-3/+19
2018-03-12Free the correct type in OBJ_add_object()Matt Caswell1-1/+1
2018-03-12Fix enable-ssl-traceMatt Caswell1-4/+4
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders11-12/+149
2018-03-12Improve error handling in pk7_doitMatt Caswell1-3/+5
2018-03-12Add OIDs for DSTU-4145gmile5-5/+273
2018-03-12Don't negotiate TLSv1.3 with the ossl_shimMatt Caswell1-0/+6
2018-03-12Session Ticket app dataTodd Short20-67/+661
2018-03-12mem_sec.c: portability fixup.Andy Polyakov1-2/+4
2018-03-11Fix propotype to include the const qualifierKurt Roeckx1-7/+7
2018-03-10Fixed a handful of typosAlex Gaynor7-10/+10
2018-03-10Configurations/10-main.conf: VC-<target> cleanups.Andy Polyakov2-50/+38
2018-03-10Configurations/unix-Makefile.tmpl: overhaul assembler make rules.Andy Polyakov1-26/+25
2018-03-10Configurations/descrip.mms.tmpl: Fix small errorsRichard Levitte1-3/+3
2018-03-10Configure: catch the build tree configdata.pmRichard Levitte1-13/+10
2018-03-10Configure: don't mangle the directory again when checking DEPEND inclusionRichard Levitte1-10/+6
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre4-9/+56
2018-03-09Attempt to fix boringssl testsBen Kaduk1-1/+1
2018-03-09Document more X509_STORE functionsBenjamin Kaduk1-0/+100
2018-03-09Fix doc-nitsBen Kaduk1-1/+1
2018-03-09Reuse extension_is_relevant() in should_add_extension()Benjamin Kaduk1-10/+12