aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
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