Skip to content

Fix bug in bctbx_x509_certificate_get_fingerprint()

François Grisez requested to merge hotfix/get_fingerprint_bad_algo into release/4.4

The fingerprint was computed using SHA-384 when SHA-512 was required.

Merge request reports