f5792c6ee8
non-blocking BIOs so that it is sane -- so that, in other words, -1 with a meaningful library error code (WANT_READ or WANT_WRITE) is returned when we would block for I/O. Without this change, you have to sleep or spin -- you can't know how to put the underlying socket in your select or poll set. Patch from http://marc.info/?l=openssl-dev&m=115154030723033&w=2 and rationale at http://marc.info/?l=openssl-dev&m=115153998821797&w=2 where sadly they were overlooked by the OpenSSL team for some time. It is hoped that now that we've brought this change to their attention they will integrate it into their sources and we can lose the local change in NetBSD. |
||
---|---|---|
.. | ||
dist | ||
Makefile.openssl | ||
TODO |