No description
Find a file
Paul Sokolovsky f38bdcb22c ssl/tls1.c: ssl_read: Don't send TLS alert on SSL_EAGAIN.
SSL_EAGAIN is of course a transient condition of non-blocking socket,
not a real error, so there's no need to send any TLS alerts on it.

This fixes (somewhat) operation over non-blocking sockets.
2019-07-24 13:11:47 +03:00
axtlswrap added -w command line option for axhttd 2011-07-29 10:15:33 +00:00
bindings * SNI added 2016-12-12 19:27:38 +00:00
config makefile.conf: Accept CFLAGS_EXTRA. 2017-06-11 00:07:18 +03:00
crypto crypto/crypto_misc.c: RNG_initialize: Support for Android 1.5. 2018-10-09 19:22:24 +03:00
docsrc added shutdown to a CGI socket close. 2009-11-15 21:41:57 +00:00
httpd Now include os_port.h in tls1.h, but removed ax_malloc and friends 2016-07-05 19:54:05 +00:00
samples En-masse other changes to minimize size and make embeddable into uPy. 2017-06-11 00:07:17 +03:00
ssl ssl/tls1.c: ssl_read: Don't send TLS alert on SSL_EAGAIN. 2019-07-24 13:11:47 +03:00
www * Basic constraint/key usage v3 extensions now supported 2016-12-30 21:59:50 +00:00
.gitignore Add .gitignore . 2017-06-11 00:07:17 +03:00
Makefile * SNI added 2016-12-12 19:27:38 +00:00
README new trunk 2007-03-14 12:03:51 +00:00

See www/index.html for the README, CHANGELOG, LICENSE and other notes.