Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | fix tests/tlstest.bat | kinichiro | 2017-07-07 | 1 | -1/+1 | |
| |/ / | ||||||
* / / | update netcat patch | kinichiro | 2017-07-07 | 1 | -19/+19 | |
|/ / | ||||||
* | | Land #318, Fix CMake module include path | Brent Cook | 2017-07-05 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fix CMake module include path | Matt Stancliff | 2017-06-15 | 1 | -1/+1 | |
| |/ | | | | | | | | | Need to search the current directory, not the overall project root directory if this is being included as a sub-dependency of another project. | |||||
* | | Land #316, Remove misleading CFLAGS / LDFLAGS | Brent Cook | 2017-07-05 | 1 | -2/+0 | |
|\ \ | |/ |/| | ||||||
| * | Remove misleading CFLAGS / LDFLAGS. | Paul Graham | 2017-06-09 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | These variables were being ignored because libtool doesn't pass -static-libgcc to GCC. If you want to link libgcc statically, currently the only way to achieve this is to manually add -static-libgcc to CC variable. See: http://www.mingw.org/wiki/HOWTO_Sneak_GCC_Switches_Past_Libtool | |||||
* | | re-add getpagesize fallback, needed for Android | Brent Cook | 2017-06-11 | 1 | -2/+8 | |
|/ | ||||||
* | update nc patch | Brent Cook | 2017-06-03 | 1 | -22/+30 | |
| | ||||||
* | defining DEFAULT_CA_FILE only if it is not defined. | kinichiro | 2017-06-04 | 1 | -0/+12 | |
| | | | | indicated by Kyle J. McKay mackyle@gmail.com | |||||
* | update tlstest argument ordering | Brent Cook | 2017-05-18 | 1 | -1/+1 | |
| | ||||||
* | fix hkdftest name | Brent Cook | 2017-05-18 | 1 | -3/+3 | |
| | ||||||
* | Add definition of in_addr_t for Windows build | kinichiro | 2017-05-14 | 1 | -0/+2 | |
| | ||||||
* | Add HKDF functionality | kinichiro | 2017-05-13 | 5 | -1/+15 | |
| | ||||||
* | Land #310, make it easier to build from cvs source | Brent Cook | 2017-05-08 | 1 | -10/+11 | |
|\ | ||||||
| * | Modify update.sh to change the path of openbsd source tree easily | kinichiro | 2017-05-07 | 1 | -10/+11 | |
| | | | | | | | | With this modification, we can build portable with /usr/src easily. | |||||
* | | remove OPENSSL_ia32cap_P from crypto.sym when generated | Brent Cook | 2017-05-01 | 1 | -1/+1 | |
| | | ||||||
* | | add 2.5.4 changelog | Brent Cook | 2017-05-01 | 1 | -0/+22 | |
|/ | ||||||
* | include amd64 in the mix | Brent Cook | 2017-04-29 | 1 | -0/+1 | |
| | ||||||
* | only include ia32 syms on i?86/x86_64 targets | Brent Cook | 2017-04-29 | 1 | -0/+8 | |
| | ||||||
* | add back copyright notice from OpenBSD malloc.c from which this came. | Brent Cook | 2017-04-28 | 1 | -0/+19 | |
| | ||||||
* | Land #306, add freezero | Brent Cook | 2017-04-28 | 6 | -2/+33 | |
|\ | ||||||
| * | Add freezero support | kinichiro | 2017-04-22 | 6 | -2/+33 | |
| | | ||||||
* | | Fix pkg-config metadata for libcrypto | Steven McDonald | 2017-04-18 | 1 | -2/+2 | |
|/ | | | | | It looks like this was copied and pasted from libssl.pc.in. This patch identifies it as libcrypto rather than libssl. | |||||
* | add nc(1) manpage to install if enabled | Brent Cook | 2017-04-12 | 2 | -1/+2 | |
| | ||||||
* | move crypto_portable.sym to builddir | Brent Cook | 2017-04-10 | 2 | -3/+6 | |
| | ||||||
* | update changelog for stable release | Brent Cook | 2017-04-06 | 1 | -1/+5 | |
| | ||||||
* | 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 | |
|\ |