more fix wording

This commit is contained in:
forest 2021-01-31 01:22:23 -06:00
parent a785392b00
commit 658f8bf316
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@
<p>
In order to explain this, let's first look at how a different, more modern protocol,
<a href="https://en.wikipedia.org/wiki/Transport_Layer_Security">Transport Layer Security (or TLS)</a> solved this problem.
TLS, (still sometimes called by its olde name "Secure Sockets Layer", or SSL) was created to enable HTTPS, allow
internet users to log into web sites securely, and purchase things online by entering their credit card number.
TLS, (still sometimes called by its olde name "Secure Sockets Layer", or SSL) was created to enable HTTPS, to allow
internet users to log into web sites securely and purchase things online by entering their credit card number.
Of course, this required security that actually works; if someone could MITM attack the connection, they could easily
steal tons of credit card numbers and passwords.
</p>