Current state of HTTPS on ESP8266

This is the output from howsmyssl:

{
	"given_cipher_suites": [
		"TLS_RSA_WITH_AES_128_CBC_SHA",
		"TLS_RSA_WITH_AES_256_CBC_SHA"
	],
	"ephemeral_keys_supported": false,
	"session_ticket_supported": false,
	"tls_compression_supported": false,
	"unknown_cipher_suite_supported": false,
	"beast_vuln": false,
	"able_to_detect_n_minus_one_splitting": false,
	"insecure_cipher_suites": {},
	"tls_version": "TLS 1.1",
	"rating": "Improvable"
}

Only upto TLS 1.1 😦
This was tested using ESP-01. I’ll be performing tests with ESP32 next month, once I get around to drag-soldering it 🙂