Merge remote-tracking branch 'public/pr/1129' into development

This commit is contained in:
Simon Butcher
2018-08-28 12:31:23 +01:00
3 changed files with 37 additions and 22 deletions

View File

@@ -41,6 +41,8 @@ Bugfix
* Fix overly strict bounds check in ssl_parse_certificate_request()
which could lead to valid CertificateRequest messages being rejected.
Fixes #1954.
* Fix memory leak and free without initialization in pk_encrypt
and pk_decrypt example programs. Reported by Brace Stout. Fixes #1128.
Changes
* Copy headers preserving timestamps when doing a "make install".