Fixed handling of incoming application data after sending a close_notify (data shall...
authorThomas Pornin <pornin@bolet.org>
Thu, 15 Jun 2017 14:57:37 +0000 (16:57 +0200)
committerThomas Pornin <pornin@bolet.org>
Thu, 15 Jun 2017 14:57:37 +0000 (16:57 +0200)
commit968da0f646a43c69a2517a240c9963ff513981b3
treed01e3e5f9a52a3ab45d20277081f1aaa4fc5b61b
parent2f7a003698b562b4a08e2dbe32f341f57c57563e
Fixed handling of incoming application data after sending a close_notify (data shall be discarded silently, not trigger an error). Also fixed a couple of bugs in the command-line test tool.
inc/bearssl_ssl.h
mk/Rules.mk
mk/mkrules.sh
src/ssl/ssl_engine.c
src/ssl/ssl_hs_client.c
src/ssl/ssl_hs_common.t0
src/ssl/ssl_hs_server.c
tools/certs.c
tools/sslio.c