@eyedeekay
+R4SAS
+RN
+RN_
+T3s|4
+Xeha
+not_bob
+orignal
FreeRider
Irc2PGuest15271
Onn4l7h
Onn4|7h
T3s|4_
aargh3
acetone_
anon4
cancername
eyedeekay_bnc
profetikla
shiver_1
u5657
weko_
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