index
:
kiki.git
master
wip
work
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
KeyRing
Age
Commit message (
Collapse
)
Author
2020-05-24
Commandline option to use v5 key packets.
Joe Crayne
2020-05-19
Unified pgp version selection for created key packets.
Joe Crayne
2020-05-19
Match v5 partial fingerprints from front rather than back.
Joe Crayne
2020-05-06
Avoid making SHA1 signatures.
Joe Crayne
2019-10-13
Comment typo.
Joe Crayne
2019-10-12
try to make understandable
Andrew Cady
2019-07-16
use all names where previously only ".onion" names were used
Andrew Cady
2019-07-15
Switched fingerprint to wrapped ByteString + some module shuffling.
Joe Crayne
2019-07-14
newtype UidString
Andrew Cady
2019-07-13
Finished encapsulation of KeyDB.
Joe Crayne
2019-07-13
WIP: encapsulation of KeyDB.
Joe Crayne
2019-07-13
no cpp needed, since my love is unconditional
Andrew Cady
2019-07-13
factor out chooseOneName
Andrew Cady
2019-07-11
Promote KeyDB to a type.
Joe Crayne
2019-07-11
WIP: verify command to verify clear-sign PGP signatures.
Joe Crayne
2019-07-09
redundant imports
Andrew Cady
2019-07-09
use type more
Andrew Cady
2019-07-08
whitespace
Andrew Cady
2019-07-08
use a type for outgoing_names
Andrew Cady
2019-07-07
trying to clarify setHostnames
Andrew Cady
2019-07-07
use a type for the return value of getHostnames
Andrew Cady
2019-07-06
Quiet down some of the warnings.
Joe Crayne
2019-07-06
Minor cleanup, comments.
Joe Crayne
2019-07-04
Fixed ascii-armor detection.
Joe Crayne
2019-07-04
Added --show-key=SPEC command to low-level merge api.
Joe Crayne
2019-07-04
Better error reporting on unsupported packet.
Joe Crayne
2019-07-04
ASCII-armor support. New dependency: openpgp-asciiarmor.
Joe Crayne
2019-07-04
fixup! minor refactor
Andrew Cady
2019-07-04
Make ready for ascii-armor support.
Joe Crayne
2019-07-03
minor refactor
Andrew Cady
2019-07-02
Read packet file with larger chunk size.
Joe Crayne
2019-07-02
Decode packets individually.
Joe Crayne
2019-07-02
Make KeyKey a proper type.
Joe Crayne
2019-07-02
Changed KeyKey to avoid serializing bignums.
Joe Crayne
2019-07-01
More merging of 0bc53f99cfd70f3a18802604d7ef3174d004db4c.
Joe Crayne
2019-07-01
Attempted to merge 0bc53f99cfd70f3a18802604d7ef3174d004db4c.
Joe Crayne
I left lib/Kiki.hs out for later.
2019-06-30
move functions around between files. nothing should be different
Andrew Cady
merge-note: I'm having trouble with the merge, so I'm leaving a lot of functions duplicated in lib/Keyring.hs that were originally moved-out to lib/KeyRing/BuildKeyDB.hs in this commit. I'll clean-up later. Hopefully.