Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 935dedc2 | 2019-09-09 22:08:34 | remove duplicate copy of public header | ||
| b43bee64 | 2019-09-09 22:00:57 | update portable for latest build changes | ||
| d2f8b48e | 2019-08-01 05:31:02 | update ChangeLog | ||
| 856d0511 | 2019-07-28 19:03:27 | Use posix_win.c functions on WIN32 - read() returns bytes count as 1 for crlf unless binary mode isn't specified with open(). Reported by @ulfworsoe in libressl-portable#542 - err could be WSANOTINITIALISED when WSAStartup() is not called | ||
| 0e3d93fc | 2019-07-26 22:26:13 | Force binary mode for open() on WIN32 Reported by @ulfworsoe https://github.com/libressl-portable/portable/issues/542 | ||
| 30e91bc6 | 2019-07-14 18:37:59 | Enable speed on win32 - Use thread and sleep instead of signal and alarm, on win32 - Disable -multi option on win32 since fork is hard to implement | ||
| 9e5a54ac | 2019-07-11 21:15:39 | Land #540, fix pkg-config | ||
| 389145ed | 2019-07-09 20:56:17 | Fix illegal pkg-config file generated | ||
| e7446637 | 2019-06-19 16:34:27 | update links | ||
| b1823997 | 2019-06-12 21:56:42 | Land #535, add regress bn_to_string |