aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* ChangeLog tweaks.Joel Sing2020-06-011-27/+28
|
* change 'the s_client' to 'openssl(1) s_client'Bob Beck2020-05-301-1/+1
|
* Update ChangeLogkinichiro2020-05-301-14/+10
|
* whitespace, typos and a repeated entryTheo Buehler2020-05-291-20/+15
|
* bag of changelog for 3.2.0Bob Beck2020-05-281-1/+52
|
* Initial bits for the 3.2.0 ChangeLogTheo Buehler2020-05-281-0/+17
|
* add new manpagesBrent Cook2020-05-251-0/+3
|
* [CMakeLists.txt] Move `project` below `cmake_minimum_required`; fix ↵Samuel Marks2020-05-232-6/+7
| | | | indentation in its `if`/`else` block; [tap-driver.sh] Copyright line update (was automatic with `./autogen.sh`)
* OpenBSD 6.7 errata 004, May 22, 2020Theo Buehler2020-05-201-0/+5
|
* Build regress servertest only if non BUILD_SHARED_LIBS with cmakekinichiro2020-05-191-7/+9
|
* Fix patch for tests/tlsexttest.ckinichiro2020-05-121-42/+7
|
* Fix cmake build to enable masm with VS2019kinichiro2020-05-092-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")
* Tweak ChangeLog entries.Joel Sing2020-05-081-9/+11
|
* Land #586, Enable handshake_table regression testBrent Cook2020-05-073-1/+27
|\
| * Enable regress handshake_table on Windowskinichiro2020-05-042-1/+19
| |
| * Enable regress handshake_tablekinichiro2020-05-042-1/+9
| |
* | Land #585, add option to disable tests to autoconfBrent Cook2020-05-072-1/+13
|\ \
| * | improved default help valueVincent Torri2020-05-021-1/+1
| | |
| * | missing change of variableVincent Torri2020-05-021-2/+2
| | |
| * | enable tests by defaultVincent Torri2020-05-011-6/+5
| | |
| * | enable tests by defaultVincent Torri2020-05-011-2/+8
| | |
| * | Add configure option to disable testsVincent Torri2020-05-012-1/+8
| | |
* | | Update ChangeLogkinichiro2020-05-071-0/+27
| |/ |/|
* | Land #578, add support for use of static MSVC runtimesBrent Cook2020-05-012-13/+26
|\ \
| * | more MSVC build/test tweaksBrent Cook2020-05-012-3/+13
| | |
| * | specify architecture separatelyBrent Cook2020-05-011-9/+3
| | |
| * | make cmake version bump conditional on MSVCBrent Cook2020-05-011-1/+5
| | |
| * | 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
|