Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backport regress updates for new certs from jsing | Brent Cook | 2024-03-25 | 1 | -0/+11 |
| | | | | | | | | | | | | Use the new certificates/chains in regress. The new certificates are more representative of the real world. The old certificates use weak algorithms and expire in the very near future. Most of our regress has already been switched over, this changes the remainder. Thanks to Bernhard M. Wiedemann for reminding us of the upcoming expiry. ok tb@ | ||||
* | Use posix_win.c functions on WIN32 | kinichiro | 2019-07-28 | 1 | -13/+0 |
| | | | | | | - 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 | ||||
* | Fix using right functions for file descriptor with MS Visual Studio | kinichiro | 2018-03-18 | 1 | -0/+13 |