Hi there,
I found that there is no way to enforce inquiry of client certificate, for instance. In particular, there is no variable "auth_level" in SSL.context class, but it is used in SSL.handshake.
Obvious fix (adding this variable and setting it to AUTHLEVEL_ask) doesn't help much, though - certificate is not requested anyway (not properly, at least). Additional problem - server's request for certificate is not handled at all: "Certificate request not yet implemented." I do something wrong or? :) If not - is it planned to be fixed or it is better to use OpenSSL glue? Regards, /Al