racket/collects/openssl
Marc Burns fa0336bfad Call close-output-port' on abandoned port in ssl-abandon-port'.
This change causes the abandoned output port to be properly shutdown,
when the `shutdown-on-close' option is set, and decrements the mzssl
struct reference count when a port is abandoned.

Previously, the `*-[im]pure-port' methods from `net/url' would fail to
close the SSL socket associated with the connection when
`close-input-port' was called on the port object returned.  This patch
causes the underlying socket to be closed when `close-input-port' is
called on SSL-based ports returned by functions in `net/url'.
2012-10-05 11:13:20 -04:00
..
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
libcrypto.rkt ssl library versions for Ubuntu 11.10 2011-11-18 01:58:31 -07:00
libssl.rkt ssl library versions for Ubuntu 11.10 2011-11-18 01:58:31 -07:00
main.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
mzssl.rkt Call close-output-port' on abandoned port in ssl-abandon-port'. 2012-10-05 11:13:20 -04:00
openssl.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
openssl.scrbl openssl: make ssl-set-verify!' and ssl-try-verify!' work on ports 2012-03-01 11:02:48 -07:00
sha1.rkt openssl: use libcrypto and libssl version 1.0 if available 2011-03-02 12:07:45 -07:00
test.pem Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00