| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | simplify packaging for libcrypto. | Brent Cook | 2014-12-06 | 2 | -245/+731 |
* | remove obsolete define | Brent Cook | 2014-12-06 | 1 | -1/+0 |
* | simplify packaging for libssl. | Brent Cook | 2014-12-06 | 2 | -46/+74 |
* | simplify building the apps Makefile | Brent Cook | 2014-12-06 | 5 | -58/+97 |
* | simplify packaging for libtls. | Brent Cook | 2014-12-06 | 3 | -16/+12 |
* | update changelog for libtls | Brent Cook | 2014-12-06 | 1 | -0/+3 |
* | add support for building libtls | Brent Cook | 2014-12-06 | 9 | -12/+118 |
* | update changelog for 2.1.2 | Brent Cook | 2014-12-03 | 1 | -0/+12 |
* | better cleanup biotest.c | Brent Cook | 2014-12-03 | 1 | -6/+1 |
* | monkey patch more POSIX-like behavior out of winsock 2 | Brent Cook | 2014-12-03 | 3 | -8/+176 |
* | add minimal winsock->BSD networking header shims | Brent Cook | 2014-12-03 | 20 | -2/+205 |
* | add minimal poll(2) implementation for Windows | Brent Cook | 2014-12-03 | 5 | -2/+398 |
* | update and mask unit tests when running on win32 | Brent Cook | 2014-12-03 | 5 | -11/+57 |
* | Add conditional compilation for windows and posix functions. | Brent Cook | 2014-12-03 | 4 | -7/+492 |
* | Update win32 build defines | Brent Cook | 2014-12-03 | 1 | -1/+2 |
* | don't ignore a non-existent file | Brent Cook | 2014-12-03 | 1 | -1/+0 |
* | improve readability of generated Makefile.am files | Brent Cook | 2014-11-23 | 5 | -4/+10 |
* | ignore gost and camellia dirs | Brent Cook | 2014-11-18 | 1 | -0/+2 |
* | Enable GOST in libcrypto and libssl, contributed by Dmitry Eremin-Solenikov | Brent Cook | 2014-11-18 | 1 | -3/+10 |
* | Use _WIN32 instead of __WIN32. | 宋冬生 | 2014-11-18 | 2 | -2/+2 |
* | Add the Cammelia cipher to libcrypto. | Brent Cook | 2014-11-17 | 1 | -1/+5 |
* | Quiet clang warnings about unused arguments in general. | Brent Cook | 2014-11-03 | 1 | -1/+13 |
* | make 'autoreconf' work from dist tarball | Brent Cook | 2014-11-03 | 2 | -1/+3 |
* | override native arc4random_buf on FreeBSD | Brent Cook | 2014-11-03 | 5 | -4/+19 |
* | override native arc4random_buf on OS X | Brent Cook | 2014-11-03 | 1 | -0/+4 |
* | update README to reflect current porting approach | Brent Cook | 2014-11-03 | 1 | -10/+6 |
* | Add an OpenSSL compatible ./config wrapper | Brent Cook | 2014-10-31 | 1 | -0/+17 |
* | wrap arc4random header | Brent Cook | 2014-10-30 | 1 | -0/+4 |
* | Improve and simplify function and header detection logic. | Brent Cook | 2014-10-30 | 10 | -112/+52 |
* | use the correct HOST_OS for the Windows build | Brent Cook | 2014-10-30 | 1 | -1/+1 |
* | enable -lcrypto -lssl with all test programs directly. | Brent Cook | 2014-10-30 | 2 | -2/+3 |
* | remove duplicate (and overlapping) .1 manpages | Brent Cook | 2014-10-26 | 1 | -16/+12 |
* | set various glibc flags that also are useful with mingw | Brent Cook | 2014-10-22 | 1 | -1/+2 |
* | undef LIBRESSL_INTERNAL for the pidwrap test. | Brent Cook | 2014-10-22 | 1 | -0/+1 |
* | update string.h for include strings.h for HPUX environment | kinichiro | 2014-10-22 | 1 | -2/+2 |
* | include a proper check for memmem when configuring unit tests | Brent Cook | 2014-10-22 | 2 | -0/+7 |
* | bump version | Brent Cook | 2014-10-22 | 1 | -1/+1 |
* | update with 2.1.1 changes | Brent Cook | 2014-10-15 | 1 | -0/+5 |
* | LibreSSL portable README update | Brent Cook | 2014-10-15 | 1 | -18/+34 |
* | add extended ChangeLog file | Brent Cook | 2014-10-14 | 2 | -1/+61 |
* | update gitignore to see changelog | Brent Cook | 2014-10-14 | 1 | -1/+2 |
* | add missing commas from man links | Brent Cook | 2014-10-14 | 1 | -6/+6 |
* | update man links | Brent Cook | 2014-10-14 | 1 | -0/+6 |
* | don't fail to make dist on a clean repo | Brent Cook | 2014-10-14 | 1 | -1/+1 |
* | crank version | Brent Cook | 2014-10-14 | 1 | -1/+1 |
* | update to new converted SSL manpages | Brent Cook | 2014-10-14 | 1 | -1/+10 |
* | clear local manpage cache before generating a release tarball | Brent Cook | 2014-09-26 | 1 | -0/+1 |
* | update for upstream move of the openssl app | Brent Cook | 2014-08-27 | 1 | -17/+15 |
* | ensure compatibility with posix shell | Brent Cook | 2014-08-18 | 1 | -1/+1 |
* | add --disable-asm flag for disabling inline asm | Brent Cook | 2014-08-17 | 1 | -0/+4 |