summaryrefslogtreecommitdiff
path: root/Data/OpenPGP.hs
AgeCommit message (Expand)Author
2020-05-19Eq/Ord instances for Fingerprint + defaultFeatures packet.Joe Crayne
2020-05-19Encode v5 signatures (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Encode v5 keys (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Parse v5 signatures (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Parse v5 secret key packets (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Parse v5 public key packets (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Refactor toward draft-ietf-openpgp-rfc4880bis-09.Joe Crayne
2020-05-19Issuer Fingerprint hashed subpacket (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Updated Features packet (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Allow 64-digit fingerprint to be used with IssuerPacket constructor.Joe Crayne
2020-05-10Compute v5 fingerprints for v4 keys.Joe Crayne
2020-05-06Implemented v5 fingerprints (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2019-11-14Cv25519 encryption.Joe Crayne
2019-11-10Ed25519 secret portion (create + sign).Joe Crayne
2019-11-09Fixed fingerprint for ECC (curve 25519).Joe Crayne
2019-11-09Ed25519 support.Joe Crayne
2019-07-04WIP: cv25519 & ed25519 support.Joe Crayne
2019-07-04refactorJoe Crayne
2019-07-04Remove tabs and style fixes. Should be only white-space.Joe Crayne
2019-07-04Minimal support for cv25519 parsing.Joe Crayne
2019-07-03Big-num optimization.Joe Crayne
2019-07-03More big-num changes.Joe Crayne
2019-07-03Optimized big-num serialization.Joe Crayne
2019-07-01Added semigroup instance.Joe Crayne
2019-07-01Added Ord instancesjoe
2014-01-04ECDSA support and build-for-jessiejoe
2013-08-10Preserve topkey for all subkeysStephen Paul Weber
2013-08-10Fix bug in parsing signature subpacket lengths.Stephen Paul Weber
2013-08-10Remove useless extra check.Stephen Paul Weber
2013-03-16Fix extraction of UserID signaturesStephen Paul Weber
2013-01-05Extract data from a SignatureOverStephen Paul Weber
2013-01-05Fix the cereal version so that it worksStephen Paul Weber
2013-01-03More generic signature extractionStephen Paul Weber
2013-01-03Missed one fingerprint truncationStephen Paul Weber
2013-01-03Properly verify secret key checksumsStephen Paul Weber
2013-01-03Export the list of secret key fieldsStephen Paul Weber
2013-01-03Need to verify the checksum, not store it.Stephen Paul Weber
2013-01-02Monoid instance for MessageStephen Paul Weber
2013-01-02string2key utility functionStephen Paul Weber
2013-01-01SymmetricSessionKeyPacketStephen Paul Weber
2013-01-01No more fromJustStephen Paul Weber
2013-01-01Proper S2K typeStephen Paul Weber
2012-12-31Safe to put full fingerprint in packetStephen Paul Weber
2012-12-31Put out body for MDC packetStephen Paul Weber
2012-12-30Fix partial packet length supportStephen Paul Weber
2012-12-29More documentationStephen Paul Weber
2012-12-29Support for better error handling.Stephen Paul Weber
2012-12-29Fingerprint must always be 20 octetsStephen Paul Weber
2012-12-29implemented TrustPacketMarkus Barenhoff
2012-12-29EncryptedDataPacketStephen Paul Weber