I am looking to replace openssl x509 -hash -noout with go code.
Is that possible with this package ?
If yes, is there an example in the docs ? I failed to find anything.
I am aware of #112. It looks to be related, but not the same (It talks about the -subject_hash_old instead of -hash).
Further, do I understand correctly that this package requires a regular openssl.so in the environment it will then make uses of ?