summaryrefslogtreecommitdiff
path: root/Data/OpenPGP
AgeCommit message (Expand)Author
2020-05-31Export hashBySymbol.HEADmasterJoe Crayne
2020-05-19Default signature version to match key version.Joe Crayne
2020-05-19TODO: Comments (we aren't setting hash_head correctly).Joe Crayne
2020-05-19Decrypt v5 secret keys.Joe Crayne
2020-05-19Eq/Ord instances for Fingerprint + defaultFeatures packet.Joe Crayne
2020-05-19Parse v5 secret key packets (draft-ietf-openpgp-rfc4880bis-09).Joe Crayne
2020-05-19Refactor toward draft-ietf-openpgp-rfc4880bis-09.Joe Crayne
2020-05-19Added HasCallStack to keyParam error call.Joe Crayne
2020-05-19Hush PatternGuards warning.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-15cv25519: Fixed missing algorithm preferences.Joe Crayne
2019-11-15XEd25519 signature creation.Joe Crayne
2019-11-14Enable generating cv25519 keys.Joe Crayne
2019-11-14XEd25519 signature algorithm. (Signatures using montgomery cv25519 keys).Joe Crayne
2019-11-14Cv25519 encryption.Joe Crayne
2019-11-10Ed25519 secret portion (create + sign).Joe Crayne
2019-11-09Ed25519 support.Joe Crayne
2019-07-16Add hex function to curse fingerprints with.Joe Crayne
2019-07-15Switched fingerprint to a wrapped ByteString.Joe Crayne
2019-07-03Big-num optimization.Joe Crayne
2019-07-03More big-num changes.Joe Crayne
2019-07-01randomS2K utility.joe
2019-07-01Completed cryptonite support.joe
2019-07-01WIP: support for cryptonite.joe
2019-07-01decryptSecretKey now a no-op for unenciphered keys.joe
2019-07-01encryptSecretKeyjoe
2019-07-01white spacejoe
2017-08-29Include derived file Arbitrary.hs in repoAndrew Cady
2016-04-25Import Control.Applicative (for older base).joe
2016-04-25Key generation.joe
2016-04-14Merged openpgp package into openpgp-utiljoe
2014-01-04Build against older libsjoe
2013-12-15Adapted to new ecc solutoin for OpenPGP-Haskelljoe
2013-12-14use toStrictBS with Data.Binary in order to drop cereal dependency.joe
2013-12-14Refactoring.joe
2013-12-14New package openpgp-util as alternative to OpenPGP-CryptoAPI.joe
2012-04-27Hide internal stuff that is used by testsStephen Paul Weber
2012-04-25Split OpenPGP.Crypto out into a seperate packageStephen Paul Weber
2012-04-25fix for MD5 without BaseConvertStephen Paul Weber
2012-04-25hlintStephen Paul Weber
2012-04-25Remove BaseConvertStephen Paul Weber
2012-04-25Make SignaturePacket opaque, emit trailerStephen Paul Weber
2012-04-24typo in commentStephen Paul Weber
2012-04-24Some fixes for signature verificationStephen Paul Weber
2011-08-12docs typosStephen Paul Weber
2011-08-12Refactor sign to handle keysStephen Paul Weber
2011-08-10Ability to sign a message with RSAStephen Paul Weber
2011-08-08haddockStephen Paul Weber
2011-08-08Move into Data hierarchyStephen Paul Weber