aboutsummaryrefslogtreecommitdiff
path: root/patches/keypairtest.c.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* backport regress updates for new certs from jsingBrent Cook2024-03-251-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 WIN32kinichiro2019-07-281-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 Studiokinichiro2018-03-181-0/+13