summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* don't hardcode a fixed # of jobs for makev2.1.2Brent Cook2014-12-081-1/+1
* update libtls URLBrent Cook2014-12-081-1/+1
* update and rework changelog for readabilityBrent Cook2014-12-071-10/+30
* use the new $MV macro to generate assembly filesBrent Cook2014-12-071-19/+27
* use 'make distcheck' for the release build scriptBrent Cook2014-12-071-1/+1
* tests/Makefile.am.tpl: remove generated files on distcleanDmitry Eremin-Solenikov2014-12-071-0/+1
* update.sh: remove linked manpages on uninstallDmitry Eremin-Solenikov2014-12-071-0/+12
* update.sh: add MV-like function preserving file timestampsDmitry Eremin-Solenikov2014-12-071-2/+11
* update.sh: call $CP instead of cp to ease rebuildsDmitry Eremin-Solenikov2014-12-071-5/+5
* Update .gitignoreDmitry Eremin-Solenikov2014-12-071-0/+2
* update.sh: include gost test suiteDmitry Eremin-Solenikov2014-12-071-1/+2
* disable inline assembly on Windows for nowBrent Cook2014-12-071-0/+4
* Enable optimized crypto operations for x86_64Brent Cook2014-12-076-25/+168
* sync man links from upstreamBrent Cook2014-12-071-4/+0
* read all library versions directly from filesBrent Cook2014-12-066-10/+18
* split long manpage makefile lines.Brent Cook2014-12-061-2/+4
* simplify packaging for libcrypto.Brent Cook2014-12-062-245/+731
* remove obsolete defineBrent Cook2014-12-061-1/+0
* simplify packaging for libssl.Brent Cook2014-12-062-46/+74
* simplify building the apps MakefileBrent Cook2014-12-065-58/+97
* simplify packaging for libtls.Brent Cook2014-12-063-16/+12
* update changelog for libtlsBrent Cook2014-12-061-0/+3
* 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