aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Update ChangeLogkinichiro2020-08-221-4/+8
| | |
* | | 3.2.1 ChangeLogTheo Buehler2020-08-211-3/+99
| | |
* | | 3.1.4 ChangeLogTheo Buehler2020-08-211-0/+25
| | | | | | | | | | | | (cherry picked from commit c2d9cb4d7ad2900ebe874e980c9fa828f2ddf39a)
* | | 3.1.3 ChangelogBrent Cook2020-08-211-0/+5
| |/ |/| | | | | (cherry picked from commit f371858839fff62571a6344a8b659f12fee25163)
* | README.md: fix typo: know to work -> known to workChristopher Simons2020-07-251-1/+1
| |
* | Land #606, remove cmc_lcl.h from CMake buildBrent Cook2020-07-221-1/+0
|\ \
| * | Remove cms_lcl.h from crypto/CMakeLists.txtkinichiro2020-07-221-1/+0
| |/
* | Land #605, Update testssl.batBrent Cook2020-07-221-0/+11
|\ \
| * | Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites. (upstream r1.15)kinichiro2020-07-221-1/+1
| | |
| * | Test TLSv1.3 ciphersuites (upstream r1.14)kinichiro2020-07-221-0/+11
| |/
* | Keep test log as artifactkinichiro2020-07-071-0/+9
| |
* | Fix ssltest to run on appveyorkinichiro2020-07-072-3/+5
|/
* update tlsexttest patchBrent Cook2020-07-061-3/+3
|
* Test both SSLv3 and TLSv1.2, select cipher suite that the protocol can handlekinichiro2020-07-051-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`
* add possibility to override upstream opensslv.h with a local versionBrent Cook2020-06-151-1/+7
|
* Move crypto/x509v3/ files to crypto/x509/kinichiro2020-06-103-74/+70
|
* Start 3.2.1 ChangeLogBob Beck2020-06-051-0/+6
|
* Add non-expired certificates fix to ChangeLog.v3.2.0Joel Sing2020-06-011-0/+2
|
* one tweak inversed the meaning. fix thatTheo Buehler2020-05-311-1/+1
|
* 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
|\ \