Fix AES256 using wrong hash

Add TLS 1.2
Move aead crypter to boring-additions crate
This commit is contained in:
Jan Rüth 2023-11-20 20:36:55 +01:00
commit 319029f2d4
17 changed files with 424 additions and 51 deletions

View file

@ -13,7 +13,7 @@ Further, the rustls crypto provider API is still not stable it seems. This works
Currently, supports only TLS 1.3:
```
AES_128_GCM_SHA256
AES_256_GCM_SHA256
AES_256_GCM_SHA384
CHACHA20_POLY1305_SHA256
```