diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2010-11-13 00:46:13 +0100 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-11-13 00:46:13 +0100 |
commit | 22178d05f7912fd51a21a32387982394447d90f6 (patch) | |
tree | 3f8fe69338e7a4139909de9c2d60d1f908771b94 /ssl.h | |
parent | Clarified --explicit-exit-notify man page entry (diff) | |
parent | Version 2.1.3b (diff) | |
download | openvpn-22178d05f7912fd51a21a32387982394447d90f6.tar.xz |
Merge branch 'svn-BETA21' into bugfix2.1
Diffstat (limited to 'ssl.h')
-rw-r--r-- | ssl.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -705,6 +705,17 @@ void auth_user_pass_setup (const char *auth_file); void ssl_set_auth_nocache (void); void ssl_purge_auth (void); + +#ifdef ENABLE_CLIENT_CR +/* + * ssl_get_auth_challenge will parse the server-pushed auth-failed + * reason string and return a dynamically allocated + * auth_challenge_info struct. + */ +void ssl_purge_auth_challenge (void); +void ssl_put_auth_challenge (const char *cr_str); +#endif + void tls_set_verify_command (const char *cmd); void tls_set_crl_verify (const char *crl); void tls_set_verify_x509name (const char *x509name); |