Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
1511a4f6
Commit
1511a4f6
authored
May 14, 2003
by
Niels Möller
Browse files
(enum pgp_subpacket_tag): Copied values from RFC 2440.
Rev: src/nettle/pgp.h:1.5
parent
3924ef1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pgp.h
View file @
1511a4f6
...
...
@@ -26,6 +26,8 @@
#ifndef NETTLE_PGP_H_INCLUDED
#define NETTLE_PGP_H_INCLUDED
#include
<time.h>
#include
"bignum.h"
/* Name mangling */
...
...
@@ -203,8 +205,27 @@ enum pgp_signature_type
enum
pgp_subpacket_tag
{
/* FIXME: XXX just to it by the compiler */
PGP_SUBPACKET_ISSUER
=
0
,
PGP_SUBPACKET_CREATION_TIME
=
2
,
PGP_SUBPACKET_SIGNATURE_EXPIRATION_TIME
=
3
,
PGP_SUBPACKET_EXPORTABLE_CERTIFICATION
=
4
,
PGP_SUBPACKET_TRUST_SIGNATURE
=
5
,
PGP_SUBPACKET_REGULAR_EXPRESSION
=
6
,
PGP_SUBPACKET_REVOCABLE
=
7
,
PGP_SUBPACKET_KEY_EXPIRATION_TIME
=
9
,
PGP_SUBPACKET_PLACEHOLDER
=
10
,
PGP_SUBPACKET_PREFERRED_SYMMETRIC_ALGORITHMS
=
11
,
PGP_SUBPACKET_REVOCATION_KEY
=
12
,
PGP_SUBPACKET_ISSUER_KEY_ID
=
16
,
PGP_SUBPACKET_NOTATION_DATA
=
20
,
PGP_SUBPACKET_PREFERRED_HASH_ALGORITHMS
=
21
,
PGP_SUBPACKET_PREFERRED_COMPRESSION_ALGORITHMS
=
22
,
PGP_SUBPACKET_KEY_SERVER_PREFERENCES
=
23
,
PGP_SUBPACKET_PREFERRED_KEY_SERVER
=
24
,
PGP_SUBPACKET_PRIMARY_USER_ID
=
25
,
PGP_SUBPACKET_POLICY_URL
=
26
,
PGP_SUBPACKET_KEY_FLAGS
=
27
,
PGP_SUBPACKET_SIGNERS_USER_ID
=
28
,
PGP_SUBPACKET_REASON_FOR_REVOCATION
=
29
,
};
#endif
/* NETTLE_PGP_H_INCLUDED */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment