racket/collects/openssl
Curtis Dutton 7a33c9cebb Adds ssl-try-verify! to the openssl package along with supporting procedures.
This enables an ssl server the option to communicate with both verified and unverified peers with the same listener.

Supporting API calls...

ssl-peer-verified? -> returns #t if an ssl-port's peer has presented a valid and verified certificate
ssl-peer-subject-name -> returns the subject field of the certificate presented by an ssl-port's peer
ssl-peer-issuer-name -> returns the issuer field of the certificate presented by an ssl-port's peer
2011-03-03 07:07:53 -07:00
..
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
libcrypto.rkt openssl: use libcrypto and libssl version 1.0 if available 2011-03-02 12:07:45 -07:00
libssl.rkt openssl: use libcrypto and libssl version 1.0 if available 2011-03-02 12:07:45 -07:00
main.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
mzssl.rkt Adds ssl-try-verify! to the openssl package along with supporting procedures. 2011-03-03 07:07:53 -07:00
openssl.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
openssl.scrbl make SSL listeners events 2010-11-17 13:16:53 -07:00
sha1.rkt openssl: use libcrypto and libssl version 1.0 if available 2011-03-02 12:07:45 -07:00
test.pem