Skip to content

openpgp: Fix serialized points on Weierstrass curves with OpenSSL.

Justus Winter requested to merge justus/fix-openssl-ecc-encoding into main
  • OpenPGP uses the uncompressed representation. Previously, the OpenSSL backend used the compressed representation by mistake.

Merge request reports