]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: call SSL_shutdown in normal cases
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:42 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:27 +0000 (05:26 +0000)
commit595854982a59f369ab605794f05c046c86253468
treea09a07b6178fc16a80af8591f352ff9bd72bdce0
parentb3e4b3b3c67b9df7868518978e721417b0aa7c9c
nntp: call SSL_shutdown in normal cases

This is in accordance with TLS standards and will be needed
to support session caching/reuse in the future.  However, we
don't issue shutdown(2) since we know not to inadvertantly
share our sockets with other processes.
lib/PublicInbox/DS.pm
lib/PublicInbox/NNTP.pm
t/nntpd-tls.t