Added version of the SSL pthread server example

This commit is contained in:
Paul Bakker
2013-12-19 15:40:58 +01:00
parent 23116fdb53
commit f9c4953e39
4 changed files with 517 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ Features
* Support for ECDH-RSA and ECDH-ECDSA key exchanges and ciphersuites
* Support for IPv6 in the NET module
* AES-NI support for AES, AES-GCM and AES key scheduling
* SSL Pthread-based server example added (ssl_pthread_server)
Changes
* gen_prime() speedup