(hunchentoot:ssl-p &optional (acceptor *acceptor*)) | Function: Whether the current connection to the client is secure.
|
| | |
| | |
(hunchentoot:acceptor-ssl-p acceptor) | Function: Returns a true value if ACCEPTOR uses SSL connections. The default is to unconditionally return NIL and subclasses of ACCEPTOR must specialize this method to signal that they're using secure connections - see the SSL-ACCEPTOR class.
|
| | |
| | |
(hunchentoot:acceptor-ssl-privatekey-file object) | Undocumented
|
| | |
| | |
(hunchentoot:acceptor-ssl-privatekey-password object) | Undocumented
|
| | |
| | |