aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update release notesv2.6.5OPENBSD_6_2Brent Cook2018-06-131-0/+13
|
* Call va_end soon after using variable length variablekinichiro2018-01-071-4/+4
| | | | - This fix MSVC compiler warning C4702 "unreachable code".
* Reconsider MSVC warning listkinichiro2018-01-071-18/+15
| | | | | | - Remove C4242 and C4820 - Warning explanation from manual - Sort by warning code
* Remove unneeded -ULIBRESSL_INTERNALkinichiro2018-01-071-2/+0
|
* add release notesv2.6.4Brent Cook2017-12-111-0/+15
|
* netcat.c.patch: eliminate syntax error from patchKyle J. McKay2017-12-111-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 AndroidEvgen Bodunov2017-11-231-1/+14
|
* Create correct directory in CMake install.Aric Belsito2017-11-231-1/+1
| | | | Was creating ${CONFDIR}/cert instead of ${CONFDIR}/certs.
* fetch before update to grab new branchesBrent Cook2017-11-051-0/+1
|
* update changelogv2.6.3Brent Cook2017-11-051-0/+6
|
* make OPENBSD_6_2 branchBrent Cook2017-11-021-1/+1
|
* Separate man(5) pagesBernard Spil2017-10-221-5/+12
|
* Land #355, update libc checksBrent Cook2017-09-261-1/+1
|\
| * Fix checking memmem in apps/ocspcheck/CMakeLists.txtkinichiro2017-09-261-1/+1
| | | | | | | | - Issue #352 pointed out by @d3x0r
* | update release notesv2.6.2Brent Cook2017-09-251-0/+22
|/
* Land #348, include .5 manpagesBrent Cook2017-09-175-4/+6
|\
| * Add *.5 manpages in libcrypto/man/kinichiro2017-09-105-4/+6
| |
* | Some CMake Fixes.Aric Belsito2017-09-102-0/+18
|/ | | | | pqueue.h was getting installed when it shouldn't. pkgconfig files were not getting installed or generated.
* spellingBrent Cook2017-09-061-1/+1
|
* update VS prerequisites, refer to autogen.sh morev2.6.1Brent Cook2017-09-041-7/+10
|
* Land #344, fix regress tlxexttest for certain C compilersBrent Cook2017-09-041-0/+41
|\
| * Add patch for regress tlsexttestkinichiro2017-09-031-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.
* | be more concise, formattingBrent Cook2017-09-041-3/+1
| |
* | update changesBrent Cook2017-09-041-3/+3
| |
* | enhance README warnings, remove pod2man requirementBrent Cook2017-09-041-9/+14
| |
* | update manpage linksBrent Cook2017-09-031-13/+39
| |
* | add 2.6.1 changelogBrent Cook2017-09-031-0/+53
|/
* Remove rsa/rsa_ssl.ckinichiro2017-09-012-2/+0
|
* set SMALL_TIME_T when sizeof time_t == 4Brent Cook2017-08-142-0/+2
|
* use standard initialization for poll loop delayBrent Cook2017-08-131-1/+3
|
* declare struct timezone outside of the function declarationBrent Cook2017-08-131-0/+1
|
* disable signed/unsigned mismatch in vs buildsBrent Cook2017-08-131-0/+6
|
* Land #338, disable NPN testsBrent Cook2017-08-131-12/+0
|\
| * Remove NPN test coverage for Windows.kinichiro2017-08-131-12/+0
| |
* | bump to latest version of tap driverBrent Cook2017-08-131-2/+2
| |
* | don't build empty object filesBrent Cook2017-08-122-8/+0
|/
* Land #332, fix shared library dependencies with cmake for libssl/libtlsBrent Cook2017-08-122-2/+4
|\
| * ssl/tls cmake: fix shared library dependenciesMasud Rahman2017-07-242-2/+4
| | | | | | | | | | | | 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.
* | Remove ssl/t1_reneg.ckinichiro2017-08-122-2/+0
|/
* rebase patches on latest, remove fuzzBrent Cook2017-07-173-29/+28
|
* update manpage linksBrent Cook2017-07-171-2/+59
|
* add tlsextBrent Cook2017-07-174-0/+14
|
* Land #329, modify symbol exports for Darwin with cmake buildsBrent Cook2017-07-171-1/+7
|\
| * cmake_export_symbol: Darwin compatibilityMasud Rahman2017-06-251-1/+7
| | | | | | | | | | | | | | | | The Darwin platform prefixes all C symbols with an underscore. At link-time of a shared library, libressl generates a list of symbols to export, but does not prefix each symbol with an underscore. This commit addresses that issue.
* | Land #331, add prototype definitions of asprintf and vasprintf for CYGWIN buildBrent Cook2017-07-171-0/+1
|\ \
| * | add prototype definitions of asprintf and vasprintf for CYGWIN buildkinichiro2017-07-161-0/+1
| | | | | | | | | | | | | | | | | | - define _GNU_SOURCE in case of cygwin As compilation warning report by @Dravion
* | | Add regression test freenullkinichiro2017-07-163-0/+12
|/ /
* | changelog correctionsBrent Cook2017-07-121-7/+4
| |
* | remove duplcate changelog entryv2.6.0Brent Cook2017-07-091-6/+0
| |
* | added 2.6.0 ChangesBrent Cook2017-07-091-0/+61
| |