From 2b5b37cb9109e7c2e6bfa5ebf54016aff8a1fb48 Mon Sep 17 00:00:00 2001 From: Florin Date: Sat, 30 Sep 2017 20:30:55 +0200 Subject: auth: add support for RFC7616 - HTTP Digest access authentication Signed-off-by: Florin --- lib/vauth/digest.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/vauth/digest.h') 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 */ -- cgit v1.2.3