aboutsummaryrefslogtreecommitdiff
path: root/tls (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-22Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites. (upstream r1.15)kinichiro1-1/+1
2020-07-22Test TLSv1.3 ciphersuites (upstream r1.14)kinichiro1-0/+11
2020-07-07Keep test log as artifactkinichiro1-0/+9
2020-07-07Fix ssltest to run on appveyorkinichiro2-3/+5
2020-07-06update tlsexttest patchBrent Cook1-3/+3
2020-07-05Test both SSLv3 and TLSv1.2, select cipher suite that the protocol can handlekinichiro1-3/+3
Follow upstream r1.12 and r1.13 - Test both SSLv3 and TLSv1.2 cipher suites with TLS. - Handle the fact that TLSv1.3 cipher suites are now being included in the output from `openssl ciphers`
2020-06-15add possibility to override upstream opensslv.h with a local versionBrent Cook1-1/+7
2020-06-10Move crypto/x509v3/ files to crypto/x509/kinichiro3-74/+70
2020-06-05Start 3.2.1 ChangeLogBob Beck1-0/+6
2020-06-01Add non-expired certificates fix to ChangeLog.v3.2.0Joel Sing1-0/+2
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>