Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | re-add headers for distribution | Brent Cook | 2018-03-14 | 1 | -0/+2 | |
| | ||||||
* | syntax updates | Brent Cook | 2018-03-14 | 1 | -4/+3 | |
| | ||||||
* | prefer including windows.h over the internal header | Brent Cook | 2018-03-14 | 1 | -1/+1 | |
| | ||||||
* | add pthread_once(3) implementation for Windows | Brent Cook | 2018-03-14 | 1 | -0/+43 | |
| | ||||||
* | bump base requirement to Windows Vista, use builtin inet_ntop/pton | Brent Cook | 2018-03-14 | 11 | -46/+3 | |
| | ||||||
* | Add regress keypairtest | kinichiro | 2018-03-13 | 3 | -0/+23 | |
| | ||||||
* | Add libpthread for libtls build | kinichiro | 2018-03-13 | 2 | -0/+2 | |
| | ||||||
* | update manpage links | Brent Cook | 2018-02-28 | 1 | -0/+2 | |
| | ||||||
* | Add bio_meth.c | kinichiro | 2018-02-26 | 2 | -0/+2 | |
| | ||||||
* | Add compat bits for libtls on Windows | kinichiro | 2018-02-25 | 8 | -0/+110 | |
| | ||||||
* | Land #386, Add tls_keypair | Brent Cook | 2018-02-11 | 4 | -0/+15 | |
|\ | ||||||
| * | Add file permission define for Windows and MinGW build | kinichiro | 2018-02-11 | 2 | -0/+13 | |
| | | ||||||
| * | Add tls/tls_keypair.c | kinichiro | 2018-02-11 | 2 | -0/+2 | |
| | | ||||||
* | | Land #383, use https for urls | Brent Cook | 2018-02-11 | 1 | -5/+5 | |
|\ \ | ||||||
| * | | change the URLs accessible by HTTPS to HTTPS | catatsuy | 2018-01-21 | 1 | -5/+5 | |
| |/ | ||||||
* / | Remove 64bit build designation on Solaris | kinichiro | 2018-01-11 | 2 | -2/+1 | |
|/ | | | | | | - 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 | |||||
* | Land #376, adjust MSVC warnings | Brent Cook | 2018-01-07 | 1 | -18/+15 | |
|\ | ||||||
| * | Reconsider MSVC warning list | kinichiro | 2018-01-06 | 1 | -18/+15 | |
| | | | | | | | | | | | | - Remove C4242 and C4820 - Warning explanation from manual - Sort by warning code | |||||
* | | Land #374, hp-ux compatibility | Brent Cook | 2018-01-07 | 1 | -3/+73 | |
|\ \ | | | | | | | | | | Merge remote-tracking branch 'upstream/pr/374' | |||||
| * | | Modify regress tests/tlsexttest.c for 0 sized array | kinichiro | 2017-12-30 | 1 | -3/+73 | |
| |/ | | | | | | | - Windows and hp-ux ANSI compiler can not handle 0 sized array initialization. | |||||
* | | Land #375, adjust va_end calls to match scope | Brent Cook | 2018-01-07 | 1 | -4/+4 | |
|\ \ | ||||||
| * | | Call va_end soon after using variable length variable | kinichiro | 2018-01-06 | 1 | -4/+4 | |
| |/ | | | | | | | - This fix MSVC compiler warning C4702 "unreachable code". | |||||
* / | Remove unneeded -ULIBRESSL_INTERNAL | kinichiro | 2018-01-06 | 1 | -2/+0 | |
|/ | ||||||
* | Land #373, add app_timer_user for Windows | Brent Cook | 2017-12-28 | 1 | -7/+5 | |
|\ | ||||||
| * | Add app_timer_user for Windows build | kinichiro | 2017-12-26 | 1 | -7/+5 | |
| | | ||||||
* | | Land #372, Add CLOCK_MONOTONIC and timersub compatibility stubs | Brent Cook | 2017-12-28 | 1 | -0/+16 | |
|\ \ | ||||||
| * | | Add CLOCK_MONOTONIC and timersub for the OS that does not have them | kinichiro | 2017-12-25 | 1 | -0/+16 | |
| |/ | ||||||
* | | Add regress configtest | kinichiro | 2017-12-22 | 2 | -0/+10 | |
| | | ||||||
* | | Add regress asn1evp | kinichiro | 2017-12-22 | 3 | -0/+11 | |
|/ | ||||||
* | add timerspecsub | Brent Cook | 2017-12-12 | 1 | -0/+12 | |
| | ||||||
* | update for 2.7.0 | Brent Cook | 2017-12-11 | 1 | -0/+11 | |
| | ||||||
* | update links | Brent Cook | 2017-12-11 | 1 | -0/+1 | |
| | ||||||
* | add release notes | Brent Cook | 2017-12-11 | 1 | -0/+15 | |
| | ||||||
* | netcat.c.patch: eliminate syntax error from patch | Kyle J. McKay | 2017-12-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | 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> | |||||
* | Fixed getpagesize detection on Android | Evgen Bodunov | 2017-11-23 | 1 | -1/+14 | |
| | ||||||
* | Land #359, create correct certs dir with CMake install | Brent Cook | 2017-11-23 | 1 | -1/+1 | |
|\ | ||||||
| * | Create correct directory in CMake install. | Aric Belsito | 2017-11-06 | 1 | -1/+1 | |
| | | | | | | | | Was creating ${CONFDIR}/cert instead of ${CONFDIR}/certs. | |||||
* | | fetch before update to grab new branches | Brent Cook | 2017-11-05 | 1 | -0/+1 | |
|/ | ||||||
* | update changelog | Brent Cook | 2017-11-05 | 1 | -0/+6 | |
| | ||||||
* | Separate man(5) pages | Bernard Spil | 2017-10-22 | 1 | -5/+12 | |
| | ||||||
* | Land #355, update libc checks | Brent Cook | 2017-09-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix checking memmem in apps/ocspcheck/CMakeLists.txt | kinichiro | 2017-09-26 | 1 | -1/+1 | |
| | | | | | | | | - Issue #352 pointed out by @d3x0r | |||||
* | | update release notesv2.6.2 | Brent Cook | 2017-09-25 | 1 | -0/+22 | |
|/ | ||||||
* | Land #348, include .5 manpages | Brent Cook | 2017-09-17 | 5 | -4/+6 | |
|\ | ||||||
| * | Add *.5 manpages in libcrypto/man/ | kinichiro | 2017-09-10 | 5 | -4/+6 | |
| | | ||||||
* | | Some CMake Fixes. | Aric Belsito | 2017-09-10 | 2 | -0/+18 | |
|/ | | | | | pqueue.h was getting installed when it shouldn't. pkgconfig files were not getting installed or generated. | |||||
* | spelling | Brent Cook | 2017-09-06 | 1 | -1/+1 | |
| | ||||||
* | update VS prerequisites, refer to autogen.sh morev2.6.1 | Brent Cook | 2017-09-04 | 1 | -7/+10 | |
| | ||||||
* | Land #344, fix regress tlxexttest for certain C compilers | Brent Cook | 2017-09-04 | 1 | -0/+41 | |
|\ | ||||||
| * | Add patch for regress tlsexttest | kinichiro | 2017-09-03 | 1 | -0/+41 | |
| | | | | | | | | | | | | Some compiler does not support 0 sized array. This patch changes 0 sized array to have NULL and using variable instead of sizeof function. |