Add test for dhm_parse_dhmfile

This commit is contained in:
Manuel Pégourié-Gonnard 2014-03-29 16:42:38 +01:00
parent 66dfc5a689
commit 3fec220a33
5 changed files with 34 additions and 0 deletions

View file

@ -21,6 +21,7 @@ Bugfix
(found by Gergely Budai)
* oid_get_numeric_string() used to truncate the output without returning an
error if the output buffer was just 1 byte too small.
* dhm_parse_dhm() (hence dhm_parse_dhmfile()) did not set dhm->len.
= PolarSSL 1.3.5 released on 2014-03-26
Features