vt-middleware / cryptacular

The friendly complement to the BouncyCastle crypto API for Java.
Other
39 stars 7 forks source link

RFC-4716 support #31

Closed ememisya closed 6 months ago

ememisya commented 8 years ago

PemUtil currently only supports RFC-1421 and RFC-2440 formats, implement support for RFC-4716 to be able to read SSH2 public keys.

ememisya commented 6 months ago

It's a bit behind now, but the relevant code is here https://github.com/vt-middleware/cryptacular/tree/ISSUE-31%2B32

ememisya commented 6 months ago

I'll just redo the support from the beginning and reopen a ticket. It's a bit too far behind to merge at this point.