hOpenPGP 2.8.4 → 2.8.5
raw patch · 4 files changed
+11/−8 lines, 4 files
Files
- Codec/Encryption/OpenPGP/KeyringParser.hs +3/−2
- Codec/Encryption/OpenPGP/Ontology.hs +3/−2
- Codec/Encryption/OpenPGP/Serialize.hs +3/−2
- hOpenPGP.cabal +2/−2
Codec/Encryption/OpenPGP/KeyringParser.hs view
@@ -1,10 +1,11 @@ -- KeyringParser.hs: OpenPGP (RFC4880) transferable keys parsing--- Copyright © 2012-2018 Clint Adams+-- Copyright © 2012-2019 Clint Adams -- This software is released under the terms of the Expat license. -- (See the LICENSE file). module Codec.Encryption.OpenPGP.KeyringParser+ ( -- * Parsers- ( parseAChunk+ parseAChunk , finalizeParsing , anyTK , UidOrUat(..)
Codec/Encryption/OpenPGP/Ontology.hs view
@@ -1,10 +1,11 @@ -- Ontology.hs: OpenPGP (RFC4880) "is" functions--- Copyright © 2012-2016 Clint Adams+-- Copyright © 2012-2019 Clint Adams -- This software is released under the terms of the Expat license. -- (See the LICENSE file). module Codec.Encryption.OpenPGP.Ontology+ ( -- * for signature payloads- ( isCertRevocationSig+ isCertRevocationSig , isRevokerP , isPKBindingSig , isSKBindingSig
Codec/Encryption/OpenPGP/Serialize.hs view
@@ -1,10 +1,11 @@ -- Serialize.hs: OpenPGP (RFC4880) serialization (using cereal)--- Copyright © 2012-2018 Clint Adams+-- Copyright © 2012-2019 Clint Adams -- This software is released under the terms of the Expat license. -- (See the LICENSE file). module Codec.Encryption.OpenPGP.Serialize+ ( -- * Serialization functions- ( putSKAddendum+ putSKAddendum , getSecretKey -- * Utilities , parsePkts
hOpenPGP.cabal view
@@ -1,5 +1,5 @@ Name: hOpenPGP-Version: 2.8.4+Version: 2.8.5 Synopsis: native Haskell implementation of OpenPGP (RFC4880) Description: native Haskell implementation of OpenPGP (RFC4880), plus Camellia (RFC5581), plus ECC (RFC6637) Homepage: https://salsa.debian.org/clint/hOpenPGP@@ -343,4 +343,4 @@ source-repository this type: git location: https://salsa.debian.org/clint/hOpenPGP.git- tag: v2.8.4+ tag: v2.8.5