-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for der encoded certificates, and DirName format alternate names #1
Conversation
On Mon, Mar 24, 2014 at 10:49:52AM -0700, Timo Ter??s wrote:
I expanded on your patch and tried to go through all the places where PEM is I've pushed to GitHub. Let me know what you think. One spot I still need to get to is pk__tostring and pk_toPEM. There are some
I still need to get to this. Probably tomorrow. |
On Tue, 25 Mar 2014 20:03:05 -0700
Looks nice. I might later on need pkcs12 format too, but I'm good with
Thanks! |
On Tue, Mar 25, 2014 at 11:08:55PM -0700, Timo Ter??s wrote:
PKCS12 and Engine support... looks like lots of work ;) Should be Maybe I can pick your brain. How familiar are you with OpenPGP? Do know how I ask because I want to work on a Lua module system that would download and GnuPG is the natural tool to use for signing (especially since I have an
I've committed and pushed the GEN_DIRNAME support. Now I just need to test Thanks for the patches. |
On Wed, 26 Mar 2014 20:27:19 -0700
RFC 4880 (OpenPGP in general) and RFC 6637 (ECC in OpenPGP) are you In short, OpenPGP specifies different format of encoding things. Any Public/private keys are stored as collection of MPI numbers, so you'd Using those BIGNUMs you can then construct RSA, etc. high-level openssl Seems there's some old example code that can be found on the internet Also verifying the OpenPGP signature is going to need a bit of work. As
Thanks! |
Merged by hand. |
No description provided.