Merge remote-tracking branch 'origin/pr/2106' into development

* origin/pr/2106:
  x509.c: Fix potential memory leak in X.509 self test
This commit is contained in:
Jaeden Amero
2019-04-05 13:47:06 +01:00
2 changed files with 9 additions and 9 deletions
+2
View File
@@ -10,6 +10,8 @@ Bugfix
* Fix private key DER output in the key_app_writer example. File contents
were shifted by one byte, creating an invalid ASN.1 tag. Fixed by
Christian Walther in #2239.
* Fix potential memory leak in X.509 self test. Found and fixed by
Junhwan Park, #2106.
Changes
* Server's RSA certificate in certs.c was SHA-1 signed. In the default