Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-07-09 | Updated changelog | Brent Cook | 1 | -0/+15 | |
2017-07-07 | use GNUInstallDirs from cmake to specify install paths. | d3x0r | 9 | -15/+16 | |
Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems. | |||||
2017-07-07 | Fix CMake module include path | Matt Stancliff | 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. | |||||
2017-07-07 | Remove misleading CFLAGS / LDFLAGS. | Paul Graham | 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 | |||||
2017-06-11 | re-add getpagesize fallback, needed for Android | Brent Cook | 1 | -2/+8 | |
2017-04-30 | remove OPENSSL_ia32cap_P from crypto.sym when generatedv2.5.4 | Brent Cook | 1 | -1/+1 | |
2017-04-30 | add 2.5.4 changelog | Brent Cook | 1 | -0/+22 | |
2017-04-29 | include amd64 in the mix | Brent Cook | 1 | -0/+1 | |
2017-04-29 | only include ia32 syms on i?86/x86_64 targets | Brent Cook | 1 | -0/+8 | |
2017-04-19 | add nc(1) manpage to install if enabled | Brent Cook | 2 | -1/+2 | |
2017-04-19 | Fix pkg-config metadata for libcrypto | Steven McDonald | 1 | -2/+2 | |
It looks like this was copied and pasted from libssl.pc.in. This patch identifies it as libcrypto rather than libssl. | |||||
2017-04-11 | move crypto_portable.sym to builddir | Brent Cook | 2 | -3/+6 | |
2017-04-08 | update manpage linksv2.5.3 | Brent Cook | 1 | -2/+49 | |
2017-04-06 | update changelog for stable release | Brent Cook | 1 | -1/+5 | |
2017-04-03 | track OPENBSD_6_1 | Brent Cook | 1 | -1/+1 | |
2017-04-03 | tag OpenBSD 6.1 release | Brent Cook | 1 | -0/+2 | |
2017-03-25 | condense and refine changelog a bitv2.5.2 | Brent Cook | 1 | -18/+9 | |
2017-03-25 | update changelog for 2.5.2 | Brent Cook | 1 | -2/+37 | |
2017-03-25 | rebase netcat patch | Brent Cook | 1 | -15/+15 | |
2017-03-17 | Add regress tls_prf | kinichiro | 3 | -0/+11 | |
2017-03-17 | Add regress servertest | kinichiro | 4 | -0/+46 | |
2017-03-16 | add getpagesize check for cmake | Brent Cook | 1 | -0/+5 | |
2017-03-16 | remove sysconf fallback for now | Brent Cook | 1 | -8/+2 | |
2017-03-15 | Add support for getpagesize | kinichiro | 6 | -1/+33 | |
2017-03-09 | Add recallocarray | kinichiro | 5 | -1/+20 | |
2017-03-08 | Add ssl/t1_hash.c | kinichiro | 2 | -0/+2 | |
2017-03-05 | Add crypto/evp/m_md5_sha1.c | kinichiro | 2 | -0/+2 | |
2017-02-20 | Fix condition of arc4random* and getentropy for Cygwin build | kinichiro | 2 | -13/+6 | |
- Fix the condition of exporting getentropy - Modify the CMake condition of including arc4random_uniform as same as autoconf | |||||
2017-02-18 | Remove "exit 1" (added by mistake) | Paul Graham | 1 | -2/+0 | |
2017-02-15 | Document 32-bit time_t problem on minw-w64 toolchain and how to avoid it | Paul Graham | 2 | -1/+29 | |