libp2p / go-openssl

UNMAINTAINED - OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
16 stars 20 forks source link

add binding for OBJ_create #5

Closed poonai closed 4 years ago

poonai commented 4 years ago

Motivation: In order to add an extension to the certificate, we need nid in OpenSSL.

This patch allows adding custom oid.

Related to https://github.com/libp2p/go-libp2p/issues/1539 Signed-off-by: Tiger rbalajis25@gmail.com

poonai commented 4 years ago

Pinging @Stebalien

Stebalien commented 4 years ago

I've cut a 0.0.5 release including this feature.