index
:
kiki.git
master
wip
work
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
KeyRing.hs
Age
Commit message (
Collapse
)
Author
2019-07-01
remove unused function
Andrew Cady
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.
2016-09-01
Password handling overhaul:
joe
* More agressively search gpg-agent cache. * Allow key-specific passphrase fds.
2016-08-31
New command to rename subkeys.
joe
2016-08-30
Factored Transforms out of goliath KeyRing module.
joe
2016-08-30
Switched cache update to lib/Keyring.hs interface.
joe
2016-08-30
Avoid unneccessary decryption.
joe
2016-08-29
Removed redundant "Packet" from output of packet.
joe
2016-08-29
cokiki build fix & show --packets option.
joe
2016-08-29
Added "encrypt" and "sign" keys to be generated.
joe
2016-08-29
Better gpg-agent support.
joe
2016-08-28
Refactored for smaller modules (faster rebuild).
joe
2016-08-28
Basic gpg-agent support.
joe
2016-08-27
Replaced dataenc with memory.
joe
2016-08-25
Implemented key encryption.
joe
2016-08-25
Show cipher for password-protected keys.
joe
2016-08-25
Progress toward encrypting keys.
joe
2016-04-30
comments and type signatures
James Crayne
2016-04-29
build fixes
joe
2016-04-29
function to parse Triple-Field Specs
James Crayne
2016-04-29
fixed redundant bitflags packets.
joe
2016-04-29
when creating keys, use pgp key flags for standard usages.
joe
2016-04-29
Fixed per-file autosign.
joe
2016-04-28
write hosts file to cache.
joe
2016-04-26
type signatures to help debugging builds
James Crayne
2016-04-26
put the proper time stamps on ipsec/ssh exports.
joe
2016-04-26
export ipsec secret key to /var/cache/kiki
joe
2016-04-26
bugfix: don't export generated keys unless spilling.
joe
2016-04-25
cokiki replace ssh-server key.
joe
2016-04-25
DeleteSubKey renamed to DeleteSubkeyByFingerprint.
joe
2016-04-25
Bug-fix. (internal key generation)
joe
2016-04-25
Changed "init" command to cokiki (/var/cache/kiki) design.
joe
2016-04-25
KeyRingOperation: internal key generation supported.
joe
2016-04-24
Refactored build of executable and library.
joe