aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-01Fix SYSerr and BIOerr in b_win.ckinichiro1-2/+2
2017-01-28Copy libc compat files rather than adding into the repositorykinichiro6-596/+6
2017-01-28Move S_IRGRP and S_IROTH from fcntl.h to sys/stat.hkinichiro2-8/+9
2017-01-27skip building ocspcheck on MSCVBrent Cook1-0/+4
2017-01-27update manpage linksBrent Cook1-93/+143
2017-01-27update for death of s23*Brent Cook2-18/+12
2017-01-27update for improved libtls manpage organizationBrent Cook1-11/+6
2017-01-27Copy openbsd library file every time rather than statically checking inkinichiro3-267/+0
2017-01-26Add S_IRGRP and S_IROTH to include/compat/fcntl.h for ocspcheckkinichiro1-0/+8
2017-01-26Add STDOUT_FILENO to include/compat/unistd.hkinichiro1-0/+1
2017-01-26Add inet_ntop and memmem for ocspcheckkinichiro8-2/+300
2017-01-25Add regress rsa_testkinichiro2-0/+10
2017-01-25Move strsep.c to crypto/compat/ and add ocspcheck build to CMakekinichiro7-11/+14
2017-01-24initial ocspcheck integrationBrent Cook6-8/+64
2017-01-22updates for new tests and layoutBrent Cook4-0/+6
2017-01-18add missing ecp_nist*.c filesBrent Cook2-0/+8
2017-01-18check if EXTRA_EXPORT is set, fix cmake builds on OpenBSDBrent Cook1-4/+6
2017-01-19Fix fcntl.h shim since HP-UX 11.31 (ia64) does not define O_CLOEXECkinichiro1-2/+2
2017-01-18Stop generating .def files by update.shkinichiro5-34/+0
2017-01-18Add export symbol support to CMake for libcryptokinichiro2-2/+45
2017-01-18Add export symbol support to CMakekinichiro5-5/+47
2017-01-16MSVSC fixesBrent Cook4-7/+9
2017-01-16pass through errors for tlstest and ssltestBrent Cook2-0/+6
2017-01-16add open(2) shim to handle O_BINARY and O_CLOEXECBrent Cook4-0/+31
2017-01-16add fcntl shimBrent Cook2-0/+33
2017-01-15enable tlstest on win32Brent Cook3-5/+1
2017-01-15add noreturn attribute to compat functionsBrent Cook1-0/+10
2017-01-15handle EBADF, which is returned when a file is passedBrent Cook1-3/+6
2017-01-15add windows versions of socketpair / pipeBrent Cook1-8/+119
2017-01-15include pipe2/socketpair compat for macOSBrent Cook6-2/+83
2017-01-15start to enable tlstest for portableBrent Cook5-3/+53
2017-01-15Fix to use -export-symbols for libcryptokinichiro3-1/+74
2017-01-12Define CMake library object lists globallyMatt Stancliff3-3/+3
2017-01-12Use correct CMake base directory offsetMatt Stancliff1-3/+3
2017-01-09OSCP -> OCSPBrent Cook1-2/+2
2017-01-09update ChangelogBrent Cook1-0/+39
2017-01-09fix static mingw builds, platform LDADD needs to come at the endBrent Cook3-6/+6
2017-01-07update linksBrent Cook1-0/+1
2017-01-06Add regression test ssl_versionskinichiro3-0/+11
2016-12-29update manpage linksBrent Cook1-17/+660
2016-12-26implement support for hiding symbols in libcryptokinichiro3-3743/+27
2016-12-10Sync getentropy() checks with use-builtin-arc4random checksSimone Basso2-30/+40
2016-12-09m4/check-libc.m4: improve getentropy checkSimone Basso1-17/+23
2016-12-09configure: fix getentropy() for sierra and iosSimone Basso1-1/+55
2016-11-13adjust mingw package nameBrent Cook1-1/+1
2016-11-13update to trusty distro, remove 3rd-party PPAs for testingBrent Cook2-7/+8
2016-11-13fix static test link failures on OS XBrent Cook1-0/+3
2016-11-13update manpage linksBrent Cook1-320/+12
2016-11-07fix cmake to link static crypto library for regression testskinichiro1-0/+2
2016-11-06link regression tests fully staticallyBrent Cook1-1/+1