You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Christopher Schultz <ch...@christopherschultz.net> on 2022/02/16 00:26:56 UTC

[OT] My pemutils project is available on GitHub

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org