nodemcu-firmware/docs/modules
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
..
adc.md Re-organize documentation 2019-01-13 22:01:57 +01:00
ads1115.md Re-organize documentation 2019-01-13 22:01:57 +01:00
adxl345.md Re-organize documentation 2019-01-13 22:01:57 +01:00
am2320.md Re-organize documentation 2019-01-13 22:01:57 +01:00
apa102.md Re-organize documentation 2019-01-13 22:01:57 +01:00
bit.md Re-organize documentation 2019-01-13 22:01:57 +01:00
bloom.md Re-organize documentation 2019-01-13 22:01:57 +01:00
bme280.md Re-organize documentation 2019-01-13 22:01:57 +01:00
bme680.md Re-organize documentation 2019-01-13 22:01:57 +01:00
bmp085.md Re-organize documentation 2019-01-13 22:01:57 +01:00
cjson.md Re-organize documentation 2019-01-13 22:01:57 +01:00
coap.md Re-organize documentation 2019-01-13 22:01:57 +01:00
color-utils.md Re-organize documentation 2019-01-13 22:01:57 +01:00
cron.md Re-organize documentation 2019-01-13 22:01:57 +01:00
crypto.md Re-organize documentation 2019-01-13 22:01:57 +01:00
dht.md Re-organize documentation 2019-01-13 22:01:57 +01:00
ds18b20.md Re-organize documentation 2019-01-13 22:01:57 +01:00
encoder.md Re-organize documentation 2019-01-13 22:01:57 +01:00
enduser-setup.md Re-organize documentation 2019-01-13 22:01:57 +01:00
file.md Re-organize documentation 2019-01-13 22:01:57 +01:00
gdbstub.md Re-organize documentation 2019-01-13 22:01:57 +01:00
gpio.md Re-organize documentation 2019-01-13 22:01:57 +01:00
hdc1080.md Re-organize documentation 2019-01-13 22:01:57 +01:00
hmc5883l.md Re-organize documentation 2019-01-13 22:01:57 +01:00
http.md Re-organize documentation 2019-01-13 22:01:57 +01:00
hx711.md Re-organize documentation 2019-01-13 22:01:57 +01:00
i2c.md Re-organize documentation 2019-01-13 22:01:57 +01:00
l3g4200d.md Re-organize documentation 2019-01-13 22:01:57 +01:00
mcp4725.md Re-organize documentation 2019-01-13 22:01:57 +01:00
mdns.md Re-organize documentation 2019-01-13 22:01:57 +01:00
mqtt.md Re-organize documentation 2019-01-13 22:01:57 +01:00
net.md Re-organize documentation 2019-01-13 22:01:57 +01:00
node.md Re-organize documentation 2019-01-13 22:01:57 +01:00
ow.md Re-organize documentation 2019-01-13 22:01:57 +01:00
pcm.md Re-organize documentation 2019-01-13 22:01:57 +01:00
perf.md Re-organize documentation 2019-01-13 22:01:57 +01:00
pwm.md Re-organize documentation 2019-01-13 22:01:57 +01:00
rc.md Re-organize documentation 2019-01-13 22:01:57 +01:00
rfswitch.md Re-organize documentation 2019-01-13 22:01:57 +01:00
rotary.md Re-organize documentation 2019-01-13 22:01:57 +01:00
rtcfifo.md Re-organize documentation 2019-01-13 22:01:57 +01:00
rtcmem.md Re-organize documentation 2019-01-13 22:01:57 +01:00
rtctime.md Re-organize documentation 2019-01-13 22:01:57 +01:00
si7021.md Re-organize documentation 2019-01-13 22:01:57 +01:00
sigma-delta.md Re-organize documentation 2019-01-13 22:01:57 +01:00
sjson.md Re-organize documentation 2019-01-13 22:01:57 +01:00
sntp.md Re-organize documentation 2019-01-13 22:01:57 +01:00
somfy.md Re-organize documentation 2019-01-13 22:01:57 +01:00
spi.md Re-organize documentation 2019-01-13 22:01:57 +01:00
sqlite3.md Re-organize documentation 2019-01-13 22:01:57 +01:00
struct.md Re-organize documentation 2019-01-13 22:01:57 +01:00
switec.md Re-organize documentation 2019-01-13 22:01:57 +01:00
tcs34725.md Re-organize documentation 2019-01-13 22:01:57 +01:00
tls.md Update TLS protocol support (#2587) 2019-01-15 17:02:32 +01:00
tm1829.md Re-organize documentation 2019-01-13 22:01:57 +01:00
tmr.md Re-organize documentation 2019-01-13 22:01:57 +01:00
tsl2561.md Re-organize documentation 2019-01-13 22:01:57 +01:00
u8g2.md Re-organize documentation 2019-01-13 22:01:57 +01:00
uart.md Re-organize documentation 2019-01-13 22:01:57 +01:00
ucg.md Re-organize documentation 2019-01-13 22:01:57 +01:00
websocket.md Re-organize documentation 2019-01-13 22:01:57 +01:00
wifi.md Re-organize documentation 2019-01-13 22:01:57 +01:00
wifi_monitor.md Re-organize documentation 2019-01-13 22:01:57 +01:00
wps.md Re-organize documentation 2019-01-13 22:01:57 +01:00
ws2801.md Re-organize documentation 2019-01-13 22:01:57 +01:00
ws2812-effects.md Re-organize documentation 2019-01-13 22:01:57 +01:00
ws2812.md Re-organize documentation 2019-01-13 22:01:57 +01:00
xpt2046.md Re-organize documentation 2019-01-13 22:01:57 +01:00