summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2018-03-09Configurations/50-win-onecore.conf: add Windows 10 OneCore targets.Andy Polyakov
2018-03-09Configurations/windows-makefile.tmpl: simplify install-path "flavour"-ing.Andy Polyakov
2018-03-09Configurations/10-main.conf: amend out-dated comments.Andy Polyakov
2018-03-09Restore the display of options with 'openssl version -a'Richard Levitte
2018-03-09Display the library building flagsRichard Levitte
2018-03-09Configure et al: Move the definition of library only flagsRichard Levitte
2018-03-09speed: add ecdhx448 to ecdh choicesSteven Noonan
2018-03-09Fixed a spelling mistake in ASN1_TIME_set.podAlex Gaynor
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell
2018-03-09Test the new PSK behaviourMatt Caswell
2018-03-09Update documentation for the new PSK behaviourMatt Caswell
2018-03-09Fallback on old style PSK callbacks if the new style ones aren't presentMatt Caswell
2018-03-09Tolerate TLSv1.3 PSKs that are a different size to the hash sizeMatt Caswell