Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c1a162d8 | 2015-07-15 20:24:05 | disable strict aliasing by default, noticed by miod@ | ||
| db974c34 | 2015-07-15 20:00:21 | fixup how OPENSSLDIR is derived and expanded 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. | ||
| 4cffda19 | 2015-07-15 19:17:27 | build libcrypto with -DLIBRESSL_INTERNAL Since libcrypto defines its own CPPFLAGS, we need to set this for libcrypto specifically. | ||
| c136688a | 2015-07-12 22:15:04 | Land #107, improve default OPENSSLDIR install behavior | ||
| e2903fce | 2015-07-12 22:13:33 | Land #105, fix changelog typo | ||
| f1f3147a | 2015-07-12 22:12:55 | bump version to 2.2.2 | ||
| bda20bd1 | 2015-07-11 14:23:44 | Improve automatic handling of OPENSSLDIR Install a default cert.pem, openssl.cnf, x509v3.cnf in OPENSSLDIR, which is derived by default from sysconfdir and the prefix setting. | ||
| 1ff2f4bc | 2015-07-09 17:50:53 | Fix typo in the ChangeLog Embeded -> Embedded | ||
| 83d07710 | 2015-07-08 09:02:12 | remove unused --with-enginesdir configuration parameter | ||
| 5d916a25 | 2015-07-08 08:56:01 | update and clarify windows versions |