Open ghost opened 5 years ago
Please, if possible, please consider giving priority to this feature, I need to use this feature, I need to use it to make MITM proxy server, otherwise, I can only try to use Rust to rewrite this server... :(
This isnt trivial work. Nobody took the time to wrap OpenSSL functions. You can use them directly, thought, or tackle this, and open a pull request :)
@ysbaddaden
This isnt trivial work.
Yes, I guessed this possibility😟, but thanks for your reply😁.
You can use them directly, thought, or tackle this, and open a pull request :)
I may not be able to do this task (I don't know much about C language☹️), but I found another openssl.cr library, it seems a little old, I will try to use it🤔.
This issue has been mentioned on Crystal Forum. There might be relevant details there:
https://forum.crystal-lang.org/t/file-signatures-via-crystal-openssl-library/7440/4
Summary
I need this feature to sign some X509 certificates. I don’t know much about OpenSSL. I looked at the Crystal API documentation, but I didn't see this feature. (e.g.
OpenSSL::X509::Request
,OpenSSL::PKey::RSA
).enhance: OpenSSL::X509::Certificate (e.g.
version
,serial
,public_key
,subject
,issuer
...)and Need more documentation (preferably like ruby).
In Ruby (Example From StackOverflow)
References