Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update manpage linksv2.5.3 | Brent Cook | 2017-04-08 | 1 | -2/+49 |
| | |||||
* | update changelog for stable release | Brent Cook | 2017-04-06 | 1 | -1/+5 |
| | |||||
* | track OPENBSD_6_1 | Brent Cook | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | tag OpenBSD 6.1 release | Brent Cook | 2017-04-03 | 1 | -0/+2 |
| | |||||
* | condense and refine changelog a bitv2.5.2 | Brent Cook | 2017-03-25 | 1 | -18/+9 |
| | |||||
* | update changelog for 2.5.2 | Brent Cook | 2017-03-25 | 1 | -2/+37 |
| | |||||
* | rebase netcat patch | Brent Cook | 2017-03-25 | 1 | -15/+15 |
| | |||||
* | Add regress tls_prf | kinichiro | 2017-03-17 | 3 | -0/+11 |
| | |||||
* | Add regress servertest | kinichiro | 2017-03-17 | 4 | -0/+46 |
| | |||||
* | add getpagesize check for cmake | Brent Cook | 2017-03-16 | 1 | -0/+5 |
| | |||||
* | remove sysconf fallback for now | Brent Cook | 2017-03-16 | 1 | -8/+2 |
| | |||||
* | Land #297, Add recallocarray | Brent Cook | 2017-03-16 | 8 | -2/+53 |
|\ | |||||
| * | Add support for getpagesize | kinichiro | 2017-03-15 | 6 | -1/+33 |
| | | |||||
| * | Add recallocarray | kinichiro | 2017-03-09 | 5 | -1/+20 |
| | | |||||
* | | Land #287, document steps to enable 64-bit time_t on mingw-w64 toolchain | Brent Cook | 2017-03-16 | 2 | -1/+27 |
|\ \ | |||||
| * | | Remove "exit 1" (added by mistake) | Paul Graham | 2017-02-18 | 1 | -2/+0 |
| | | | |||||
| * | | Document 32-bit time_t problem on minw-w64 toolchain and how to avoid it | Paul Graham | 2017-02-15 | 2 | -1/+29 |
| | | | |||||
* | | | Land #288, update conditions under which getentropy, arc4random* are exported | Brent Cook | 2017-03-16 | 2 | -13/+6 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix condition of arc4random* and getentropy for Cygwin build | kinichiro | 2017-02-20 | 2 | -13/+6 |
| |/ | | | | | | | | | - Fix the condition of exporting getentropy - Modify the CMake condition of including arc4random_uniform as same as autoconf | ||||
* | | Add ssl/t1_hash.c | kinichiro | 2017-03-08 | 2 | -0/+2 |
| | | |||||
* | | Add crypto/evp/m_md5_sha1.c | kinichiro | 2017-03-05 | 2 | -0/+2 |
|/ | |||||
* | Add definition of ssize_t to tls.h for Windows | kinichiro | 2017-02-13 | 1 | -0/+32 |
| | |||||
* | ignore mandoc db, compat files | Brent Cook | 2017-02-07 | 1 | -1/+3 |
| | |||||
* | Fix patch for netcat.c | kinichiro | 2017-02-07 | 1 | -22/+22 |
| | |||||
* | update Changelogv2.5.1 | Brent Cook | 2017-01-31 | 1 | -1/+35 |
| | |||||
* | Fix SYSerr and BIOerr in b_win.c | kinichiro | 2017-02-01 | 1 | -2/+2 |
| | |||||
* | Land #269, copy more files from libc rather than checking in | Brent Cook | 2017-01-28 | 6 | -596/+6 |
|\ | |||||
| * | Copy libc compat files rather than adding into the repository | kinichiro | 2017-01-28 | 6 | -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.h | kinichiro | 2017-01-28 | 2 | -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 MSCV | Brent Cook | 2017-01-27 | 1 | -0/+4 |
| | |||||
* | update manpage links | Brent Cook | 2017-01-27 | 1 | -93/+143 |
| | |||||
* | update for death of s23* | Brent Cook | 2017-01-27 | 2 | -18/+12 |
| | |||||
* | update for improved libtls manpage organization | Brent Cook | 2017-01-27 | 1 | -11/+6 |
| | |||||
* | Copy openbsd library file every time rather than statically checking in | kinichiro | 2017-01-27 | 3 | -267/+0 |
| | |||||
* | Add S_IRGRP and S_IROTH to include/compat/fcntl.h for ocspcheck | kinichiro | 2017-01-26 | 1 | -0/+8 |
| | |||||
* | Add STDOUT_FILENO to include/compat/unistd.h | kinichiro | 2017-01-26 | 1 | -0/+1 |
| | |||||
* | Add inet_ntop and memmem for ocspcheck | kinichiro | 2017-01-26 | 8 | -2/+300 |
| | |||||
* | Add regress rsa_test | kinichiro | 2017-01-25 | 2 | -0/+10 |
| | |||||
* | Move strsep.c to crypto/compat/ and add ocspcheck build to CMake | kinichiro | 2017-01-25 | 7 | -11/+14 |
| | |||||
* | initial ocspcheck integration | Brent Cook | 2017-01-24 | 6 | -8/+64 |
| | |||||
* | updates for new tests and layout | Brent Cook | 2017-01-22 | 4 | -0/+6 |
| | |||||
* | add missing ecp_nist*.c files | Brent Cook | 2017-01-18 | 2 | -0/+8 |
| | |||||
* | check if EXTRA_EXPORT is set, fix cmake builds on OpenBSD | Brent Cook | 2017-01-18 | 1 | -4/+6 |
| | |||||
* | Land #262, Fix fcntl.h shim for HP-UX 11.31 (ia64) | Brent Cook | 2017-01-18 | 1 | -2/+2 |
|\ | |||||
| * | Fix fcntl.h shim since HP-UX 11.31 (ia64) does not define O_CLOEXEC | kinichiro | 2017-01-19 | 1 | -2/+2 |
| | | |||||
* | | Stop generating .def files by update.sh | kinichiro | 2017-01-18 | 5 | -34/+0 |
| | | |||||
* | | Add export symbol support to CMake for libcrypto | kinichiro | 2017-01-18 | 2 | -2/+45 |
| | | |||||
* | | Add export symbol support to CMake | kinichiro | 2017-01-18 | 5 | -5/+47 |
|/ | |||||
* | MSVSC fixes | Brent Cook | 2017-01-16 | 4 | -7/+9 |
| | |||||
* | pass through errors for tlstest and ssltest | Brent Cook | 2017-01-16 | 2 | -0/+6 |
| |