aboutsummaryrefslogtreecommitdiff
path: root/crypto (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-11netcat.c.patch: eliminate syntax error from patchKyle J. McKay1-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>
2017-11-23Fixed getpagesize detection on AndroidEvgen Bodunov1-1/+14
2017-11-23Create correct directory in CMake install.Aric Belsito1-1/+1
Was creating ${CONFDIR}/cert instead of ${CONFDIR}/certs.
2017-11-05fetch before update to grab new branchesBrent Cook1-0/+1
2017-11-05update changelogv2.6.3Brent Cook1-0/+6
2017-11-02make OPENBSD_6_2 branchBrent Cook1-1/+1
2017-10-22Separate man(5) pagesBernard Spil1-5/+12
2017-09-26Fix checking memmem in apps/ocspcheck/CMakeLists.txtkinichiro1-1/+1
- Issue #352 pointed out by @d3x0r
2017-09-25update release notesv2.6.2Brent Cook1-0/+22
2017-09-10Some CMake Fixes.Aric Belsito2-0/+18
pqueue.h was getting installed when it shouldn't. pkgconfig files were not getting installed or generated.
2017-09-10Add *.5 manpages in libcrypto/man/kinichiro5-4/+6
2017-09-06spellingBrent Cook1-1/+1
2017-09-04update VS prerequisites, refer to autogen.sh morev2.6.1Brent Cook1-7/+10
2017-09-04be more concise, formattingBrent Cook1-3/+1
2017-09-04update changesBrent Cook1-3/+3
2017-09-04enhance README warnings, remove pod2man requirementBrent Cook1-9/+14
2017-09-03update manpage linksBrent Cook1-13/+39
2017-09-03add 2.6.1 changelogBrent Cook1-0/+53