Skip to content

Conversation

@copercini
Copy link
Contributor

Changed SHA1 fingerprint by Root CA verification
Changed log system
Some WiFIClientSecure fixes

copercini added 6 commits May 3, 2017 16:02
Remove workaround of sockets always return -76 (because it's fixed on IDF now)
Remove delay during handshake (improving stability)
Changed SHA1 fingerprint by Root CA verification
Changed log system
bool begin(String host, uint16_t port, String uri = "/");
bool begin(String host, uint16_t port, String uri, const char* CAcert);
// deprecated, use the overload above instead
bool begin(String host, uint16_t port, String uri, bool https, const char* CAcert) __attribute__ ((deprecated));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the logic for adding a deprecated function, when adding a library for the first time?

@copercini
Copy link
Contributor Author

I tried to keep it as closer possible to ESP8266 library, it stays so close that even the deprecated functions remain deprecated =P
Removed...

@skateone
Copy link

when is tihs going to be available in the master branch?

@me-no-dev me-no-dev merged commit 51a4432 into espressif:master May 19, 2017
@proppy
Copy link

proppy commented Oct 17, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants