commit | d64359279d58ce509861604752a60f1d04e9d15b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 23 15:50:23 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 23 15:50:23 2015 +0000 |
tree | d69a309b4d543906626334a378c444cb63b2bad1 | |
parent | 258bab0b1b31f0da623a74f7fa6f4fe9468cbd34 [diff] [blame] |
Fix bug on s390
diff --git a/ChangeLog b/ChangeLog index 7845080..a6a4bc3 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -20,6 +20,9 @@ * Fix memory leaks in PKCS#5 and PKCS#12. * Stack buffer overflow if ctr_drbg_update() is called with too large add_len (found by Jean-Philippe Aumasson) (not triggerable remotely). + * Fix bug in MPI/bugnum on s390/s390x (reported by Dan Horák) (introduced + in 1.2.12). + Changes * Blind RSA private operations even when POLARSSL_RSA_NO_CRT is defined.