aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add regress servertestkinichiro2017-03-174-0/+46
|
* add getpagesize check for cmakeBrent Cook2017-03-161-0/+5
|
* remove sysconf fallback for nowBrent Cook2017-03-161-8/+2
|
* Land #297, Add recallocarrayBrent Cook2017-03-168-2/+53
|\
| * Add support for getpagesizekinichiro2017-03-156-1/+33
| |
| * Add recallocarraykinichiro2017-03-095-1/+20
| |
* | Land #287, document steps to enable 64-bit time_t on mingw-w64 toolchainBrent Cook2017-03-162-1/+27
|\ \
| * | Remove "exit 1" (added by mistake)Paul Graham2017-02-181-2/+0
| | |
| * | Document 32-bit time_t problem on minw-w64 toolchain and how to avoid itPaul Graham2017-02-152-1/+29
| | |
* | | Land #288, update conditions under which getentropy, arc4random* are exportedBrent Cook2017-03-162-13/+6
|\ \ \ | |_|/ |/| |
| * | Fix condition of arc4random* and getentropy for Cygwin buildkinichiro2017-02-202-13/+6
| |/ | | | | | | | | - Fix the condition of exporting getentropy - Modify the CMake condition of including arc4random_uniform as same as autoconf
* | Add ssl/t1_hash.ckinichiro2017-03-082-0/+2
| |
* | Add crypto/evp/m_md5_sha1.ckinichiro2017-03-052-0/+2
|/
* Add definition of ssize_t to tls.h for Windowskinichiro2017-02-131-0/+32
|
* ignore mandoc db, compat filesBrent Cook2017-02-071-1/+3
|
* Fix patch for netcat.ckinichiro2017-02-071-22/+22
|
* update Changelogv2.5.1Brent Cook2017-01-311-1/+35
|
* Fix SYSerr and BIOerr in b_win.ckinichiro2017-02-011-2/+2
|
* Land #269, copy more files from libc rather than checking inBrent Cook2017-01-286-596/+6
|\
| * Copy libc compat files rather than adding into the repositorykinichiro2017-01-286-596/+6
| | | | | | | | | | - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/
* | Move S_IRGRP and S_IROTH from fcntl.h to sys/stat.hkinichiro2017-01-282-8/+9
|/ | | | | | - S_IRGRP and S_IROTH should be defined in sys/stat.h rather than fcntl.h - Old MinGW64 on Ubuntu 14.04 appears not to have S_IRGRP and S_IROTH - MinGW64 has __WIN32 defined but does not have _MSC_VER defined
* skip building ocspcheck on MSCVBrent Cook2017-01-271-0/+4
|
* update manpage linksBrent Cook2017-01-271-93/+143
|
* update for death of s23*Brent Cook2017-01-272-18/+12
|
* update for improved libtls manpage organizationBrent Cook2017-01-271-11/+6
|
* Copy openbsd library file every time rather than statically checking inkinichiro2017-01-273-267/+0
|
* Add S_IRGRP and S_IROTH to include/compat/fcntl.h for ocspcheckkinichiro2017-01-261-0/+8
|
* Add STDOUT_FILENO to include/compat/unistd.hkinichiro2017-01-261-0/+1
|
* Add inet_ntop and memmem for ocspcheckkinichiro2017-01-268-2/+300
|
* Add regress rsa_testkinichiro2017-01-252-0/+10
|
* Move strsep.c to crypto/compat/ and add ocspcheck build to CMakekinichiro2017-01-257-11/+14
|
* initial ocspcheck integrationBrent Cook2017-01-246-8/+64
|
* updates for new tests and layoutBrent Cook2017-01-224-0/+6
|
* add missing ecp_nist*.c filesBrent Cook2017-01-182-0/+8
|
* check if EXTRA_EXPORT is set, fix cmake builds on OpenBSDBrent Cook2017-01-181-4/+6
|
* Land #262, Fix fcntl.h shim for HP-UX 11.31 (ia64)Brent Cook2017-01-181-2/+2
|\
| * Fix fcntl.h shim since HP-UX 11.31 (ia64) does not define O_CLOEXECkinichiro2017-01-191-2/+2
| |
* | Stop generating .def files by update.shkinichiro2017-01-185-34/+0
| |
* | Add export symbol support to CMake for libcryptokinichiro2017-01-182-2/+45
| |
* | Add export symbol support to CMakekinichiro2017-01-185-5/+47
|/
* MSVSC fixesBrent Cook2017-01-164-7/+9
|
* pass through errors for tlstest and ssltestBrent Cook2017-01-162-0/+6
|
* add open(2) shim to handle O_BINARY and O_CLOEXECBrent Cook2017-01-164-0/+31
|
* add fcntl shimBrent Cook2017-01-162-0/+33
|
* enable tlstest on win32Brent Cook2017-01-153-5/+1
|
* add noreturn attribute to compat functionsBrent Cook2017-01-151-0/+10
|
* handle EBADF, which is returned when a file is passedBrent Cook2017-01-151-3/+6
|
* add windows versions of socketpair / pipeBrent Cook2017-01-151-8/+119
|
* include pipe2/socketpair compat for macOSBrent Cook2017-01-156-2/+83
|
* start to enable tlstest for portableBrent Cook2017-01-155-3/+53
| | | | Disabled on Windows for now due to pipe2/socketpair support.