kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
5ea47a8f 2015-01-31 22:17:39 fix whitespace in yml
dd7ed132 2015-01-31 22:13:19 update travis-ci build to check mingw32/64 targets
9909bd7a 2015-01-31 21:52:20 include 'struct iovec' for Windows this is used for in-memory cert loading
6c46e808 2015-01-26 10:30:17 bump version
d88e90de 2015-01-26 10:20:26 add by_mem.c for X509_STORE_load_mem
20e329e2 2015-01-21 08:04:11 add 2.1.3 notes
a2233651 2015-01-21 06:14:24 add NetBSD shims for arc4random The current NetBSD release, 6.1.5, fails to reseed arc4random fork. Work around it by providing arc4random/getentropy shims. Revisit when NetBSD 7 is available.
ec81c282 2015-01-06 17:45:14 catch GCC versions that only warn on unused flags Noticed while building with GCC 4.2 with HP-UX. Switching the ERROR to a WARN for a first release while we continue to survey the field.
f2d68c7d 2015-01-06 14:16:51 remove bash-style comparisons from tests
0308b63c 2014-12-08 11:08:45 Add support for HP-UX tested on: HP-UX 11.31 ia64, gcc 4.7.1(HP AllianceOne version) gcc 4.2.3(http://hpux.connect.org.uk) HP C/aC++ HP-UX defaults to use LP32 and it treats long as 32 bit (= 4 bytes). This build forces LP64 for treating long as 64 bit.