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