IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#ls2
/2022/05/21
@eyedeekay
+R4SAS
+RN
+StormyCloud
+Xeha
+acetone
+dr|z3d
+hk
+orignal
+weko
FreeB
Irc2PGuest107617
Irc2PGuest6412
Irc2PGuest92548
Onn4l7h
SlippyJoe
T3s|4_
ardu
eyedeekay_bnc
mareki2p
mareki2p_
not_bob_afk
profetikla
qend-irc2p
shiver_
u5657
x74a6
zzz ok, figured out how to import i2pd family into java and wrote it up
zzz ^^ dr|z3d orignal
dr|z3d nice, zzz, thanks.
dr|z3d might be a good idea to rejig the import error message so it's a bit friendler and doesn't look so much like an i2p bug.
zzz it actually is a bug, in that it's trying all key types, and the last is ElGamal which throws an unchecked exception
dr|z3d can we head that off and determine it's an unmportable key before it gets to the exception?
zzz after the fix it will be "unsupported key type"
dr|z3d perfect
zzz which was the intent, it's just that the unchecked exception got in the way
dr|z3d maybe a link to your forum post in the bug ("if the key was created in i2pd, please see...") or somesuch..
dr|z3d *in the response
dr|z3d also, I wonder if there's anything doing on the i2pd side to standardize the key generation so cross-import is flawless.. orignal, thoughts?
zzz orignal, you're welcome to copy my instructions to readthedocs if you like
zzz no, almost certainly openssl can handle the pkcs#8 as-is so it's simply splitting up the file
dr|z3d ah, ok