Threading abstraction layer added

This commit is contained in:
Paul Bakker 2013-09-28 14:40:38 +02:00
parent bf796acf07
commit 2466d93546
9 changed files with 318 additions and 2 deletions

View file

@ -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