commit | 679c426ff314e98d254cd4fd44534c85efe40f50 | [log] [tgz] |
---|---|---|
author | Ziga Seilnacht <ziga.seilnacht@gmail.com> | Tue Sep 01 01:32:29 2009 +0200 |
committer | Ziga Seilnacht <ziga.seilnacht@gmail.com> | Tue Sep 01 01:32:29 2009 +0200 |
tree | f7653aa63150580db774db9bf0a10bdcf481d44b | |
parent | d89723512ae291738e8cbe27248c91fb2259ab89 [diff] |
Allow setting and inspecting the preferred client certificate signer list. This exposes SSL_CTX_add_client_CA, SSL_CTX_set_client_CA_list and SSL_get_client_CA_list functions to python. The other *client_CA* functions don't look so useful, so I'll leave them to someone else.