aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | bump cmake and appveyor build environmentBrent Cook2020-05-012-11/+10
| | |
| * | Force use of 3.15.7OJ2020-04-201-1/+1
| | |
| * | Add support for use of static MSVC runtimesOJ2020-04-151-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.
* | Land #583, add regress record_layer_testBrent Cook2020-05-012-0/+12
|\ \
| * | Add regress record_layer_testkinichiro2020-04-282-0/+12
| |/
* | include <windows.h>Brent Cook2020-04-141-0/+1
| |
* | avoid exporting a sleep() symbol from libcryptoBrent Cook2020-04-143-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.
* update public signify keyBrent Cook2020-04-091-2/+2
|
* Further tweak change log for 3.1.0.v3.1.0Joel Sing2020-04-061-14/+16
|
* adjust 1.3 wordageBob Beck2020-04-041-5/+7
|
* Update ChangeLogkinichiro2020-04-051-0/+4
|
* Changelog updatesBrent Cook2020-04-041-0/+20
|
* crypto: regenerate crypto_portable.symDmitry Baryshkov2020-03-311-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>
* Land #575, fix android buildBrent Cook2020-03-262-35/+4
|\
| * Add android 10 buildkinichiro2020-03-261-2/+2
| |
| * Fix android buildkinichiro2020-03-262-33/+2
| |
* | crypto: do not include gost.h into noinst_HEADERSDmitry Baryshkov2020-03-251-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>
* disable clienttestBrent Cook2020-03-142-6/+8
| | | | the current handshakes contain dynamic content, which breaks this test
* remove d1_enc.cBrent Cook2020-03-142-2/+0
|
* Crypto target properties when building static libsDan Nestor2020-03-021-11/+9
|
* TLS target properties when building static libsDan Nestor2020-03-021-11/+9
|
* SSL target properties when building static libsDan Nestor2020-03-021-11/+9
|
* rebase patchesBrent Cook2020-02-152-27/+26
|
* add new libssl filesBrent Cook2020-02-152-0/+6
|
* update manpage linksBrent Cook2020-02-151-0/+2
|
* Land #565, install ocspcheck.8 manualBrent Cook2020-01-261-0/+2
|\
| * Install ocspcheck.8 manualkinichiro2020-01-091-0/+2
| |
* | add tls_error for cmake buildsBrent Cook2020-01-262-1/+2
| |
* | tls13_error.c was recently added upstream.Darren Tucker2020-01-261-0/+1
|/ | | | Fixes link error when building.
* Include FindPackageHandleStandardArgs before use.Michael John2019-12-191-0/+2
| | | The function 'FindPackageHandleStandardArgs' needs to be included before used.
* update man linksBrent Cook2019-11-301-8/+34
|
* update netcat patchBrent Cook2019-11-301-9/+9
|
* add tls13_server.cBrent Cook2019-11-182-0/+2
|
* Override the default path of cert.pem in libtlskinichiro2019-11-162-4/+4
|
* add PLATFORM_LDADD to libsslBrent Cook2019-11-071-1/+1
|
* re-add CMS to openssl(1)Brent Cook2019-11-072-0/+2
|
* enable cmstestBrent Cook2019-11-032-0/+10
|
* remove extra cms in cmacBrent Cook2019-11-031-3/+3
|
* add cms to portable buildBrent Cook2019-11-032-3/+35
|
* rebased netcat patchBrent Cook2019-10-271-17/+17
|
* Land #553, add initial support for midipixBrent Cook2019-10-273-1/+9
|\
| * initial support for midipixØrjan Malde2019-10-203-1/+9
| |
* | Land #550, add OSS-Fuzz badgeBrent Cook2019-10-271-1/+1
|\ \
| * | Add OSS-Fuzz fuzzing badgeAbhishek Arya2019-10-071-1/+1
| |/
* / 3.0.2 changelogBrent Cook2019-10-271-0/+15
|/
* update manpage linksv3.0.1Brent Cook2019-09-301-0/+91
|
* 3.0.1 changelogBrent Cook2019-09-301-0/+17
|
* Check for existing uninstall target before creating.Matthew Albrecht2019-09-201-6/+8
|
* add cms.h to public headersBrent Cook2019-09-091-1/+1
|
* remove duplicate copy of public headerBrent Cook2019-09-091-1/+0
|