You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?The text was updated successfully, but these errors were encountered: