| Commit message (Expand) | Author | Files | Lines |
2014-12-08 | update libtls URL | Brent Cook | 1 | -1/+1 |
2014-12-07 | update and rework changelog for readability | Brent Cook | 1 | -10/+30 |
2014-12-07 | use the new $MV macro to generate assembly files | Brent Cook | 1 | -19/+27 |
2014-12-07 | use 'make distcheck' for the release build script | Brent Cook | 1 | -1/+1 |
2014-12-07 | tests/Makefile.am.tpl: remove generated files on distclean | Dmitry Eremin-Solenikov | 1 | -0/+1 |
2014-12-07 | update.sh: remove linked manpages on uninstall | Dmitry Eremin-Solenikov | 1 | -0/+12 |
2014-12-07 | update.sh: add MV-like function preserving file timestamps | Dmitry Eremin-Solenikov | 1 | -2/+11 |
2014-12-07 | update.sh: call $CP instead of cp to ease rebuilds | Dmitry Eremin-Solenikov | 1 | -5/+5 |
2014-12-07 | Update .gitignore | Dmitry Eremin-Solenikov | 1 | -0/+2 |
2014-12-07 | update.sh: include gost test suite | Dmitry Eremin-Solenikov | 1 | -1/+2 |
2014-12-07 | disable inline assembly on Windows for now | Brent Cook | 1 | -0/+4 |
2014-12-07 | Enable optimized crypto operations for x86_64 | Brent Cook | 6 | -25/+168 |
2014-12-07 | sync man links from upstream | Brent Cook | 1 | -4/+0 |
2014-12-06 | read all library versions directly from files | Brent Cook | 6 | -10/+18 |
2014-12-06 | split long manpage makefile lines. | Brent Cook | 1 | -2/+4 |
2014-12-06 | simplify packaging for libcrypto. | Brent Cook | 2 | -245/+731 |
2014-12-06 | remove obsolete define | Brent Cook | 1 | -1/+0 |
2014-12-06 | simplify packaging for libssl. | Brent Cook | 2 | -46/+74 |
2014-12-06 | simplify building the apps Makefile | Brent Cook | 5 | -58/+97 |
2014-12-06 | simplify packaging for libtls. | Brent Cook | 3 | -16/+12 |
2014-12-06 | update changelog for libtls | Brent Cook | 1 | -0/+3 |
2014-12-06 | add support for building libtls | Brent Cook | 9 | -12/+118 |
2014-12-03 | update changelog for 2.1.2 | Brent Cook | 1 | -0/+12 |
2014-12-03 | better cleanup biotest.c | Brent Cook | 1 | -6/+1 |
2014-12-03 | monkey patch more POSIX-like behavior out of winsock 2 | Brent Cook | 3 | -8/+176 |
2014-12-03 | add minimal winsock->BSD networking header shims | Brent Cook | 20 | -2/+205 |
2014-12-03 | add minimal poll(2) implementation for Windows | Brent Cook | 5 | -2/+398 |
2014-12-03 | update and mask unit tests when running on win32 | Brent Cook | 5 | -11/+57 |
2014-12-03 | Add conditional compilation for windows and posix functions. | Brent Cook | 4 | -7/+492 |
2014-12-03 | Update win32 build defines | Brent Cook | 1 | -1/+2 |
2014-12-03 | don't ignore a non-existent file | Brent Cook | 1 | -1/+0 |
2014-11-23 | improve readability of generated Makefile.am files | Brent Cook | 5 | -4/+10 |
2014-11-18 | ignore gost and camellia dirs | Brent Cook | 1 | -0/+2 |
2014-11-18 | Enable GOST in libcrypto and libssl, contributed by Dmitry Eremin-Solenikov | Brent Cook | 1 | -3/+10 |
2014-11-18 | Use _WIN32 instead of __WIN32. | 宋冬生 | 2 | -2/+2 |
2014-11-17 | Add the Cammelia cipher to libcrypto. | Brent Cook | 1 | -1/+5 |
2014-11-03 | Quiet clang warnings about unused arguments in general. | Brent Cook | 1 | -1/+13 |
2014-11-03 | make 'autoreconf' work from dist tarball | Brent Cook | 2 | -1/+3 |
2014-11-03 | override native arc4random_buf on FreeBSD | Brent Cook | 5 | -4/+19 |
2014-11-03 | override native arc4random_buf on OS X | Brent Cook | 1 | -0/+4 |
2014-11-03 | update README to reflect current porting approach | Brent Cook | 1 | -10/+6 |