SSL asynchronous decryption (server side): update ChangeLog
This commit is contained in:
parent
fcca9d8cef
commit
0329d72ad4
1 changed files with 2 additions and 3 deletions
|
@ -22,10 +22,9 @@ Features
|
|||
MBEDTLS_CMAC_ALT). Submitted by Steve Cooreman, Silicon Labs.
|
||||
* Add support for alternative implementations of GCM, selected by the
|
||||
configuration flag MBEDTLS_GCM_ALT.
|
||||
* In TLS, support offloading private key operations to an external
|
||||
* In TLS servers, support offloading private key operations to an external
|
||||
cryptoprocessor. Private key operations can be asynchronous to allow
|
||||
non-blocking operation of the TLS stack.
|
||||
Currently restricted to signature only, server-side only.
|
||||
non-blocking operation of the TLS server stack.
|
||||
|
||||
New deprecations
|
||||
* Deprecate usage of RSA primitives with non-matching key-type
|
||||
|
|
Loading…
Reference in a new issue