Merge pull request #309 from prebuilder/subkey_binding_signature
Added a subkey binding signature subpacket.
This commit is contained in:
@@ -52,6 +52,7 @@ __all__ = ['URI',
|
|||||||
'Policy',
|
'Policy',
|
||||||
'KeyFlags',
|
'KeyFlags',
|
||||||
'SignersUserID',
|
'SignersUserID',
|
||||||
|
'SubkeyBindingSignature',
|
||||||
'ReasonForRevocation',
|
'ReasonForRevocation',
|
||||||
'Features',
|
'Features',
|
||||||
'EmbeddedSignature',
|
'EmbeddedSignature',
|
||||||
@@ -700,8 +701,10 @@ class KeyServerPreferences(ByteFlag):
|
|||||||
class PreferredKeyServer(URI):
|
class PreferredKeyServer(URI):
|
||||||
__typeid__ = 0x18
|
__typeid__ = 0x18
|
||||||
|
|
||||||
|
class SubkeyBindingSignature(Signature):
|
||||||
|
__typeid__ = 0x18
|
||||||
|
|
||||||
class PrimaryUserID(Signature):
|
class PrimaryUserID(SubkeyBindingSignature):
|
||||||
__typeid__ = 0x19
|
__typeid__ = 0x19
|
||||||
|
|
||||||
@sdproperty
|
@sdproperty
|
||||||
|
|||||||
Reference in New Issue
Block a user