summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-01Fixed PEM public key output to match keys i see in /etc/ipsec.d/certs/*joe
2014-08-01Fixed --working key outputjoe
2014-08-01version bumpjoe
2014-08-01Allow to re-use passphrases accross multiple runKeyring operationsjoe
2014-08-01export public ssh keysjoe
2014-07-31interpolation codejoe
2014-07-31init-key commandjoe
2014-07-31capitolized variables in hosts usage messagejoe
2014-07-31implemented 'delete' for hosts utilityjoe
2014-07-31Fixed -c option to hosts utilityjoe
2014-07-31hosts utility for editing /etc/hostsjoe
2014-07-31Hosts.hs tweaksjoe
2014-07-30SimpleConfig.hs for parsing key/path associationsjoe
2014-07-29New script, samizdat-change-key.shjoe
2014-05-20export certOrKeyjoe
2014-05-20Renamed constraint records to be more clear.joe
2014-05-20documentaiton tweeksjoe
2014-05-20more tlsa workjoe
2014-05-20work in progress on DANE protocoljoe
2014-05-19more debug print tweeksjoe
2014-05-19improved log messages for validatecertjoe
2014-05-19Switched Cert type to Data.X509.SignedCertificate in validatecertjoe
2014-05-19Minor documentation edit.joe
2014-05-19fixed typosjoe
2014-05-19TLSA: swapped arguments of 'match' and added documentation.joe
2014-05-19new TLSA module to represent RDATA for TLSA dns recordsjoe
2014-05-15fixesjoe
2014-05-14validatecert.hs demonstrating squid's SslServerCertValidator feature.joe
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-11removed redundant imports from kiki.hsjoe
2014-05-11toStrict is not in wheezy, fixing buildjoe
2014-05-11new dependencies in cabal filejoe
2014-05-11Documented new featuresjoe
2014-05-11removed debug printjoe
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-09--torhash accepts CERTIFICATE pemjoe
2014-05-09updated kiki.hs to use new pem parserjoe
2014-05-09remove extractPEM/splitPEM in favor of pemParserjoe
2014-05-09FilePath is more descriptive than [Char]joe