1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

[doc] update HTTPSRequest.ino (#3925)

add limitations of https connections
This commit is contained in:
Rotzbua 2017-12-08 07:38:19 +01:00 committed by Develo
parent 3b0c395837
commit 31abb6e5e1

View File

@ -7,6 +7,11 @@
* esp8266/Arduino project continuous integration * esp8266/Arduino project continuous integration
* build. * build.
* *
* Limitations:
* only RSA certificates
* no support of Perfect Forward Secrecy (PFS)
* TLSv1.2 is supported since SDK 2.4.0-rc1
*
* Created by Ivan Grokhotkov, 2015. * Created by Ivan Grokhotkov, 2015.
* This example is in public domain. * This example is in public domain.
*/ */