|
4b2a8cd1
|
2018-03-23T11:10:16
|
|
adjust definition of compat clock_gettime
|
|
70e6be3d
|
2018-03-22T21:43:06
|
|
move clock_gettime check out
|
|
158281bd
|
2018-03-22T21:32:25
|
|
AC_CHECK_FUNC does not set the define, prefer AC_CHECK_FUNCS
|
|
7ffaf004
|
2018-03-22T21:11:46
|
|
hide clock_gettime on win32
|
|
987aa6a0
|
2018-03-22T20:50:24
|
|
add clock_gettime for macos 10.11 and earlier
|
|
78600e9b
|
2018-03-21T14:13:06
|
|
changelog fixes, update windows compatibility
|
|
c22031f0
|
2018-03-21T06:05:55
|
|
update man links
|
|
83e35246
|
2018-03-21T06:03:13
|
|
update changelog
|
|
0f7e193c
|
2018-03-21T05:10:27
|
|
Land #409, disable ssltest for now in appveyor
|
|
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.
|
|
8b72e6ac
|
2018-03-20T21:27:13
|
|
Add timeout and output for failure
|
|
644c1097
|
2018-03-20T15:55:41
|
|
Fix Windows tests within CMake
|
|
0263e69a
|
2018-03-20T16:23:35
|
|
Only run tests on static builds
|
|
23f2dcec
|
2018-03-20T16:16:29
|
|
Add ctest config support and enable tests
|
|
eb7a8252
|
2018-03-20T09:51:24
|
|
Fix SHARED_LIBS matrix
|
|
72214b9d
|
2018-03-19T19:15:05
|
|
Use BUILD_SHARED_LIBS
|
|
8d3a9a37
|
2018-03-19T18:29:00
|
|
Add appveyor support for Window CI/CD
|
|
af264659
|
2018-03-18T11:21:46
|
|
update manpage links
|
|
366071c2
|
2018-03-18T10:37:10
|
|
add new init functions
|
|
0e46c1e8
|
2018-03-18T10:36:51
|
|
add pthread_self/pthread_equal for win32
|
|
1b84f79f
|
2018-03-18T09:53:37
|
|
Land #402, Remove CMAKE_HOST_ references
|
|
57988468
|
2018-03-18T09:52:54
|
|
Land #401, Conditionally build apps
|
|
c9c8e32f
|
2018-03-18T09:52:27
|
|
Land #400, Use groups in CMake install command for libraries
|
|
0dfd7cb1
|
2018-03-18T09:46:44
|
|
Land #399, Use binary directory for symbol exports generation
|
|
1fb8c9c6
|
2018-03-18T00:38:14
|
|
Fix using right functions for file descriptor with MS Visual Studio
|
|
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.
|
|
aa60dd89
|
2018-03-16T14:08:36
|
|
Conditionally build apps
Add an option to build or not build the apps directory.
|
|
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.
|
|
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.
|
|
639a6629
|
2018-03-16T12:19:44
|
|
disable keypairtest with MSVC
|
|
0e69421d
|
2018-03-14T13:01:24
|
|
re-add headers for distribution
|
|
4799f0d9
|
2018-03-14T12:58:48
|
|
syntax updates
|
|
cfdaa118
|
2018-03-14T12:56:26
|
|
prefer including windows.h over the internal header
|
|
d5608b38
|
2018-03-14T07:30:55
|
|
add pthread_once(3) implementation for Windows
|
|
3fb9e63b
|
2018-03-14T07:29:04
|
|
bump base requirement to Windows Vista, use builtin inet_ntop/pton
|
|
b7397ab1
|
2018-03-12T23:25:27
|
|
Add regress keypairtest
|
|
0ed61809
|
2018-03-13T23:13:39
|
|
Add libpthread for libtls build
|
|
c0bf25d4
|
2018-02-28T02:48:04
|
|
update manpage links
|
|
413956f4
|
2018-02-25T01:42:03
|
|
Add bio_meth.c
|
|
3681d022
|
2018-02-25T01:59:39
|
|
Add compat bits for libtls on Windows
|
|
47781e69
|
2018-02-11T22:01:17
|
|
Land #386, Add tls_keypair
|
|
c3201f23
|
2018-02-11T22:00:57
|
|
Land #383, use https for urls
|
|
f2953bc2
|
2018-02-11T23:31:43
|
|
Add file permission define for Windows and MinGW build
|
|
57ea69ec
|
2018-02-11T21:28:09
|
|
Add tls/tls_keypair.c
|
|
5a3e7551
|
2018-01-21T17:07:55
|
|
change the URLs accessible by HTTPS to HTTPS
|
|
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
|
|
af624440
|
2018-01-07T16:22:00
|
|
Land #376, adjust MSVC warnings
|
|
c3210983
|
2018-01-07T16:21:11
|
|
Land #374, hp-ux compatibility
Merge remote-tracking branch 'upstream/pr/374'
|
|
40e04292
|
2018-01-07T16:19:36
|
|
Land #375, adjust va_end calls to match scope
|
|
0ee8aa8e
|
2018-01-06T18:51:45
|
|
Remove unneeded -ULIBRESSL_INTERNAL
|
|
b0e9f0a3
|
2018-01-06T18:12:50
|
|
Reconsider MSVC warning list
- Remove C4242 and C4820
- Warning explanation from manual
- Sort by warning code
|
|
1f4bfb9a
|
2018-01-06T00:28:49
|
|
Call va_end soon after using variable length variable
- This fix MSVC compiler warning C4702 "unreachable code".
|
|
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.
|
|
52c39d42
|
2017-12-28T03:39:59
|
|
Land #373, add app_timer_user for Windows
|
|
9a7fb374
|
2017-12-28T03:38:41
|
|
Land #372, Add CLOCK_MONOTONIC and timersub compatibility stubs
|
|
82ce5983
|
2017-12-26T22:49:01
|
|
Add app_timer_user for Windows build
|
|
965a8910
|
2017-12-25T16:30:49
|
|
Add CLOCK_MONOTONIC and timersub for the OS that does not have them
|
|
f69775d7
|
2017-12-22T23:35:48
|
|
Add regress configtest
|
|
b38d7f0f
|
2017-12-22T23:32:22
|
|
Add regress asn1evp
|
|
7b6953e9
|
2017-12-12T03:31:35
|
|
add timerspecsub
|
|
6d0192ff
|
2017-12-11T06:14:02
|
|
update for 2.7.0
|
|
426595b2
|
2017-12-11T05:08:54
|
|
update links
|
|
0f7609af
|
2017-12-11T04:57:42
|
|
add release notes
|
|
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>
|
|
aff3a43f
|
2017-11-23T15:28:25
|
|
Fixed getpagesize detection on Android
|
|
53b5b56f
|
2017-11-23T05:43:27
|
|
Land #359, create correct certs dir with CMake install
|
|
653ba217
|
2017-11-06T11:52:03
|
|
Create correct directory in CMake install.
Was creating ${CONFDIR}/cert instead of ${CONFDIR}/certs.
|
|
09ca0f7b
|
2017-11-05T17:14:28
|
|
fetch before update to grab new branches
|
|
b32a92bc
|
2017-11-05T17:11:46
|
|
update changelog
|
|
794f48f1
|
2017-10-22T16:10:38
|
|
Separate man(5) pages
|
|
cd9f6867
|
2017-09-26T09:21:38
|
|
Land #355, update libc checks
|
|
9bb3e037
|
2017-09-26T22:02:21
|
|
Fix checking memmem in apps/ocspcheck/CMakeLists.txt
- Issue #352 pointed out by @d3x0r
|
|
07b9f6c3
|
2017-09-25T23:06:21
|
|
update release notes
|
|
6054891d
|
2017-09-17T10:08:19
|
|
Land #348, include .5 manpages
|
|
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.
|
|
03502b8d
|
2017-09-10T12:49:24
|
|
Add *.5 manpages in libcrypto/man/
|
|
8a2a079b
|
2017-09-06T18:37:12
|
|
spelling
|
|
c53c374f
|
2017-09-04T16:32:43
|
|
update VS prerequisites, refer to autogen.sh more
|
|
fa1c4696
|
2017-09-04T16:24:49
|
|
Land #344, fix regress tlxexttest for certain C compilers
|
|
7035c726
|
2017-09-04T16:24:14
|
|
be more concise, formatting
|
|
82fda3d4
|
2017-09-04T16:18:20
|
|
update changes
|
|
b623db7b
|
2017-09-04T16:14:54
|
|
enhance README warnings, remove pod2man requirement
|
|
3612cbe3
|
2017-09-03T21:52:59
|
|
update manpage links
|
|
d653deef
|
2017-09-03T21:52:18
|
|
add 2.6.1 changelog
|
|
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.
|
|
f4d2b810
|
2017-09-01T23:37:09
|
|
Remove rsa/rsa_ssl.c
|
|
7dc68c82
|
2017-08-14T12:15:00
|
|
set SMALL_TIME_T when sizeof time_t == 4
|
|
4916f940
|
2017-08-13T16:09:32
|
|
use standard initialization for poll loop delay
|
|
9e7fd1fa
|
2017-08-13T16:04:03
|
|
declare struct timezone outside of the function declaration
|
|
e0cffc6b
|
2017-08-13T09:53:59
|
|
disable signed/unsigned mismatch in vs builds
|
|
8f255707
|
2017-08-13T08:54:38
|
|
Land #338, disable NPN tests
|
|
4c6097c2
|
2017-08-13T08:54:03
|
|
bump to latest version of tap driver
|
|
23b5d39c
|
2017-08-13T19:10:46
|
|
Remove NPN test coverage for Windows.
|
|
94e4224f
|
2017-08-12T10:05:30
|
|
don't build empty object files
|
|
bdec0573
|
2017-08-12T09:46:19
|
|
Land #332, fix shared library dependencies with cmake for libssl/libtls
|
|
9be0359c
|
2017-08-12T01:15:17
|
|
Remove ssl/t1_reneg.c
|
|
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.
|
|
5ec2c381
|
2017-07-17T06:13:21
|
|
rebase patches on latest, remove fuzz
|
|
86434e03
|
2017-07-17T06:06:08
|
|
update manpage links
|
|
58ba8785
|
2017-07-17T05:12:55
|
|
add tlsext
|