Start implementation of revoke action

This commit is contained in:
Jan Dittberner 2021-01-04 20:39:35 +01:00
parent 38566f35ef
commit 2de9771472
9 changed files with 739 additions and 57 deletions

View file

@ -14,7 +14,7 @@ const (
TrailerFieldSize = len(MagicTrailer)
)
type Action uint8
type Action byte
const (
ActionNul = Action(0)
@ -34,3 +34,11 @@ func (a Action) String() string {
return "unknown"
}
}
type CryptoSystemRootId byte
type CertificateProfileId byte
type MessageDigestAlgorithmId byte
type CryptoSystemId byte