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 513b036a0..bd5ff4ce1 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2001-09-28 Werner Koch <[email protected]> + + * cipher.h (PUBKEY_USAGE_CERT): New. + 2001-09-07 Werner Koch <[email protected]> * util.h: Add strsep(). diff --git a/include/cipher.h b/include/cipher.h index 3c1677cbf..634569199 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -50,6 +50,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 DIGEST_ALGO_MD5 1 #define DIGEST_ALGO_SHA1 2 |