Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jofairden authored Apr 7, 2019
1 parent a758b2d commit 383096c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Showcases how to perform forced TLS with a proper server validation callback
that performs certificate pinning to ensure certificate validity
and safeguards against MITM attacks. Note, the program does not perform any
form of pure HPKP. (Which is deprecated anyways, see the notes about the new
Expect-CT Header).In the example we showcase comparing the SHA-1 Thumbprint of
the certificateto verify validity, which is possibly the easiest form of pinning
but not the best. Other forms of pinning can be implemented such as certificate pinning
Expect-CT Header). In the example we showcase comparing the SHA-1 Thumbprint of
the certificate to verify validity, which is possibly the easiest form of pinning
but not necessarily the best. Other forms of pinning can be implemented such as certificate pinning
or public key pinning, each with their pros and cons.

**This repository is meant to serve as an example on how you can enable TLS
Expand Down

0 comments on commit 383096c

Please # to comment.