Skip to content

Fix HPKP checking

username-removed-267665 requested to merge fix-hpkp-check into master
  • libwget/ssl_gnutls.c (_verify_certificate_callback): PIN check the whole cert chain.

We used only cert #0 for HPKP checking. This broke connectivity to github.com. Now checking the whole cert chain.

Fixes #293 (closed)

Merge request reports