summaryrefslogtreecommitdiff
path: root/KeyRing.hs
AgeCommit message (Expand)Author
2014-05-09doImport now capable of handling multiple keys from a single pem.joe
2014-05-09readKeyFile "PEM" now accepts multiple keys and certs.joe
2014-05-09remove extractPEM/splitPEM in favor of pemParserjoe
2014-05-09FilePath is more descriptive than [Char]joe
2014-05-09KeyRing.hs imports PEM and TimeUtiljoe
2014-05-09splitPEM functionjoe
2014-05-08PKCS8 public import fix.joe
2014-05-06bug fix: Do not import public key packets into a secret ring.joe
2014-05-06Fixed wheezy buildjoe
2014-05-06buildAndrew Cady
2014-05-06fix build errorAndrew Cady
2014-05-06reporting for per-file transformationsjoe
2014-05-06per file transformsjoe
2014-05-04haddock linkjoe
2014-05-04removed deprecated argument to KeyRingFilejoe
2014-05-04haddock updatesjoe
2014-05-04removed deprecated kManip field.joe
2014-05-04Addressed warnings in KeyRing.hsjoe
2014-05-04document Autosign symboljoe
2014-05-04Haddock edits and removed some exports related to the now-removedjoe
2014-05-04cosmetics, haddock.joe
2014-05-03more haddockjoe
2014-05-02some haddock foojoe
2014-05-02Implemented kTransformsjoe
2014-05-02Removed rtUnspilled in favor of the unspilled result from buildKeyDBjoe
2014-05-02Now supports unspillable keyrings.joe
2014-05-01refactoring (preparing heigenic design of non-spilling keyrings)joe
2014-05-01Removed unused usage_tag from annotated packets.joe
2014-05-01Document intention for unspilled KeyDB and decryption.joe
2014-05-01Added comment about seemingly unused field usage_tagjoe
2014-05-01factored mergeKeyPacket out of merge routine.joe
2014-04-30oops, really support default passphrasejoe
2014-04-30Support default passphrase specificationjoe
2014-04-30partial support for kPassphrasesjoe
2014-04-30todo stubsjoe
2014-04-30new input style: Pipejoe
2014-04-30Oops. Now its consistent.joe
2014-04-30merge and makeMemoizingDecrypter now use consistent marshalling ofjoe
2014-04-30writeHostFiles now uses InputFile instead of FilePathjoe
2014-04-30resolveForReportjoe
2014-04-30writeKeyToFile now operates on InputFile intead of FilePathjoe
2014-04-30writeKeyToFile now uses writeStampedjoe
2014-04-30writeStampedL (including compatibility cold for older unix package)joe
2014-04-30writeKeyRings now uses writeInputFileL instead of L.writeFilejoe
2014-04-29allow non-filepath keyring input.joe
2014-04-29readPacketsFromFile takes InputFile instead of FilePathjoe
2014-04-29readPacketsFromWallet takes InputFile instead of FilePathjoe
2014-04-29readKeyFromFile now accepts InputFile instead of FilePathjoe
2014-04-29implemented getInputFileTimejoe
2014-04-29mergeHostFiles now accepts non-filepath inputs.joe