mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 23:49:24 +01:00
Client and server now filter sent and accepted ciphersuites on minimum
and maximum protocol version
This commit is contained in:
parent
59c28a2723
commit
2fbefde1d8
5 changed files with 57 additions and 23 deletions
|
|
@ -17,6 +17,8 @@ Changes
|
|||
* Moved all OID functionality to a separate module. RSA function
|
||||
prototypes for the RSA sign and verify functions changed as a result
|
||||
* Split up the GCM module into a starts/update/finish cycle
|
||||
* Client and server now filter sent and accepted ciphersuites on minimum
|
||||
and maximum protocol version
|
||||
|
||||
Bugfix
|
||||
* Fix for MPI assembly for ARM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue