aboutsummaryrefslogtreecommitdiff
path: root/lib/vauth/digest.h
diff options
context:
space:
mode:
authorFlorin <pfl@northq.com>2017-09-30 20:30:55 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-10-28 16:32:43 +0200
commit2b5b37cb9109e7c2e6bfa5ebf54016aff8a1fb48 (patch)
tree500f6f5e953534c048c991d7d7432dd0e65de158 /lib/vauth/digest.h
parent1d0c8dea95794dd0591bdbf742de32e542365a3a (diff)
auth: add support for RFC7616 - HTTP Digest access authentication
Signed-off-by: Florin <petriuc.florin@gmail.com>
Diffstat (limited to 'lib/vauth/digest.h')
-rw-r--r--lib/vauth/digest.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/vauth/digest.h b/lib/vauth/digest.h
index 5722dcece..8686c44a4 100644
--- a/lib/vauth/digest.h
+++ b/lib/vauth/digest.h
@@ -31,7 +31,11 @@
enum {
CURLDIGESTALGO_MD5,
- CURLDIGESTALGO_MD5SESS
+ CURLDIGESTALGO_MD5SESS,
+ CURLDIGESTALGO_SHA256,
+ CURLDIGESTALGO_SHA256SESS,
+ CURLDIGESTALGO_SHA512_256,
+ CURLDIGESTALGO_SHA512_256SESS
};
/* This is used to extract the realm from a challenge message */