From a01638f3b5bb08a777ba0f005c59fdbf8c74df1f Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 13 Mar 2017 15:35:06 +0800 Subject: [PATCH] readme: mention axTLS library fixes https://github.com/esp8266/Arduino/issues/3038 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 014add389..6348e073a 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,5 @@ ESP8266 core files are licensed under LGPL. [SPI Flash File System (SPIFFS)](https://github.com/pellepl/spiffs) written by Peter Andersson is used in this project. It is distributed under MIT license. [umm_malloc](https://github.com/rhempel/umm_malloc) memory management library written by Ralph Hempel is used in this project. It is distributed under MIT license. + +[axTLS](http://axtls.sourceforge.net/) library written by Cameron Rich, built from https://github.com/igrr/axtls-8266, is used in this project. It is distributed under [BSD license](https://github.com/igrr/axtls-8266/blob/master/LICENSE).