axtls-8266 icon indicating copy to clipboard operation
axtls-8266 copied to clipboard

Initial version of the CA public key fingerprint check.

Open slaff opened this issue 8 years ago • 4 comments

Tested on real device with three different web-site certificates. This PR is just initial work we can build on top of it to allow fingerprinting on CA'a public key.

Related to #44.

slaff avatar Jul 18 '17 16:07 slaff

@igrr Any comments on this? The code is tested on real device and was working as expected. I would be glad to get your feedback.

slaff avatar Jul 19 '17 13:07 slaff

Hi @slaff, can you make a version of the commit without the ssl_match_auth_key_sha1 function? As discussed above, asn1_auth_key_id is useful, and i would like to merge it and continue implementing the rest of the logic.

igrr avatar Oct 07 '17 21:10 igrr

can you make a version of the commit without the ssl_match_auth_key_sha1 function

@igrr Yes, it will try to make the changes early next week so that you can build on top of them.

slaff avatar Oct 08 '17 08:10 slaff

@igrr ssl_match_auth_key_sha1 is removed. If there are no other issues squash this PR and add the rest of the logic.

slaff avatar Oct 08 '17 08:10 slaff