hOpenPGP 0.11.1 → 0.11.2
raw patch · 4 files changed
+5/−2 lines, 4 filesbinary-addedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Codec/Encryption/OpenPGP/Serialize.hs +1/−0
- hOpenPGP.cabal +3/−2
- tests/data/v3-genericcert.sig binary
- tests/suite.hs +1/−0
Codec/Encryption/OpenPGP/Serialize.hs view
@@ -1183,6 +1183,7 @@ putSignaturePayload :: SignaturePayload -> Put putSignaturePayload (SigV3 st ctime eok pka ha left16 mpis) = do putWord8 3+ putWord8 5 -- hashlen put st putWord32be ctime putByteString (unEOKI eok)
hOpenPGP.cabal view
@@ -1,5 +1,5 @@ Name: hOpenPGP-Version: 0.11.1+Version: 0.11.2 Synopsis: native Haskell implementation of OpenPGP (RFC4880) Description: native Haskell implementation of OpenPGP (RFC4880) Homepage: http://floss.scru.org/hOpenPGP/@@ -136,6 +136,7 @@ , tests/data/16bitcksum.seckey , tests/data/aes256-sha512.seckey , tests/data/unencrypted.seckey+ , tests/data/v3-genericcert.sig Cabal-version: >= 1.10 @@ -234,4 +235,4 @@ source-repository this type: git location: git://git.debian.org/users/clint/hOpenPGP.git- tag: v0.11.1+ tag: v0.11.2
+ tests/data/v3-genericcert.sig view
binary file changed (absent → 152 bytes)
tests/suite.hs view
@@ -225,6 +225,7 @@ , testCase "uncompressed-ops-dsa.gpg" (testSerialization "uncompressed-ops-dsa.gpg") , testCase "uncompressed-ops-rsa.gpg" (testSerialization "uncompressed-ops-rsa.gpg") , testCase "simple.seckey" (testSerialization "simple.seckey")+ , testCase "v3-genericcert.sig" (testSerialization "v3-genericcert.sig") ], testGroup "KeyID/fingerprint group" [ testCase "v3 key" (testKeyIDandFingerprint "v3.key" "C7261095/CBD9 F412 6807 E405 CC2D 2712 1DF5 E86E ")