summaryrefslogtreecommitdiff
path: root/KeyRing.hs
AgeCommit message (Expand)Author
2014-08-01init-key now export public ipsec keys for contacts.joe
2014-08-01Fixed PEM public key output to match keys i see in /etc/ipsec.d/certs/*joe
2014-08-01Allow to re-use passphrases accross multiple runKeyring operationsjoe
2014-07-31init-key commandjoe
2014-05-12Take the date from the certificate when importing PEM files.joe
2014-05-12parse email-style Date: headers when importing PEM files.joe
2014-05-11toStrict is not in wheezy, fixing buildjoe
2014-05-11show --cert, certificate import bug fixesjoe
2014-05-11updated documentation to findTag to reflect that the supplied masterjoe
2014-05-11import certificate blobs as 'x509cert@' binary annotations.joe
2014-05-11doImportG now takes subpackets instead of tag stringjoe
2014-05-11makeSig now takes list of subpackets instead of a usage tag string.joe
2014-05-10findTag now looks for an arbitrary set of subpackets rather than a usagejoe
2014-05-10oops, added cert parsing to readKeyFromFile. Also: code comments.joe
2014-05-10reorganized mergeSigjoe
2014-05-09TODO commentjoe
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