Don't try to use MIPS32 asm macros on MIPS64
The MIPS32 bn_mul asm code causes segfaults on MIPS64 and failing
tests. Until someone has time to fix this up, MIPS64 platforms should
fall back to the C implementation (which works fine).
diff --git a/ChangeLog b/ChangeLog
index 8b7ec68..3840e4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,8 @@
* Fixed CMake symlinking on out-of-source builds
* Fixed dependency issues in test suite
* Programs rsa_sign_pss and rsa_verify_pss were not using PSS since 1.3.0
+ * Bignum's MIPS-32 assembly was used on MIPS-64, causing chaos. (Found by
+ Alex Wilson.)
= PolarSSL 1.3.4 released on 2014-01-27
Features