Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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> | |||||
2020-03-14 | disable clienttest | Brent Cook | 2 | -6/+8 | |
the current handshakes contain dynamic content, which breaks this test | |||||
2020-03-14 | remove d1_enc.c | Brent Cook | 2 | -2/+0 | |
2020-03-02 | Crypto target properties when building static libs | Dan Nestor | 1 | -11/+9 | |
2020-03-02 | TLS target properties when building static libs | Dan Nestor | 1 | -11/+9 | |
2020-03-02 | SSL target properties when building static libs | Dan Nestor | 1 | -11/+9 | |
2020-02-15 | rebase patches | Brent Cook | 2 | -27/+26 | |
2020-02-15 | add new libssl files | Brent Cook | 2 | -0/+6 | |
2020-02-15 | update manpage links | Brent Cook | 1 | -0/+2 | |
2020-01-26 | add tls_error for cmake builds | Brent Cook | 2 | -1/+2 | |
2020-01-26 | tls13_error.c was recently added upstream. | Darren Tucker | 1 | -0/+1 | |
Fixes link error when building. | |||||
2020-01-09 | Install ocspcheck.8 manual | kinichiro | 1 | -0/+2 | |
2019-12-19 | Include FindPackageHandleStandardArgs before use. | Michael John | 1 | -0/+2 | |
The function 'FindPackageHandleStandardArgs' needs to be included before used. | |||||
2019-11-30 | update man links | Brent Cook | 1 | -8/+34 | |
2019-11-30 | update netcat patch | Brent Cook | 1 | -9/+9 | |
2019-11-18 | add tls13_server.c | Brent Cook | 2 | -0/+2 | |
2019-11-16 | Override the default path of cert.pem in libtls | kinichiro | 2 | -4/+4 | |
2019-11-07 | add PLATFORM_LDADD to libssl | Brent Cook | 1 | -1/+1 | |
2019-11-07 | re-add CMS to openssl(1) | Brent Cook | 2 | -0/+2 | |
2019-11-03 | enable cmstest | Brent Cook | 2 | -0/+10 | |
2019-11-03 | remove extra cms in cmac | Brent Cook | 1 | -3/+3 | |
2019-11-03 | add cms to portable build | Brent Cook | 2 | -3/+35 | |
2019-10-27 | rebased netcat patch | Brent Cook | 1 | -17/+17 | |
2019-10-27 | 3.0.2 changelog | Brent Cook | 1 | -0/+15 | |