Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| fc7ba469 | 2015-01-31 22:35:52 | be nicer to travis OS X machines, remove unneeded 'make clean' | ||
| 100625e3 | 2015-01-31 22:24:31 | only use the specific build matrix use sudo to install mingw toolchains | ||
| 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. |