Skip to content

Fix calculation of prime256v1 fingerprint calculation

Simon Brand requested to merge sbr/fingerprint_fix into main
  • The fingerprint was calculated from the ASN.1 binary data. This is incorrect, since there can be multiple encodings, which would result in different fingerprints. The new calculation uses the raw binary data of the bigintegers x and y

Merge request reports