No description
Find a file
Paul Sokolovsky 131056b239 ssl/tls1.c: If underlying stream returned EAGAIN, return SSL_EAGAIN.
This helps better implement blocking vs non-blocking streams on top of
axTLS (e.g. in MicroPython). Value of SSL_EAGAIN is -4, care was taken
to make sure there's no TLS alert with value of 4 (because axTLS returns
negated alert values as errors).
2017-10-29 15:54:22 +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.h, sha256.c: Allow to override SHA256 implementation. 2017-06-11 14:09:50 +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: If underlying stream returned EAGAIN, return SSL_EAGAIN. 2017-10-29 15:54:22 +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.