Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c0cb9e9a | 2016-05-30 09:07:24 | Update changelog | ||
| 17bf5665 | 2016-03-21 04:37:01 | set windows binary OPENSSLDIR to something plausible | ||
| fa41ca51 | 2016-05-03 09:29:38 | moved patch upstream | ||
| bb9c1f28 | 2016-05-03 02:13:52 | prefer limits.h over sys/limits.h | ||
| 2169962c | 2016-05-02 22:50:54 | update Changelog | ||
| 9092f359 | 2016-05-02 22:46:25 | add constant_time_locl.h | ||
| 92902f70 | 2016-01-28 12:17:23 | update changelog for 2.2.6 | ||
| 271ad075 | 2015-12-05 13:15:46 | update ChangeLog for 2.2.5 | ||
| 248af93e | 2015-10-15 16:13:58 | update changelog for 2.2.4 | ||
| 97478266 | 2015-10-11 16:46:55 | Use bundled headers instead of installed headers when building The build system incorrectly set include directives in AM_CFLAGS which causes them to be placed after the configured CPPFLAGS. Thus, if a user or packaging system sets CPPFLAGS to a location that has libressl or openssl headers installed, they will be used instead of the bundled versions. This corrects that issue by setting up the variables correctly. https://github.com/libressl-portable/portable/issues/150 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> |