Fix TLS 1.2 crypto and add end-to-end tests

This commit is contained in:
Jan Rüth 2023-11-26 19:41:53 +01:00 committed by Jan
commit 624eda8168
4 changed files with 163 additions and 25 deletions

View file

@ -17,7 +17,7 @@ AES_256_GCM_SHA384
CHACHA20_POLY1305_SHA256
```
TLS 1.2 prepared for (doesn't work yet):
TLS 1.2 (only ECDSA is tested):
```
ECDHE_ECDSA_AES128_GCM_SHA256
ECDHE_RSA_AES128_GCM_SHA256