mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 23:18:59 +01:00
Threading abstraction layer added
This commit is contained in:
parent
bf796acf07
commit
2466d93546
9 changed files with 318 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ Features
|
|||
* PSK and DHE-PSK based ciphersuites added
|
||||
* Memory allocation abstraction layer added
|
||||
* Buffer-based memory allocator added (no malloc() / free() / HEAP usage)
|
||||
* Threading abstraction layer added (dummy / pthread / alternate)
|
||||
* Public Key abstraction layer added
|
||||
* Parsing Elliptic Curve keys
|
||||
* Parsing Elliptic Curve certificates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue