mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
Minor fixes
1. Rephrase ChangeLog entry. 2. Add a full stop at the end of the fuinction documentation.
This commit is contained in:
parent
5ffc220f16
commit
382c1db6c0
2 changed files with 4 additions and 4 deletions
|
|
@ -18,9 +18,9 @@ Bugfix
|
|||
return value. Found by @davidwu2000. #839
|
||||
* Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
|
||||
Philippe Antoine. Fixes #1623.
|
||||
* Remove wrong documentation for `mbedtls_ssl_get_session`.
|
||||
* Correct the documentation for `mbedtls_ssl_get_session()`.
|
||||
This API has deep copy of the session, and the peer
|
||||
certificate is not lost. #926
|
||||
certificate is not lost. Fixes #926.
|
||||
|
||||
Changes
|
||||
* Change the shebang line in Perl scripts to look up perl in the PATH.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue