nodemcu-firmware/docs
Nathaniel Wesley Filardo 863dfb59ed SSL rampage (#2938)
* Remove stale putative MD2 support

This hasn't worked in a while, presumably since one of our upstream
merges.  Don't bother making it work, since MD2 is generally considered
insecure.

* Land mbedtls 2.16.3-77-gf02988e57

* TLS: remove some dead code from espconn_mbedtls

There was some... frankly kind of scary buffer and data shuffling if
ESP8266_PLATFORM was defined.  Since we don't, in fact, define that
preprocessor symbol, just drop the code lest anyone (possibly future-me)
be scared.

* TLS: espconn_mbedtls: run through astyle

No functional changes

* TLS: espconn_mbedtls: put the file_params on the stack

There's no need to malloc a structure that's used only locally.

* TLS: Further minor tidying of mbedtls glue

What an absolute shitshow this is.  mbedtls should absolutely not
be mentioned inside sys/socket.h and app/mbedtls/app/lwIPSocket.c is not
so much glue as it as a complete copy of a random subset of lwIP; it
should go, but we aren't there yet.

Get rid of the mysterious "mbedlts_record" struct, which housed merely a
length of bytes sent solely for gating the "record sent" callback.

Remove spurious __attribute__((weak)) from symbols not otherwise
defined and rename them to emphasize that they are not actually part of
mbedtls proper.

* TLS: Rampage esp mbedtls glue and delete unused code

This at least makes the shitshow smaller

* TLS: lwip: fix some memp definitions

I presume these also need the new arguments

* TLS: Remove more non-NodeMCU code from our mbedtls

* TLS: drop support for 1.1

Depending on who you ask it's either EOL already or EOL soon, so
we may as well get rid of it now.
2020-06-09 22:26:06 +02:00
..
css Add Getting Started page (#2487) (#2490) 2018-09-17 17:55:11 +01:00
img Save the post data in a file on the filesystem (#2810) 2019-07-08 21:48:16 +02:00
js Only process relative links on RTD 2019-02-11 22:52:26 +01:00
lua-modules Improve httpserver documentation (#2971) 2020-06-09 22:26:06 +02:00
modules SSL rampage (#2938) 2020-06-09 22:26:06 +02:00
build.md Also adapt documentation for building 2019-07-27 05:36:05 +00:00
compiling.md SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
extn-developer-faq.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
flash.md Resolve merge conflict on docs/index.md 2019-04-04 13:29:22 +01:00
getting-started.md Small fixes 2019-06-22 00:39:14 +02:00
hardware-faq.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
index.md Fix WiFi example 2019-03-09 13:46:30 +01:00
lcd.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
lfs.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
lua-developer-faq.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
sdcard.md Updated FatFS from 0.12a to 0.13c (#2608) 2019-01-16 22:30:42 +01:00
spiffs.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
support.md Re-organize documentation 2019-01-13 22:01:57 +01:00
upload.md trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00