Skip to content

Commit

Permalink
Merge pull request #3 from kinafu/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
lrmoreno007 committed Jun 12, 2020
2 parents 81e47e5 + bb03682 commit cde4361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/esp8266wifi/bearssl-client-secure-class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ See the `BearSSL_CertStore` example for full details as the `BearSSL::CertStore`
Supported Crypto
~~~~~~~~~~~~~~~~

Please see the `BearSSL website <htps://bearssl.org>`__ for detailed cryptographic information. In general, TLS 1.2, TLS 1.1, and TLS 1.0 are supported with RSA and Elliptic Curve keys and a very rich set of hashing and symmetric encryption codes. Please note that Elliptic Curve (EC) key operations take a significant amount of time.
Please see the `BearSSL website <https://bearssl.org>`__ for detailed cryptographic information. In general, TLS 1.2, TLS 1.1, and TLS 1.0 are supported with RSA and Elliptic Curve keys and a very rich set of hashing and symmetric encryption codes. Please note that Elliptic Curve (EC) key operations take a significant amount of time.


BearSSL::WiFiClientSecure Class
Expand Down

0 comments on commit cde4361

Please sign in to comment.