All,

Apologies if this is impolitic to post (advertise?) here. I feel like it's semi-on-topic and I'm not asking for money.

I have built a small PEM-file utility project and put it on GitHub under AL2 license. My goal was to learn about PEM, DER, and ASN.1 while also building a reusable library to allow me to read PEM objects at $work, specifically from a relational database.

It can read most common types of objects stored in PEM files such as certificates, public and private keys (DSA, RSA, and EC), and EC parameters (which are practically worthless). It understands most of the various encodings that these things can sometimes take (especially private keys), encryption, etc.

I would appreciate any comments or PRs anyone might have. Please don't use this mailing list for support; use GitHub for that.

https://github.com/ChristopherSchultz/pem-utils

Thanks,
-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to