racket/collects/openssl
Ryan Culpepper 44177ca406 use ffi/unsafe/alloc
Fixes a memory leak in SSL_get_peer_certificate.

Fixes a memory leak (finalizer closure refers to obj) in create-ssl
for _SSL* obj. Correcting the finalizer to run caused mem corruption
(possibly due to double-freeing in mzssl-release, despite cancel box)
but changing to allocator/deallocator seems to avoid the problem.
2012-11-21 12:56:31 -05:00
..
info.rkt
libcrypto.rkt typo/update comment 2012-11-16 21:56:19 -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 use ffi/unsafe/alloc 2012-11-21 12:56:31 -05:00
openssl.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
openssl.scrbl added ssl-secure-client-connection 2012-11-21 12:39:18 -05:00
sha1.rkt
test.pem