Log

Author Commit Date CI Message
kinichiro f9e7ce5e 2020-07-05T13:30:54 Test both SSLv3 and TLSv1.2, select cipher suite that the protocol can handle 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`
Brent Cook fd208a54 2020-06-12T09:43:11 add possibility to override upstream opensslv.h with a local version
kinichiro 61a1f6a5 2020-06-06T01:34:59 Move crypto/x509v3/ files to crypto/x509/
Bob Beck 902e57b5 2020-06-05T19:44:13 Start 3.2.1 ChangeLog
Joel Sing 44a6a239 2020-06-01T03:24:35 Add non-expired certificates fix to ChangeLog.
Theo Buehler 932343fb 2020-05-31T18:42:38 one tweak inversed the meaning. fix that
Joel Sing 2f8aa339 2020-06-01T02:33:36 ChangeLog tweaks.
Bob Beck ba5ae4fd 2020-05-30T08:40:49 change 'the s_client' to 'openssl(1) s_client'
kinichiro 654e938e 2020-05-30T23:15:58 Update ChangeLog
Theo Buehler 8b0ba424 2020-05-29T05:59:10 whitespace, typos and a repeated entry
Bob Beck fcd9da32 2020-05-28T19:50:17 bag of changelog for 3.2.0
Theo Buehler 60ce6e59 2020-05-28T08:03:51 Initial bits for the 3.2.0 ChangeLog
Brent Cook 7f3391fe 2020-05-25T22:52:30 add new manpages
Samuel Marks 12a400c9 2020-05-23T17:16:04 [CMakeLists.txt] Move `project` below `cmake_minimum_required`; fix indentation in its `if`/`else` block; [tap-driver.sh] Copyright line update (was automatic with `./autogen.sh`)
Theo Buehler c4ec6b24 2020-05-20T14:04:36 OpenBSD 6.7 errata 004, May 22, 2020
kinichiro e8033def 2020-05-19T01:23:57 Build regress servertest only if non BUILD_SHARED_LIBS with cmake
kinichiro 3b5ae00b 2020-05-12T20:21:18 Fix patch for tests/tlsexttest.c
kinichiro 740488d8 2020-05-09T18:46:13 Fix cmake build to enable masm with VS2019 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")
Joel Sing 0e8011de 2020-05-08T02:33:33 Tweak ChangeLog entries.
Brent Cook 442a969e 2020-05-07T09:04:42 Land #586, Enable handshake_table regression test
Brent Cook 049c874d 2020-05-07T06:06:19 Land #585, add option to disable tests to autoconf
kinichiro 388676af 2020-05-07T12:27:35 Update ChangeLog
kinichiro 1fe77923 2020-05-04T23:40:33 Enable regress handshake_table on Windows
kinichiro 4270e671 2020-05-04T20:55:07 Enable regress handshake_table
Vincent Torri 1553d87c 2020-05-02T15:13:13 improved default help value
Vincent Torri 84af4092 2020-05-02T14:35:34 missing change of variable
Vincent Torri 0542dd27 2020-05-01T21:03:06 enable tests by default
Brent Cook 1b2044f3 2020-05-01T11:02:09 Land #578, add support for use of static MSVC runtimes
Vincent Torri 1980c68e 2020-05-01T16:15:14 enable tests by default
Brent Cook 012014df 2020-05-01T08:31:11 more MSVC build/test tweaks
Vincent Torri 65d07eec 2020-05-01T13:07:11 Add configure option to disable tests
Brent Cook ee9d53e2 2020-05-01T04:58:48 specify architecture separately
Brent Cook 13159a59 2020-05-01T04:34:48 make cmake version bump conditional on MSVC
Brent Cook 1c3377ba 2020-05-01T04:09:57 bump cmake and appveyor build environment
Brent Cook af852925 2020-05-01T03:58:43 Land #583, add regress record_layer_test
kinichiro ea57e53c 2020-04-28T23:52:37 Add regress record_layer_test
OJ 4d07b727 2020-04-20T20:28:48 Force use of 3.15.7
Brent Cook e34586db 2020-04-14T22:38:10 include <windows.h>
Brent Cook 79f2a52a 2020-04-14T22:29:37 avoid exporting a sleep() symbol from libcrypto 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.
OJ 79fb34a9 2020-04-15T13:12:31 Add support for use of static MSVC runtimes 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.
Brent Cook ceeb3bb4 2020-04-09T08:29:34 update public signify key
Joel Sing 3b328512 2020-04-06T00:17:38 Further tweak change log for 3.1.0.
Bob Beck d6c3f2d7 2020-04-04T20:28:23 adjust 1.3 wordage
kinichiro 6358ef17 2020-04-05T11:12:17 Update ChangeLog
Brent Cook 7625741c 2020-04-04T10:28:40 Changelog updates
Dmitry Baryshkov d54b9c15 2020-03-31T15:03:44 crypto: regenerate crypto_portable.sym 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>
Brent Cook 81e279b6 2020-03-26T19:01:20 Land #575, fix android build
kinichiro 6edfcc97 2020-03-26T20:26:08 Add android 10 build
kinichiro 8dd38c06 2020-03-25T22:45:33 Fix android build
Dmitry Baryshkov d62235af 2020-03-25T12:35:26 crypto: do not include gost.h into noinst_HEADERS gost/gost.h will go into include/openssl/, no need to duplicate it into crypto/gost directory Signed-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Brent Cook b462bfdb 2020-03-14T06:41:54 disable clienttest the current handshakes contain dynamic content, which breaks this test
Brent Cook c156a72a 2020-03-14T06:22:31 remove d1_enc.c
Dan Nestor 8fdc5252 2020-03-02T11:44:40 Crypto target properties when building static libs
Dan Nestor b10a3363 2020-03-02T11:44:04 TLS target properties when building static libs
Dan Nestor 3e645e1b 2020-03-02T11:43:27 SSL target properties when building static libs
Brent Cook 14dd93c3 2020-02-15T11:32:11 rebase patches
Brent Cook 7f3bfc89 2020-02-15T11:15:34 add new libssl files
Brent Cook 748be282 2020-02-15T11:15:20 update manpage links
Brent Cook fe8b761b 2020-01-26T17:15:05 Land #565, install ocspcheck.8 manual
Brent Cook 1dc5ece7 2020-01-26T08:44:16 add tls_error for cmake builds
Darren Tucker 7f45db27 2020-01-26T12:20:56 tls13_error.c was recently added upstream. Fixes link error when building.
kinichiro 6dc8d2be 2020-01-09T21:33:28 Install ocspcheck.8 manual
Michael John 306b634d 2019-12-19T13:56:59 Include FindPackageHandleStandardArgs before use. The function 'FindPackageHandleStandardArgs' needs to be included before used.
Brent Cook 5542c182 2019-11-30T03:51:37 update man links
Brent Cook da75637d 2019-11-30T03:50:54 update netcat patch
Brent Cook 77216eec 2019-11-18T01:20:04 add tls13_server.c
kinichiro 0ab2955f 2019-11-16T20:17:37 Override the default path of cert.pem in libtls
Brent Cook 3e0f7e90 2019-11-07T18:59:44 add PLATFORM_LDADD to libssl
Brent Cook 73fb0f89 2019-11-07T18:24:37 re-add CMS to openssl(1)
Brent Cook 71751791 2019-11-03T21:11:23 enable cmstest
Brent Cook d8bfe233 2019-11-03T06:47:45 remove extra cms in cmac
Brent Cook 3c51ff27 2019-11-03T06:24:47 add cms to portable build
Brent Cook f662008d 2019-10-27T09:28:56 rebased netcat patch
Brent Cook b8d4bf79 2019-10-27T06:08:53 Land #553, add initial support for midipix
Brent Cook bc3de1c9 2019-10-27T06:08:18 Land #550, add OSS-Fuzz badge
Brent Cook f490e28b 2019-10-15T14:28:46 3.0.2 changelog
Ørjan Malde b80c4bf2 2019-10-20T20:22:22 initial support for midipix
Abhishek Arya e5b4fbc4 2019-10-07T17:24:51 Add OSS-Fuzz fuzzing badge
Brent Cook 6de156f8 2019-09-30T04:14:12 update manpage links
Brent Cook bc038c7e 2019-09-30T04:10:08 3.0.1 changelog
Matthew Albrecht a4338ca1 2019-09-20T15:15:11 Check for existing uninstall target before creating.
Brent Cook dd210a6f 2019-09-09T23:40:50 add cms.h to public headers
Brent Cook 935dedc2 2019-09-09T22:08:34 remove duplicate copy of public header
Brent Cook b43bee64 2019-09-09T22:00:57 update portable for latest build changes
Brent Cook d2f8b48e 2019-08-01T05:31:02 update ChangeLog
kinichiro 856d0511 2019-07-28T19:03:27 Use posix_win.c functions on WIN32 - read() returns bytes count as 1 for crlf unless binary mode isn't specified with open(). Reported by @ulfworsoe in libressl-portable#542 - err could be WSANOTINITIALISED when WSAStartup() is not called
kinichiro 0e3d93fc 2019-07-26T22:26:13 Force binary mode for open() on WIN32 Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542
kinichiro 30e91bc6 2019-07-14T18:37:59 Enable speed on win32 - Use thread and sleep instead of signal and alarm, on win32 - Disable -multi option on win32 since fork is hard to implement
Brent Cook 9e5a54ac 2019-07-11T21:15:39 Land #540, fix pkg-config
kinichiro 389145ed 2019-07-09T20:56:17 Fix illegal pkg-config file generated
Brent Cook e7446637 2019-06-19T16:34:27 update links
Brent Cook b1823997 2019-06-12T21:56:42 Land #535, add regress bn_to_string
kinichiro 5d686726 2019-06-13T10:15:28 Add regress bn_to_string
Brent Cook b3e2e713 2019-06-12T09:08:17 default to a directory that is not world-creatable
Brent Cook 5ed7cf25 2019-06-10T07:07:44 sigh, add back the quotes for C
Brent Cook 6e219261 2019-06-10T07:04:01 use something else by default for Windows builds (match dist-win.sh)
Brent Cook 83012fe3 2019-06-10T06:45:00 let cmake handle quoting itself
Brent Cook 0e8b7c1e 2019-06-05T23:08:41 remove comments and unify fixups
kinichiro bbb662b6 2019-05-19T13:20:06 Fix masm build - Fix masm operators and comments - Add -DOPENSSL_NO_ASM only if not 64 bit build - Add -DCMAKE_INSTALL_PREFIX to avoid build error
Stephan Vedder c6f8ca2b 2019-05-15T22:50:01 Enable masm compilation under windows