Updated Protocol support (markdown)

Eugene 2022-07-26 19:24:02 +02:00
parent b10f1aad51
commit 97c981ae22

@ -2,5 +2,23 @@
* Ciphers: `chacha20-poly1305`, `aes256-gcm@openssh.com`
* Key exchange: `curve25519-sha256@libssh.org`
* Keys: `ssh-ed25519`, `rsa-sha2-512`, `rsa-sha2-256`
* Compression: `zlib`, `zlib@openssh.com`
* Keys: `ssh-ed25519`, `ssh-rsa`, `rsa-sha2-512`, `rsa-sha2-256`
* Compression: `zlib`, `zlib@openssh.com`
# MySQL
* MySQL text protocol (prepared statements are not supported)
* As server:
* TLS ✅ (forced)
* `mysql_clear_password` auth ✅
* As client:
* TLS optional
* `mysql_native_password` auth ✅
# HTTP
* HTTP/1.1 ✅
* HTTP/2 ✅
* TLS ✅ (as server: forced)
* Websockets ✅
* SSE ❌