summaryrefslogtreecommitdiff
path: root/lib/auth_srp.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-04 21:53:44 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-04 21:53:44 +0000
commit908e68af7aabd51972f84a57ec9abf5540de215a (patch)
tree0269ee617569818f4028d9d8cc60d99e3d4604d0 /lib/auth_srp.h
parent89af8d0f36cd296d2c6c76bbd797da44b3bf43f5 (diff)
downloadgnutls-908e68af7aabd51972f84a57ec9abf5540de215a.tar.gz
more srp stuff
Diffstat (limited to 'lib/auth_srp.h')
-rw-r--r--lib/auth_srp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/auth_srp.h b/lib/auth_srp.h
new file mode 100644
index 0000000000..4e6dd7b2de
--- /dev/null
+++ b/lib/auth_srp.h
@@ -0,0 +1,11 @@
+/* this is not to be included by gnutls_anon.c */
+extern MOD_AUTH_STRUCT srp_auth_struct;
+
+typedef struct {
+ char* username;
+ char* password;
+} SRP_CLIENT_CREDENTIALS;
+
+typedef struct {
+ char* password_file;
+} SRP_SERVER_CREDENTIALS;