Add tests and fix bugs for RSA-alt contexts
diff --git a/ChangeLog b/ChangeLog
index 01c9c87..e4147bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,8 @@
* 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.
+ * Calling pk_debug() on an RSA-alt key would segfault.
+ * pk_get_size() and pk_get_len() were off by a factor 8 for RSA-alt keys.
= PolarSSL 1.3.5 released on 2014-03-26
Features