mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +01:00
* cipher.h: Add PUBKEY_USAGE_UNKNOWN.
This commit is contained in:
parent
3ea642d8ae
commit
0f8db18dc1
@ -1,3 +1,7 @@
|
|||||||
|
2004-11-29 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* cipher.h: Add PUBKEY_USAGE_UNKNOWN.
|
||||||
|
|
||||||
2004-11-03 Timo Schulz <twoaday@g10code.com>
|
2004-11-03 Timo Schulz <twoaday@g10code.com>
|
||||||
|
|
||||||
* errors.h: Add w32_strerror prototype.
|
* errors.h: Add w32_strerror prototype.
|
||||||
|
@ -50,6 +50,7 @@
|
|||||||
#define PUBKEY_USAGE_ENC 2 /* key is good for encryption */
|
#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_CERT 4 /* key is also good to certify other keys*/
|
||||||
#define PUBKEY_USAGE_AUTH 8 /* key is good for authentication */
|
#define PUBKEY_USAGE_AUTH 8 /* key is good for authentication */
|
||||||
|
#define PUBKEY_USAGE_UNKNOWN 128 /* key has an unknown usage bit */
|
||||||
|
|
||||||
#define DIGEST_ALGO_MD5 1
|
#define DIGEST_ALGO_MD5 1
|
||||||
#define DIGEST_ALGO_SHA1 2
|
#define DIGEST_ALGO_SHA1 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user