kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
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>
0e7a252d 2015-09-11 17:11:37 update changelog for 2.2.4
0c125d1e 2015-09-11 17:10:11 bump version to 2.2.4
e953fdbb 2015-09-11 09:11:08 add -lrt check for linux
14fbc410 2015-09-11 09:10:57 speed up builds without killing os x perhaps