| Commit message (Expand) | Author | Age | Files | Lines |
* | fix whitespace in yml | Brent Cook | 2015-01-31 | 1 | -12/+12 |
* | update travis-ci build to check mingw32/64 targets | Brent Cook | 2015-01-31 | 2 | -1/+55 |
* | include 'struct iovec' for Windows | Brent Cook | 2015-01-31 | 2 | -0/+18 |
* | bump version | Brent Cook | 2015-01-26 | 1 | -1/+1 |
* | add by_mem.c for X509_STORE_load_mem | Brent Cook | 2015-01-26 | 1 | -0/+1 |
* | add 2.1.3 notesv2.1.3 | Brent Cook | 2015-01-21 | 1 | -0/+42 |
* | add NetBSD shims for arc4random | Brent Cook | 2015-01-21 | 3 | -8/+22 |
* | catch GCC versions that only warn on unused flags | Brent Cook | 2015-01-06 | 1 | -3/+3 |
* | remove bash-style comparisons from tests | Brent Cook | 2015-01-06 | 1 | -3/+3 |
* | Add support for HP-UX | kinichiro | 2015-01-06 | 4 | -0/+42 |
* | quoting and ensure old_*flags are restored before the 'else' | Brent Cook | 2015-01-05 | 1 | -8/+10 |
* | preserve CFLAGS between hardening checks, enable mingw | Brent Cook | 2015-01-05 | 1 | -26/+46 |
* | simplify hardening check logic, disable for mingw | Brent Cook | 2015-01-05 | 3 | -185/+33 |
* | move public domain to top, help automatic tools | Brent Cook | 2015-01-02 | 1 | -1/+3 |
* | Change comments to remark on script not being needed for clang >= 5.1 | Jim Barlow | 2015-01-01 | 2 | -4/+8 |
* | Fix build failure of "make distcheck" (new scripts/ folder missing) | Jim Barlow | 2014-12-31 | 1 | -1/+1 |
* | Fix typo causing output of clang test to read "CLANG" instead of yes/no | Jim Barlow | 2014-12-31 | 1 | -1/+1 |
* | Merge recent upstream changes with compiler hardening | Jim Barlow | 2014-12-30 | 2 | -4/+29 |
|\ |
|
| * | Revert "do not double-link libcrypto" | Brent Cook | 2014-12-27 | 2 | -0/+2 |
| * | do not double-link libcrypto | Brent Cook | 2014-12-27 | 2 | -2/+0 |
| * | enable __STRICT_ALIGNMENT on sparc | Brent Cook | 2014-12-27 | 1 | -0/+6 |
| * | do not mark GNU_STACK WX in ELFs generated from assembly | Brent Cook | 2014-12-22 | 2 | -1/+22 |
* | | configure.ac: use executable hardening where available | Jim Barlow | 2014-12-23 | 1 | -0/+25 |
* | | configure.ac: use executable hardening where available | Jim Barlow | 2014-12-23 | 3 | -0/+209 |
* | | configure.ac: Modify clang check to save result to a variable | Jim Barlow | 2014-12-23 | 1 | -10/+14 |
|/ |
|
* | Add wrapper file "config" to distribution. | Technion | 2014-12-15 | 1 | -1/+1 |
* | enable OS X and Linux CI builds | Brent Cook | 2014-12-14 | 1 | -0/+3 |
* | add Travis CI configuration | Brent Cook | 2014-12-14 | 1 | -0/+5 |
* | add all LIBADD dependencies for tls | Brent Cook | 2014-12-14 | 1 | -1/+1 |
* | bump version | Brent Cook | 2014-12-14 | 2 | -2/+6 |
* | allow Windows DLLs to be built | Brent Cook | 2014-12-14 | 4 | -4/+4 |
* | add LIBADD library dependencies to libssl/libtls | Brent Cook | 2014-12-14 | 2 | -0/+2 |
* | Use the individual library versions in LibreSSL pc files | Brent Cook | 2014-12-14 | 3 | -3/+3 |
* | don't hardcode a fixed # of jobs for makev2.1.2 | Brent Cook | 2014-12-08 | 1 | -1/+1 |
* | update libtls URL | Brent Cook | 2014-12-08 | 1 | -1/+1 |
* | update and rework changelog for readability | Brent Cook | 2014-12-07 | 1 | -10/+30 |
* | use the new $MV macro to generate assembly files | Brent Cook | 2014-12-07 | 1 | -19/+27 |
* | use 'make distcheck' for the release build script | Brent Cook | 2014-12-07 | 1 | -1/+1 |
* | tests/Makefile.am.tpl: remove generated files on distclean | Dmitry Eremin-Solenikov | 2014-12-07 | 1 | -0/+1 |
* | update.sh: remove linked manpages on uninstall | Dmitry Eremin-Solenikov | 2014-12-07 | 1 | -0/+12 |
* | update.sh: add MV-like function preserving file timestamps | Dmitry Eremin-Solenikov | 2014-12-07 | 1 | -2/+11 |
* | update.sh: call $CP instead of cp to ease rebuilds | Dmitry Eremin-Solenikov | 2014-12-07 | 1 | -5/+5 |
* | Update .gitignore | Dmitry Eremin-Solenikov | 2014-12-07 | 1 | -0/+2 |
* | update.sh: include gost test suite | Dmitry Eremin-Solenikov | 2014-12-07 | 1 | -1/+2 |
* | disable inline assembly on Windows for now | Brent Cook | 2014-12-07 | 1 | -0/+4 |
* | Enable optimized crypto operations for x86_64 | Brent Cook | 2014-12-07 | 6 | -25/+168 |
* | sync man links from upstream | Brent Cook | 2014-12-07 | 1 | -4/+0 |
* | read all library versions directly from files | Brent Cook | 2014-12-06 | 6 | -10/+18 |
* | split long manpage makefile lines. | Brent Cook | 2014-12-06 | 1 | -2/+4 |
* | simplify packaging for libcrypto. | Brent Cook | 2014-12-06 | 2 | -245/+731 |