Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-12-26 | Add app_timer_user for Windows build | kinichiro | 1 | -7/+5 | |
2017-12-25 | Add CLOCK_MONOTONIC and timersub for the OS that does not have them | kinichiro | 1 | -0/+16 | |
2017-12-22 | Add regress configtest | kinichiro | 2 | -0/+10 | |
2017-12-22 | Add regress asn1evp | kinichiro | 3 | -0/+11 | |
2017-12-12 | add timerspecsub | Brent Cook | 1 | -0/+12 | |
2017-12-11 | update for 2.7.0 | Brent Cook | 1 | -0/+11 | |
2017-12-11 | update links | Brent Cook | 1 | -0/+1 | |
2017-12-11 | add release notes | Brent Cook | 1 | -0/+15 | |
2017-12-05 | netcat.c.patch: eliminate syntax error from patch | Kyle J. McKay | 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> | |||||
2017-11-23 | Fixed getpagesize detection on Android | Evgen Bodunov | 1 | -1/+14 | |
2017-11-06 | Create correct directory in CMake install. | Aric Belsito | 1 | -1/+1 | |
Was creating ${CONFDIR}/cert instead of ${CONFDIR}/certs. | |||||
2017-11-05 | fetch before update to grab new branches | Brent Cook | 1 | -0/+1 | |
2017-11-05 | update changelog | Brent Cook | 1 | -0/+6 | |
2017-10-22 | Separate man(5) pages | Bernard Spil | 1 | -5/+12 | |
2017-09-26 | Fix checking memmem in apps/ocspcheck/CMakeLists.txt | kinichiro | 1 | -1/+1 | |
- Issue #352 pointed out by @d3x0r | |||||
2017-09-25 | update release notesv2.6.2 | Brent Cook | 1 | -0/+22 | |
2017-09-10 | Some CMake Fixes. | Aric Belsito | 2 | -0/+18 | |
pqueue.h was getting installed when it shouldn't. pkgconfig files were not getting installed or generated. | |||||
2017-09-10 | Add *.5 manpages in libcrypto/man/ | kinichiro | 5 | -4/+6 | |
2017-09-06 | spelling | Brent Cook | 1 | -1/+1 | |
2017-09-04 | update VS prerequisites, refer to autogen.sh morev2.6.1 | Brent Cook | 1 | -7/+10 | |
2017-09-04 | be more concise, formatting | Brent Cook | 1 | -3/+1 | |
2017-09-04 | update changes | Brent Cook | 1 | -3/+3 | |
2017-09-04 | enhance README warnings, remove pod2man requirement | Brent Cook | 1 | -9/+14 | |
2017-09-03 | update manpage links | Brent Cook | 1 | -13/+39 | |
2017-09-03 | add 2.6.1 changelog | Brent Cook | 1 | -0/+53 | |