Skip to content

Fix bug in bctbx_x509_certificate_get_fingerprint()

François Grisez requested to merge fix/get_fingerprint_bad_algo into master

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

(cherry picked from commit 3a0b4d2c)

Merge request reports