| Commit message (Expand) | Author | Files | Lines |
2017-01-25 | Move strsep.c to crypto/compat/ and add ocspcheck build to CMake | kinichiro | 1 | -0/+3 |
2017-01-24 | initial ocspcheck integration | Brent Cook | 6 | -8/+64 |
2017-01-22 | updates for new tests and layout | Brent Cook | 4 | -0/+6 |
2017-01-18 | add missing ecp_nist*.c files | Brent Cook | 2 | -0/+8 |
2017-01-18 | check if EXTRA_EXPORT is set, fix cmake builds on OpenBSD | Brent Cook | 1 | -4/+6 |
2017-01-19 | Fix fcntl.h shim since HP-UX 11.31 (ia64) does not define O_CLOEXEC | kinichiro | 1 | -2/+2 |
2017-01-18 | Stop generating .def files by update.sh | kinichiro | 5 | -34/+0 |
2017-01-18 | Add export symbol support to CMake for libcrypto | kinichiro | 2 | -2/+45 |
2017-01-18 | Add export symbol support to CMake | kinichiro | 5 | -5/+47 |
2017-01-16 | MSVSC fixes | Brent Cook | 4 | -7/+9 |
2017-01-16 | pass through errors for tlstest and ssltest | Brent Cook | 2 | -0/+6 |
2017-01-16 | add open(2) shim to handle O_BINARY and O_CLOEXEC | Brent Cook | 4 | -0/+31 |
2017-01-16 | add fcntl shim | Brent Cook | 2 | -0/+33 |
2017-01-15 | enable tlstest on win32 | Brent Cook | 3 | -5/+1 |
2017-01-15 | add noreturn attribute to compat functions | Brent Cook | 1 | -0/+10 |
2017-01-15 | handle EBADF, which is returned when a file is passed | Brent Cook | 1 | -3/+6 |
2017-01-15 | add windows versions of socketpair / pipe | Brent Cook | 1 | -8/+119 |
2017-01-15 | include pipe2/socketpair compat for macOS | Brent Cook | 6 | -2/+83 |
2017-01-15 | start to enable tlstest for portable | Brent Cook | 5 | -3/+53 |
2017-01-15 | Fix to use -export-symbols for libcrypto | kinichiro | 3 | -1/+74 |
2017-01-12 | Define CMake library object lists globally | Matt Stancliff | 3 | -3/+3 |
2017-01-12 | Use correct CMake base directory offset | Matt Stancliff | 1 | -3/+3 |
2017-01-09 | OSCP -> OCSP | Brent Cook | 1 | -2/+2 |
2017-01-09 | update Changelog | Brent Cook | 1 | -0/+39 |
2017-01-09 | fix static mingw builds, platform LDADD needs to come at the end | Brent Cook | 3 | -6/+6 |
2017-01-07 | update links | Brent Cook | 1 | -0/+1 |
2017-01-06 | Add regression test ssl_versions | kinichiro | 3 | -0/+11 |
2016-12-29 | update manpage links | Brent Cook | 1 | -17/+660 |
2016-12-26 | implement support for hiding symbols in libcrypto | kinichiro | 3 | -3743/+27 |
2016-12-10 | Sync getentropy() checks with use-builtin-arc4random checks | Simone Basso | 2 | -30/+40 |
2016-12-09 | m4/check-libc.m4: improve getentropy check | Simone Basso | 1 | -17/+23 |
2016-12-09 | configure: fix getentropy() for sierra and ios | Simone Basso | 1 | -1/+55 |
2016-11-13 | adjust mingw package name | Brent Cook | 1 | -1/+1 |
2016-11-13 | update to trusty distro, remove 3rd-party PPAs for testing | Brent Cook | 2 | -7/+8 |
2016-11-13 | fix static test link failures on OS X | Brent Cook | 1 | -0/+3 |
2016-11-13 | update manpage links | Brent Cook | 1 | -320/+12 |
2016-11-07 | fix cmake to link static crypto library for regression tests | kinichiro | 1 | -0/+2 |
2016-11-06 | link regression tests fully statically | Brent Cook | 1 | -1/+1 |
2016-11-06 | Fix for tests on Visual Studio | kinichiro | 2 | -55/+83 |