diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/cipher.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index e9f720fe9..e0e1f35f0 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2003-09-29 Werner Koch <[email protected]> + + * cipher.h (PUBKEY_USAGE_AUTH): New. + 2003-09-28 Timo Schulz <[email protected]> * util.h [WIN32]: Prototype for asprintf. diff --git a/include/cipher.h b/include/cipher.h index e450c1449..1a29c715c 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -54,6 +54,7 @@ #define PUBKEY_USAGE_SIG 1 /* key is good for signatures */ #define PUBKEY_USAGE_ENC 2 /* key is good for encryption */ #define PUBKEY_USAGE_CERT 4 /* key is also good to certify other keys*/ +#define PUBKEY_USAGE_AUTH 8 /* key is good for authentication */ #define DIGEST_ALGO_MD5 1 #define DIGEST_ALGO_SHA1 2 |