Release 2.3.0: Update go-crypto, add Key.IsRevoked and fix key.IsExpired

This commit is contained in:
Aron Wussler 2021-11-02 09:57:22 +01:00
parent 420bb96585
commit 130472d5a5
9 changed files with 85 additions and 43 deletions

View file

@ -3,7 +3,7 @@ package constants
// Constants for armored data.
const (
ArmorHeaderVersion = "GopenPGP 2.2.5"
ArmorHeaderVersion = "GopenPGP 2.3.0"
ArmorHeaderComment = "https://gopenpgp.org"
PGPMessageHeader = "PGP MESSAGE"
PGPSignatureHeader = "PGP SIGNATURE"