aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * do not double-link libcryptoBrent Cook2014-12-272-2/+0
| * enable __STRICT_ALIGNMENT on sparcBrent Cook2014-12-271-0/+6
| * do not mark GNU_STACK WX in ELFs generated from assemblyBrent Cook2014-12-222-1/+22
* | configure.ac: use executable hardening where availableJim Barlow2014-12-231-0/+25
* | configure.ac: use executable hardening where availableJim Barlow2014-12-233-0/+209
* | configure.ac: Modify clang check to save result to a variableJim Barlow2014-12-231-10/+14
|/
* Add wrapper file "config" to distribution.Technion2014-12-151-1/+1
* enable OS X and Linux CI buildsBrent Cook2014-12-141-0/+3
* add Travis CI configurationBrent Cook2014-12-141-0/+5
* add all LIBADD dependencies for tlsBrent Cook2014-12-141-1/+1
* bump versionBrent Cook2014-12-142-2/+6
* allow Windows DLLs to be builtBrent Cook2014-12-144-4/+4
* add LIBADD library dependencies to libssl/libtlsBrent Cook2014-12-142-0/+2
* Use the individual library versions in LibreSSL pc filesBrent Cook2014-12-143-3/+3
* 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