mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 05:35:33 +01:00
- Added support for TLS v1.1
- Renamed some SSL defines to prevent future naming confusion
This commit is contained in:
parent
b96f154e51
commit
2e11f7d966
4 changed files with 125 additions and 42 deletions
|
|
@ -6,12 +6,15 @@ Features
|
|||
SSL_EDH_RSA_CAMELLIA_128_SHA ciphersuites
|
||||
* Added compile-time and run-time version information
|
||||
* Expanded ssl_client2 arguments for more flexibility
|
||||
* Added support for TLS v1.1
|
||||
|
||||
Changes
|
||||
* Made Makefile cleaner
|
||||
* Removed dependency on rand() in rsa_pkcs1_encrypt().
|
||||
Now using random fuction provided to context.
|
||||
Requires initialization with rsa_init() before use!
|
||||
* Some SSL defines were renamed in order to avoid
|
||||
future confusion
|
||||
|
||||
Bug fixes
|
||||
* Fixed CMake out of source build for tests (found by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue