Log

Author Commit Date CI Message
Brent Cook 4b2a8cd1 2018-03-23T11:10:16 adjust definition of compat clock_gettime
Brent Cook 70e6be3d 2018-03-22T21:43:06 move clock_gettime check out
Brent Cook 158281bd 2018-03-22T21:32:25 AC_CHECK_FUNC does not set the define, prefer AC_CHECK_FUNCS
Brent Cook 7ffaf004 2018-03-22T21:11:46 hide clock_gettime on win32
Brent Cook 987aa6a0 2018-03-22T20:50:24 add clock_gettime for macos 10.11 and earlier
Brent Cook 78600e9b 2018-03-21T14:13:06 changelog fixes, update windows compatibility
Brent Cook c22031f0 2018-03-21T06:05:55 update man links
Brent Cook 83e35246 2018-03-21T06:03:13 update changelog
Brent Cook 0f7e193c 2018-03-21T05:10:27 Land #409, disable ssltest for now in appveyor
Don 3f61652f 2018-03-20T22:00:08 Temporarily turn off ssltest Currently ssltest does not run on AppVeyor. Turn this test off until it can be run in CI.
Don 8b72e6ac 2018-03-20T21:27:13 Add timeout and output for failure
Don 644c1097 2018-03-20T15:55:41 Fix Windows tests within CMake
Don 0263e69a 2018-03-20T16:23:35 Only run tests on static builds
Don 23f2dcec 2018-03-20T16:16:29 Add ctest config support and enable tests
Don eb7a8252 2018-03-20T09:51:24 Fix SHARED_LIBS matrix
Don 72214b9d 2018-03-19T19:15:05 Use BUILD_SHARED_LIBS
Don 8d3a9a37 2018-03-19T18:29:00 Add appveyor support for Window CI/CD
Brent Cook af264659 2018-03-18T11:21:46 update manpage links
Brent Cook 366071c2 2018-03-18T10:37:10 add new init functions
Brent Cook 0e46c1e8 2018-03-18T10:36:51 add pthread_self/pthread_equal for win32
Brent Cook 1b84f79f 2018-03-18T09:53:37 Land #402, Remove CMAKE_HOST_ references
Brent Cook 57988468 2018-03-18T09:52:54 Land #401, Conditionally build apps
Brent Cook c9c8e32f 2018-03-18T09:52:27 Land #400, Use groups in CMake install command for libraries
Brent Cook 0dfd7cb1 2018-03-18T09:46:44 Land #399, Use binary directory for symbol exports generation
kinichiro 1fb8c9c6 2018-03-18T00:38:14 Fix using right functions for file descriptor with MS Visual Studio
Don 09590953 2018-03-16T14:59:53 Remove CMAKE_HOST_ references CMAKE_HOST_ describes the host system not the target. For cross compilation to work the actual target system should be used for making decisions in CMake.
Don aa60dd89 2018-03-16T14:08:36 Conditionally build apps Add an option to build or not build the apps directory.
Don 5fb488de 2018-03-16T13:59:26 Use groups in CMake install command for libraries On Windows shared libraries should be installed into the bin directory. Using grouping within CMake based on the target type fixes this issue.
Don 3625c50f 2018-03-16T12:15:30 Use binary directory for symbol exports generation Currently the CMake files generate symbols into the source tree when they should go into the build tree.
Brent Cook 639a6629 2018-03-16T12:19:44 disable keypairtest with MSVC
Brent Cook 0e69421d 2018-03-14T13:01:24 re-add headers for distribution
Brent Cook 4799f0d9 2018-03-14T12:58:48 syntax updates
Brent Cook cfdaa118 2018-03-14T12:56:26 prefer including windows.h over the internal header
Brent Cook d5608b38 2018-03-14T07:30:55 add pthread_once(3) implementation for Windows
Brent Cook 3fb9e63b 2018-03-14T07:29:04 bump base requirement to Windows Vista, use builtin inet_ntop/pton
kinichiro b7397ab1 2018-03-12T23:25:27 Add regress keypairtest
kinichiro 0ed61809 2018-03-13T23:13:39 Add libpthread for libtls build
Brent Cook c0bf25d4 2018-02-28T02:48:04 update manpage links
kinichiro 413956f4 2018-02-25T01:42:03 Add bio_meth.c
kinichiro 3681d022 2018-02-25T01:59:39 Add compat bits for libtls on Windows
Brent Cook 47781e69 2018-02-11T22:01:17 Land #386, Add tls_keypair
Brent Cook c3201f23 2018-02-11T22:00:57 Land #383, use https for urls
kinichiro f2953bc2 2018-02-11T23:31:43 Add file permission define for Windows and MinGW build
kinichiro 57ea69ec 2018-02-11T21:28:09 Add tls/tls_keypair.c
catatsuy 5a3e7551 2018-01-21T17:07:55 change the URLs accessible by HTTPS to HTTPS
kinichiro 9e06be3f 2018-01-11T23:46:22 Remove 64bit build designation on Solaris - Revert commit https://github.com/libressl-portable/portable/pull/327/commits/c18852f650a3cb258e10222695a31ed5c929ab23 - Remove -m64 from CMakeLists.txt by commit https://github.com/libressl-portable/portable/commit/08089a1b20a1818538670d641242266ed3185814 - Suggested by @andy-js in conversation https://github.com/libressl-portable/portable/pull/327
Brent Cook af624440 2018-01-07T16:22:00 Land #376, adjust MSVC warnings
Brent Cook c3210983 2018-01-07T16:21:11 Land #374, hp-ux compatibility Merge remote-tracking branch 'upstream/pr/374'
Brent Cook 40e04292 2018-01-07T16:19:36 Land #375, adjust va_end calls to match scope
kinichiro 0ee8aa8e 2018-01-06T18:51:45 Remove unneeded -ULIBRESSL_INTERNAL
kinichiro b0e9f0a3 2018-01-06T18:12:50 Reconsider MSVC warning list - Remove C4242 and C4820 - Warning explanation from manual - Sort by warning code
kinichiro 1f4bfb9a 2018-01-06T00:28:49 Call va_end soon after using variable length variable - This fix MSVC compiler warning C4702 "unreachable code".
kinichiro 861a6ca1 2017-12-30T20:15:56 Modify regress tests/tlsexttest.c for 0 sized array - Windows and hp-ux ANSI compiler can not handle 0 sized array initialization.
Brent Cook 52c39d42 2017-12-28T03:39:59 Land #373, add app_timer_user for Windows
Brent Cook 9a7fb374 2017-12-28T03:38:41 Land #372, Add CLOCK_MONOTONIC and timersub compatibility stubs
kinichiro 82ce5983 2017-12-26T22:49:01 Add app_timer_user for Windows build
kinichiro 965a8910 2017-12-25T16:30:49 Add CLOCK_MONOTONIC and timersub for the OS that does not have them
kinichiro f69775d7 2017-12-22T23:35:48 Add regress configtest
kinichiro b38d7f0f 2017-12-22T23:32:22 Add regress asn1evp
Brent Cook 7b6953e9 2017-12-12T03:31:35 add timerspecsub
Brent Cook 6d0192ff 2017-12-11T06:14:02 update for 2.7.0
Brent Cook 426595b2 2017-12-11T05:08:54 update links
Brent Cook 0f7609af 2017-12-11T04:57:42 add release notes
Kyle J. McKay 26b40cb7 2017-12-05T15:22:15 netcat.c.patch: eliminate syntax error from patch If the target system does not define IPV6_TCLASS, this part of the patch handles that with an ENOPROTOOPT error rather than failing to compile. Unfortunately it's missing a trailing semicolon leading to a compilation error. Add the missing semicolon to fix the problem. Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Evgen Bodunov aff3a43f 2017-11-23T15:28:25 Fixed getpagesize detection on Android
Brent Cook 53b5b56f 2017-11-23T05:43:27 Land #359, create correct certs dir with CMake install
Aric Belsito 653ba217 2017-11-06T11:52:03 Create correct directory in CMake install. Was creating ${CONFDIR}/cert instead of ${CONFDIR}/certs.
Brent Cook 09ca0f7b 2017-11-05T17:14:28 fetch before update to grab new branches
Brent Cook b32a92bc 2017-11-05T17:11:46 update changelog
Bernard Spil 794f48f1 2017-10-22T16:10:38 Separate man(5) pages
Brent Cook cd9f6867 2017-09-26T09:21:38 Land #355, update libc checks
kinichiro 9bb3e037 2017-09-26T22:02:21 Fix checking memmem in apps/ocspcheck/CMakeLists.txt - Issue #352 pointed out by @d3x0r
Brent Cook 07b9f6c3 2017-09-25T23:06:21 update release notes
Brent Cook 6054891d 2017-09-17T10:08:19 Land #348, include .5 manpages
Aric Belsito cbe57bef 2017-09-08T13:43:38 Some CMake Fixes. pqueue.h was getting installed when it shouldn't. pkgconfig files were not getting installed or generated.
kinichiro 03502b8d 2017-09-10T12:49:24 Add *.5 manpages in libcrypto/man/
Brent Cook 8a2a079b 2017-09-06T18:37:12 spelling
Brent Cook c53c374f 2017-09-04T16:32:43 update VS prerequisites, refer to autogen.sh more
Brent Cook fa1c4696 2017-09-04T16:24:49 Land #344, fix regress tlxexttest for certain C compilers
Brent Cook 7035c726 2017-09-04T16:24:14 be more concise, formatting
Brent Cook 82fda3d4 2017-09-04T16:18:20 update changes
Brent Cook b623db7b 2017-09-04T16:14:54 enhance README warnings, remove pod2man requirement
Brent Cook 3612cbe3 2017-09-03T21:52:59 update manpage links
Brent Cook d653deef 2017-09-03T21:52:18 add 2.6.1 changelog
kinichiro 512573f0 2017-09-03T00:51:08 Add patch for regress tlsexttest Some compiler does not support 0 sized array. This patch changes 0 sized array to have NULL and using variable instead of sizeof function.
kinichiro f4d2b810 2017-09-01T23:37:09 Remove rsa/rsa_ssl.c
Brent Cook 7dc68c82 2017-08-14T12:15:00 set SMALL_TIME_T when sizeof time_t == 4
Brent Cook 4916f940 2017-08-13T16:09:32 use standard initialization for poll loop delay
Brent Cook 9e7fd1fa 2017-08-13T16:04:03 declare struct timezone outside of the function declaration
Brent Cook e0cffc6b 2017-08-13T09:53:59 disable signed/unsigned mismatch in vs builds
Brent Cook 8f255707 2017-08-13T08:54:38 Land #338, disable NPN tests
Brent Cook 4c6097c2 2017-08-13T08:54:03 bump to latest version of tap driver
kinichiro 23b5d39c 2017-08-13T19:10:46 Remove NPN test coverage for Windows.
Brent Cook 94e4224f 2017-08-12T10:05:30 don't build empty object files
Brent Cook bdec0573 2017-08-12T09:46:19 Land #332, fix shared library dependencies with cmake for libssl/libtls
kinichiro 9be0359c 2017-08-12T01:15:17 Remove ssl/t1_reneg.c
Masud Rahman 1dd6a52f 2017-07-24T15:24:29 ssl/tls cmake: fix shared library dependencies Ensure that the 'ssl' depends on 'crypto' and that 'tls' depends on 'ssl' and 'crypto' for all platforms. Prior to this commit, the dependency was only specified for the 'WIN32' CMake build.
Brent Cook 5ec2c381 2017-07-17T06:13:21 rebase patches on latest, remove fuzz
Brent Cook 86434e03 2017-07-17T06:06:08 update manpage links
Brent Cook 58ba8785 2017-07-17T05:12:55 add tlsext