summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add support for building libtlsBrent Cook2014-12-069-12/+118
* update changelog for 2.1.2Brent Cook2014-12-031-0/+12
* better cleanup biotest.cBrent Cook2014-12-031-6/+1
* monkey patch more POSIX-like behavior out of winsock 2Brent Cook2014-12-033-8/+176
* add minimal winsock->BSD networking header shimsBrent Cook2014-12-0320-2/+205
* add minimal poll(2) implementation for WindowsBrent Cook2014-12-035-2/+398
* update and mask unit tests when running on win32Brent Cook2014-12-035-11/+57
* Add conditional compilation for windows and posix functions.Brent Cook2014-12-034-7/+492
* Update win32 build definesBrent Cook2014-12-031-1/+2
* don't ignore a non-existent fileBrent Cook2014-12-031-1/+0
* improve readability of generated Makefile.am filesBrent Cook2014-11-235-4/+10
* ignore gost and camellia dirsBrent Cook2014-11-181-0/+2
* Enable GOST in libcrypto and libssl, contributed by Dmitry Eremin-SolenikovBrent Cook2014-11-181-3/+10
* Use _WIN32 instead of __WIN32.宋冬生2014-11-182-2/+2
* Add the Cammelia cipher to libcrypto.Brent Cook2014-11-171-1/+5
* Quiet clang warnings about unused arguments in general.Brent Cook2014-11-031-1/+13
* make 'autoreconf' work from dist tarballBrent Cook2014-11-032-1/+3
* override native arc4random_buf on FreeBSDBrent Cook2014-11-035-4/+19
* override native arc4random_buf on OS XBrent Cook2014-11-031-0/+4
* update README to reflect current porting approachBrent Cook2014-11-031-10/+6
* Add an OpenSSL compatible ./config wrapperBrent Cook2014-10-311-0/+17
* wrap arc4random headerBrent Cook2014-10-301-0/+4
* Improve and simplify function and header detection logic.Brent Cook2014-10-3010-112/+52
* use the correct HOST_OS for the Windows buildBrent Cook2014-10-301-1/+1
* enable -lcrypto -lssl with all test programs directly.Brent Cook2014-10-302-2/+3
* remove duplicate (and overlapping) .1 manpagesBrent Cook2014-10-261-16/+12
* set various glibc flags that also are useful with mingwBrent Cook2014-10-221-1/+2
* undef LIBRESSL_INTERNAL for the pidwrap test.Brent Cook2014-10-221-0/+1
* update string.h for include strings.h for HPUX environmentkinichiro2014-10-221-2/+2
* include a proper check for memmem when configuring unit testsBrent Cook2014-10-222-0/+7
* bump versionBrent Cook2014-10-221-1/+1
* update with 2.1.1 changesBrent Cook2014-10-151-0/+5
* LibreSSL portable README updateBrent Cook2014-10-151-18/+34
* add extended ChangeLog fileBrent Cook2014-10-142-1/+61
* update gitignore to see changelogBrent Cook2014-10-141-1/+2
* add missing commas from man linksBrent Cook2014-10-141-6/+6
* update man linksBrent Cook2014-10-141-0/+6
* don't fail to make dist on a clean repoBrent Cook2014-10-141-1/+1
* crank versionBrent Cook2014-10-141-1/+1
* update to new converted SSL manpagesBrent Cook2014-10-141-1/+10
* clear local manpage cache before generating a release tarballBrent Cook2014-09-261-0/+1
* update for upstream move of the openssl appBrent Cook2014-08-271-17/+15
* ensure compatibility with posix shellBrent Cook2014-08-181-1/+1
* add --disable-asm flag for disabling inline asmBrent Cook2014-08-171-0/+4
* allow inline asmBrent Cook2014-08-162-2/+1
* set _DEFAULT_SOURCE on linux hostsBrent Cook2014-08-161-1/+1
* update stdio.h for including stdarg.hinoguchi2014-08-121-0/+1
* remove configure.am.tpl, pull in VERSION directlyBrent Cook2014-08-123-4/+1
* rebase on pull when updating the openbsd branchBrent Cook2014-08-081-1/+1
* conditionally build strnlen if needed.Brent Cook2014-08-023-0/+9