summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-07 10:34:22 -0400
committerAndrew Cady <d@jerkface.net>2020-05-07 18:40:46 -0400
commit8b9d7cfbb69aacb13be754c8dc94e985f60f5aea (patch)
treea0ea3c89f320369e38e0bc6f4c04774f598c8039
parent61e68ed8087369bead3420aaadb06ca4b4279b42 (diff)
disable key generation for GenEd25519 & GenCv25519 keys
-rw-r--r--lib/Kiki.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kiki.hs b/lib/Kiki.hs
index 39fbd15..9513b0f 100644
--- a/lib/Kiki.hs
+++ b/lib/Kiki.hs
@@ -299,8 +299,8 @@ importAndRefresh root cmn cipher = do
299 , ( ArgFile sshcpath, (peminfo 2048 "ssh-client") ) 299 , ( ArgFile sshcpath, (peminfo 2048 "ssh-client") )
300 , ( ArgFile sshspath, (peminfo 2048 "ssh-server") ) 300 , ( ArgFile sshspath, (peminfo 2048 "ssh-server") )
301 , ( Generate 2 (GenRSA (4096 `div` 8)), strm { spill = KF_Match "encrypt" }) 301 , ( Generate 2 (GenRSA (4096 `div` 8)), strm { spill = KF_Match "encrypt" })
302 , ( Generate 3 GenEd25519, strm { spill = KF_Match "sign" }) 302 --, ( Generate 3 GenEd25519, strm { spill = KF_Match "sign" })
303 , ( Generate 4 GenCv25519, strm { spill = KF_Match "tox-id" }) 303 --, ( Generate 4 GenCv25519, strm { spill = KF_Match "tox-id" })
304 ] 304 ]
305 , opPassphrases = withAgent $ pwds ++ do pfd <- maybeToList passfd 305 , opPassphrases = withAgent $ pwds ++ do pfd <- maybeToList passfd
306 return $ PassphraseSpec Nothing Nothing pfd 306 return $ PassphraseSpec Nothing Nothing pfd