Fix AES256 using wrong hash
Add TLS 1.2 Move aead crypter to boring-additions crate
This commit is contained in:
parent
5c45b9426b
commit
319029f2d4
17 changed files with 424 additions and 51 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue