IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#ls2
/2022/05/21
@eyedeekay
+RN
+acetone
+orignal
+weko
Irc2PGuest77041
Leopold
Minogami
Onn4l7h
Onn4|7h
ProRu
R4SAS
anon4
eyedeekay_bnc
not_bob_afk
polistern
profetikla
qend-irc2p
x74a6
zer0bitz
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