aboutsummaryrefslogtreecommitdiff
path: root/tls (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-31one tweak inversed the meaning. fix thatTheo Buehler1-1/+1
2020-06-01ChangeLog tweaks.Joel Sing1-27/+28
2020-05-30change 'the s_client' to 'openssl(1) s_client'Bob Beck1-1/+1
2020-05-30Update ChangeLogkinichiro1-14/+10
2020-05-29whitespace, typos and a repeated entryTheo Buehler1-20/+15
2020-05-28bag of changelog for 3.2.0Bob Beck1-1/+52
2020-05-28Initial bits for the 3.2.0 ChangeLogTheo Buehler1-0/+17
2020-05-25add new manpagesBrent Cook1-0/+3
2020-05-23[CMakeLists.txt] Move `project` below `cmake_minimum_required`; fix ↵Samuel Marks2-6/+7
indentation in its `if`/`else` block; [tap-driver.sh] Copyright line update (was automatic with `./autogen.sh`)
2020-05-20OpenBSD 6.7 errata 004, May 22, 2020Theo Buehler1-0/+5
2020-05-19Build regress servertest only if non BUILD_SHARED_LIBS with cmakekinichiro1-7/+9
2020-05-12Fix patch for tests/tlsexttest.ckinichiro1-42/+7
2020-05-09Fix cmake build to enable masm with VS2019kinichiro2-2/+3
To specify architecture Visual Studio 16 2019 requires -A option, and it is stored in variable CMAKE_GENERATOR_PLATFORM. Until Visual Studio 15 2017, architecture was indicated as part of generator string (e.g. "Visual Studio 15 2017 Win64")
2020-05-08Tweak ChangeLog entries.Joel Sing1-9/+11
2020-05-07Update ChangeLogkinichiro1-0/+27
2020-05-04Enable regress handshake_table on Windowskinichiro2-1/+19
2020-05-04Enable regress handshake_tablekinichiro2-1/+9
2020-05-02improved default help valueVincent Torri1-1/+1
2020-05-02missing change of variableVincent Torri1-2/+2
2020-05-01enable tests by defaultVincent Torri1-6/+5
2020-05-01enable tests by defaultVincent Torri1-2/+8
2020-05-01more MSVC build/test tweaksBrent Cook2-3/+13
2020-05-01Add configure option to disable testsVincent Torri2-1/+8
2020-05-01specify architecture separatelyBrent Cook1-9/+3
2020-05-01make cmake version bump conditional on MSVCBrent Cook1-1/+5
2020-05-01bump cmake and appveyor build environmentBrent Cook2-11/+10
2020-04-28Add regress record_layer_testkinichiro2-0/+12
2020-04-20Force use of 3.15.7OJ1-1/+1
2020-04-14include <windows.h>Brent Cook1-0/+1
2020-04-14avoid exporting a sleep() symbol from libcryptoBrent Cook3-8/+7
Since it seems only MSVC lacks sleep(), and it's only used by apps, lets special-case that and make it available as a static inline function instead.
2020-04-15Add support for use of static MSVC runtimesOJ1-1/+7
In certain contexts LibreSSL needs to be built with `/MT` instead of `/MD` for inclusion in other projects. These changes allow for the command-line option `USE_STATIC_MSVC_RUNTIMES` to be set to `ON` if the use wishes to generate projects that will build with static runtimes. This feature requires CMAKE version 3.15+, hence the minimum required version has changed as well.
2020-04-09update public signify keyBrent Cook1-2/+2
2020-04-06Further tweak change log for 3.1.0.v3.1.0Joel Sing1-14/+16
2020-04-04adjust 1.3 wordageBob Beck1-5/+7
2020-04-05Update ChangeLogkinichiro1-0/+4
2020-04-04Changelog updatesBrent Cook1-0/+20
2020-03-31crypto: regenerate crypto_portable.symDmitry Baryshkov1-1/+2
Make crypto_portable.sym depend on crypto.sym and libcrypto.so on crypto_portable.sym to rebuild library if one of symbol files changes. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2020-03-26Add android 10 buildkinichiro1-2/+2
2020-03-26Fix android buildkinichiro2-33/+2
2020-03-25crypto: do not include gost.h into noinst_HEADERSDmitry Baryshkov1-1/+0
gost/gost.h will go into include/openssl/, no need to duplicate it into crypto/gost directory Signed-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2020-03-14disable clienttestBrent Cook2-6/+8
the current handshakes contain dynamic content, which breaks this test
2020-03-14remove d1_enc.cBrent Cook2-2/+0
2020-03-02Crypto target properties when building static libsDan Nestor1-11/+9
2020-03-02TLS target properties when building static libsDan Nestor1-11/+9
2020-03-02SSL target properties when building static libsDan Nestor1-11/+9
2020-02-15rebase patchesBrent Cook2-27/+26
2020-02-15add new libssl filesBrent Cook2-0/+6
2020-02-15update manpage linksBrent Cook1-0/+2
2020-01-26add tls_error for cmake buildsBrent Cook2-1/+2
2020-01-26tls13_error.c was recently added upstream.Darren Tucker1-0/+1
Fixes link error when building.