optional certificate-based peer authentication on TLS server side

This commit is contained in:
Andreas Steffen
2010-08-15 13:02:57 +02:00
parent 758d7283fb
commit b51ac45c48
6 changed files with 49 additions and 23 deletions
+2 -1
View File
@@ -43,6 +43,7 @@ struct tls_server_t {
* Create a tls_server instance.
*/
tls_server_t *tls_server_create(tls_t *tls, tls_crypto_t *crypto,
identification_t *server, identification_t *peer);
identification_t *server, identification_t *peer,
bool request_peer_auth);
#endif /** TLS_SERVER_H_ @}*/