mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Changelog:324c2fdade
Terminate connection if increase_bm_data_size fails96fbb39f21
Update README.mdc18bb56e61
Add travis CI9eaeca3a03
Postpone freeing of X509 context to the first data exchange after handshake28869ea94b
Use free followed by malloc instead of realloc when increasing raw buffer43a90bcf35
Merge pull request #8 from slaff/feature/lwipr-compat66e1a5f423
Merge pull request #7 from slaff/feature/sni1154d0a985
Changed the code to reserve bytes for hostname only if needed.63da8991c2
Added SNI ( https://en.wikipedia.org/wiki/Server_Name_Indication ) support.7c38865f66
Restructured the lwip raw comat code. Added replacements for the time functions on ESP8266.885ff3e8f0
Merge pull request #6 from slaff/feature/lwip-rawd78e7a0799
Initial version of axTLS integration with lwip raw tcp mode (http://lwip.wikia.com/wiki/Raw/TCP).
Updating SDK libraries
After updating SDK libraries to a new version, do the following changes.
-
Remove mem_manager.o from libmain.a to use custom heap implementation
xtensa-lx106-elf-ar -d libmain.a mem_manager.o