aboutsummaryrefslogtreecommitdiff
path: root/dist.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-03rebuild manpages on opensslv.h changesBrent Cook1-1/+1
2015-08-03disable explicit_bzero optimizations with CMake buildsBrent Cook1-0/+1
2015-08-03update build informationBrent Cook2-3/+42
2015-08-03MSVC is not yet ready to build all of the testsBrent Cook1-1/+3
2015-08-03add win32-specific explicit_bzero implementationBrent Cook3-0/+18
2015-08-03expand changelog, fix typoBrent Cook1-1/+7
2015-08-02update release notes for 2.2.2Brent Cook1-2/+45
2015-08-01initial Linux cmake suppportBrent Cook2-1/+10
tested on Ubuntu 14.04
2015-07-22disable current broken cmake testsBrent Cook1-16/+16
2015-07-22s/CMakeFiles/CMakeLists/, start porting test scriptsBrent Cook2-2/+6
2015-07-22correct fallback err.h macro behaviorBrent Cook1-4/+4
2015-07-21add cmake testsBrent Cook4-6/+277
2015-07-21tests aren't ready for cmake, skip for nowBrent Cook1-1/+0
2015-07-21don't build eng_rsax.c anymoreBrent Cook1-1/+0
2015-07-21move sleep shim to posix_win.cBrent Cook2-5/+8
2015-07-21add initial build for arc4random/getentropy fallbacksBrent Cook1-3/+18
2015-07-21tighten up compat include paths, fix glibc compatibilityBrent Cook4-16/+10
2015-07-21add initial CMake and Visual Studio build supportBrent Cook53-153/+2082
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
2015-07-20remove generated version fileBrent Cook2-1/+1
2015-07-20eng_rsax is goneBrent Cook2-2/+1
2015-07-19update man linksBrent Cook1-1/+0
2015-07-17implement compatibility shim for __warn_referencesBrent Cook3-0/+44
This will allow us to warn about deprecated function references at link-time.
2015-07-16derive VERSION from opensslv.h from upstreamBrent Cook3-4/+5
2015-07-16patch headers to avoid redefinitions on windowsScott Parker4-0/+65
2015-07-16disable strict aliasing on AIX xlc and HP-UX aC++ compilersBrent Cook2-13/+3
2015-07-16win32 openssl CLI: preserve original echo stateBrent Cook1-9/+9
Mirror the patch to ui_openssl.c, also fix the broken conditional that made it not actually turn off echo in the first place. ok guenther@
2015-07-15disable strict aliasing by default, noticed by miod@Brent Cook1-0/+10
2015-07-15fixup how OPENSSLDIR is derived and expandedBrent Cook3-12/+27
As per http://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Installation-Directory-Variables.html we should not try to expand variables like sysconfdir in the configure script, but rather derive the correct value in the Makefiles instead. This fixes missing expansions as the preprocessor define.
2015-07-15build libcrypto with -DLIBRESSL_INTERNALBrent Cook1-1/+2
Since libcrypto defines its own CPPFLAGS, we need to set this for libcrypto specifically.
2015-07-12bump version to 2.2.2Brent Cook1-1/+1
2015-07-12Improve automatic handling of OPENSSLDIRBrent Cook3-2/+27
Install a default cert.pem, openssl.cnf, x509v3.cnf in OPENSSLDIR, which is derived by default from sysconfdir and the prefix setting.
2015-07-09Fix typo in the ChangeLogvanderhoorn1-1/+1
Embeded -> Embedded
2015-07-08remove unused --with-enginesdir configuration parameterBrent Cook1-6/+0
2015-07-08update and clarify windows versionsBrent Cook2-2/+2
2015-07-02release note update for 2.2.1v2.2.1Brent Cook1-0/+2