Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-07-22 | Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites. (upstream r1.15) | kinichiro | 1 | -1/+1 | |
2020-07-22 | Test TLSv1.3 ciphersuites (upstream r1.14) | kinichiro | 1 | -0/+11 | |
2020-07-07 | Keep test log as artifact | kinichiro | 1 | -0/+9 | |
2020-07-07 | Fix ssltest to run on appveyor | kinichiro | 2 | -3/+5 | |
2020-07-06 | update tlsexttest patch | Brent Cook | 1 | -3/+3 | |
2020-07-05 | Test both SSLv3 and TLSv1.2, select cipher suite that the protocol can handle | kinichiro | 1 | -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-15 | add possibility to override upstream opensslv.h with a local version | Brent Cook | 1 | -1/+7 | |
2020-06-10 | Move crypto/x509v3/ files to crypto/x509/ | kinichiro | 3 | -74/+70 | |
2020-06-05 | Start 3.2.1 ChangeLog | Bob Beck | 1 | -0/+6 | |
2020-06-01 | Add non-expired certificates fix to ChangeLog.v3.2.0 | Joel Sing | 1 | -0/+2 | |
2020-05-31 | one tweak inversed the meaning. fix that | Theo Buehler | 1 | -1/+1 | |
2020-06-01 | ChangeLog tweaks. | Joel Sing | 1 | -27/+28 | |
2020-05-30 | change 'the s_client' to 'openssl(1) s_client' | Bob Beck | 1 | -1/+1 | |
2020-05-30 | Update ChangeLog | kinichiro | 1 | -14/+10 | |
2020-05-29 | whitespace, typos and a repeated entry | Theo Buehler | 1 | -20/+15 | |
2020-05-28 | bag of changelog for 3.2.0 | Bob Beck | 1 | -1/+52 | |
2020-05-28 | Initial bits for the 3.2.0 ChangeLog | Theo Buehler | 1 | -0/+17 | |
2020-05-25 | add new manpages | Brent Cook | 1 | -0/+3 | |
2020-05-23 | [CMakeLists.txt] Move `project` below `cmake_minimum_required`; fix ↵ | Samuel Marks | 2 | -6/+7 | |
indentation in its `if`/`else` block; [tap-driver.sh] Copyright line update (was automatic with `./autogen.sh`) | |||||
2020-05-20 | OpenBSD 6.7 errata 004, May 22, 2020 | Theo Buehler | 1 | -0/+5 | |
2020-05-19 | Build regress servertest only if non BUILD_SHARED_LIBS with cmake | kinichiro | 1 | -7/+9 | |
2020-05-12 | Fix patch for tests/tlsexttest.c | kinichiro | 1 | -42/+7 | |
2020-05-09 | Fix cmake build to enable masm with VS2019 | kinichiro | 2 | -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-08 | Tweak ChangeLog entries. | Joel Sing | 1 | -9/+11 | |
2020-05-07 | Update ChangeLog | kinichiro | 1 | -0/+27 | |
2020-05-04 | Enable regress handshake_table on Windows | kinichiro | 2 | -1/+19 | |
2020-05-04 | Enable regress handshake_table | kinichiro | 2 | -1/+9 | |
2020-05-02 | improved default help value | Vincent Torri | 1 | -1/+1 | |
2020-05-02 | missing change of variable | Vincent Torri | 1 | -2/+2 | |
2020-05-01 | enable tests by default | Vincent Torri | 1 | -6/+5 | |
2020-05-01 | enable tests by default | Vincent Torri | 1 | -2/+8 | |
2020-05-01 | more MSVC build/test tweaks | Brent Cook | 2 | -3/+13 | |
2020-05-01 | Add configure option to disable tests | Vincent Torri | 2 | -1/+8 | |
2020-05-01 | specify architecture separately | Brent Cook | 1 | -9/+3 | |
2020-05-01 | make cmake version bump conditional on MSVC | Brent Cook | 1 | -1/+5 | |
2020-05-01 | bump cmake and appveyor build environment | Brent Cook | 2 | -11/+10 | |
2020-04-28 | Add regress record_layer_test | kinichiro | 2 | -0/+12 | |
2020-04-20 | Force use of 3.15.7 | OJ | 1 | -1/+1 | |
2020-04-14 | include <windows.h> | Brent Cook | 1 | -0/+1 | |
2020-04-14 | avoid exporting a sleep() symbol from libcrypto | Brent Cook | 3 | -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-15 | Add support for use of static MSVC runtimes | OJ | 1 | -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-09 | update public signify key | Brent Cook | 1 | -2/+2 | |
2020-04-06 | Further tweak change log for 3.1.0.v3.1.0 | Joel Sing | 1 | -14/+16 | |
2020-04-04 | adjust 1.3 wordage | Bob Beck | 1 | -5/+7 | |
2020-04-05 | Update ChangeLog | kinichiro | 1 | -0/+4 | |
2020-04-04 | Changelog updates | Brent Cook | 1 | -0/+20 | |
2020-03-31 | crypto: regenerate crypto_portable.sym | Dmitry Baryshkov | 1 | -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-26 | Add android 10 build | kinichiro | 1 | -2/+2 | |
2020-03-26 | Fix android build | kinichiro | 2 | -33/+2 | |
2020-03-25 | crypto: do not include gost.h into noinst_HEADERS | Dmitry Baryshkov | 1 | -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> |