Fix stupid bug in rsa_copy()

This commit is contained in:
Manuel Pégourié-Gonnard
2014-03-25 15:58:35 +01:00
committed by Paul Bakker
parent e01af4cd37
commit fdddac90a6
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ Bugfix
containing a client certificate
* ssl_init() was leaving a dirty pointer in ssl_context if malloc of
out_ctr failed
* Fix typo in rsa_copy() that impacted PKCS#1 v2 contexts
= PolarSSL 1.3.4 released on 2014-01-27
Features