nodemcu-firmware/app/include
Nathaniel Wesley Filardo 6e95d74fbd Update TLS protocol support (#2587)
* Update TLS protocol support

TLS1.0 is past PCI's EOL; BEAST is no more
Enable elliptic curve key exchanges
	Do not enable the smallest ECs for security
	Do not enable the largest ECs for computational time
	Do not enable 25519 (sad) because it doesn't go across the wire
Drop non-PFS key exchanges
Drop ARC4, Blowfish, DES, genprime, XTEA code
Drop renegotiation support completely
	It takes so much heap that it's not likely to work out well

Tidy handling of SSL_BUFFER_SIZE

Update docs
Drop mention of startcom, since they are no more, for letsencrypt

* Update mbedtls to 2.7.7

Preserve our vsnprintf and platform hacks

* Introduce TLS maximum fragment size knob

Reduce buffer size to 4Ki by default and advertize that.  That's the
largest we can advertize with the TLS MFL extension, so there's no
point in making them larger.  The truly adventurous can re-raise
SSL_BUFFER_SIZE and undefine the SSL_MAX_FRAGMENT_LENGTH_CODE and get
back to the earlier behavior.

* Default to mbedTLS debug with DEVELOP_VERSION
2019-01-15 17:02:32 +01:00
..
arch Merge branch 'dev' into dev-LFS 2018-04-19 16:43:55 +01:00
driver Turn of x bit on some non-executable source files 2018-03-17 00:43:51 +00:00
lwip Update to sdk 2.2 2018-03-13 19:28:11 -04:00
mbedtls Update TLS protocol support (#2587) 2019-01-15 17:02:32 +01:00
netif source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
pm Refactor timer suspend portion of node.sleep (pmsleep) (#2287) 2018-04-13 21:41:14 +02:00
rtc Refactor timer suspend portion of node.sleep (pmsleep) (#2287) 2018-04-13 21:41:14 +02:00
sys Update TLS protocol support (#2587) 2019-01-15 17:02:32 +01:00
task Add pcm module. (#1255) 2016-06-05 23:21:36 +02:00
fatfs_config.h Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
lwipopts.h Turn of x bit on some non-executable source files 2018-03-17 00:43:51 +00:00
module.h Optimise ROTable accesses and interface (#2505) 2018-10-13 17:14:33 +03:00
nodemcu_mdns.h Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast 2016-04-03 14:10:52 -04:00
rom.h Upgrade to SDK 2.1.0. (#1962) 2017-05-11 07:13:23 +02:00
sections.h Fix iram/irom section contents (#1566) 2016-12-01 22:14:20 +01:00
u8g2_displays.h Update u8g2 to v2.23.18 (#2500) 2018-10-07 21:46:56 +01:00
u8g2_fonts.h Add comment for font list 2018-07-30 23:25:55 +02:00
ucg_config.h Submodulify ucg and update to v1.5.2 (#2503) 2018-10-19 21:18:50 +01:00
user_config.h Update TLS protocol support (#2587) 2019-01-15 17:02:32 +01:00
user_mbedtls.h Update TLS protocol support (#2587) 2019-01-15 17:02:32 +01:00
user_modules.h port u8g2 module from esp32 platform 2018-07-22 13:51:10 +02:00
user_version.h user_version.h: use ESP_SDK* constants 2018-03-13 19:34:42 -04:00