mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- Rewrite ChangeLog
This commit is contained in:
parent
84f12b76fc
commit
a0f082c574
1 changed files with 3 additions and 2 deletions
|
|
@ -5,12 +5,13 @@ Features
|
||||||
* Added support for SSL_EDH_RSA_AES_128_SHA and
|
* Added support for SSL_EDH_RSA_AES_128_SHA and
|
||||||
SSL_EDH_RSA_CAMELLIA_128_SHA ciphersuites
|
SSL_EDH_RSA_CAMELLIA_128_SHA ciphersuites
|
||||||
* Added compile-time and run-time version information
|
* Added compile-time and run-time version information
|
||||||
|
* Expanded ssl_client2 arguments for more flexibility
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Made Makefile cleaner
|
* Made Makefile cleaner
|
||||||
* Removed dependency on rand() in rsa_pkcs1_encrypt().
|
* Removed dependency on rand() in rsa_pkcs1_encrypt().
|
||||||
Now using random fuction provided to context
|
Now using random fuction provided to context.
|
||||||
* Expanded ssl_client2 arguments for more flexibility
|
Requires initialization with rsa_init() before use!
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
* Fixed CMake out of source build for tests (found by
|
* Fixed CMake out of source build for tests (found by
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue