racket/collects/openssl
Matthew Flatt 14f03bcf5b openssl: thread safety
There are many SSL_() functions that produce return codes with more
information from SLL_get_error() and/or ERR_get_error(). Those need
to be grouped in an atomic section to ensure thread safety at the
level of Racket threads.
2012-03-01 11:02:48 -07:00
..
info.rkt
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 openssl: thread safety 2012-03-01 11:02:48 -07: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