Merge remote-tracking branch 'restricted/IOTSSL-1366/development-restricted' into development-restricted

* restricted/IOTSSL-1366/development-restricted:
  More length checks in RSA PKCS1v15 verify
  More length checks in RSA PKCS1v15 verify
This commit is contained in:
Manuel Pégourié-Gonnard 2017-06-08 20:24:29 +02:00
commit a0bf6ecfc3
2 changed files with 19 additions and 9 deletions

View file

@ -8,6 +8,8 @@ Security
option if needed.
* Fixed offset in FALLBACK_SCSV parsing that caused TLS server to fail to
detect it sometimes. Reported by Hugo Leisink. #810
* Tighten ASN.1 parsing of RSA PKCS#1 v1.5 signatures, to avoid a
potential Bleichenbacher-style attack.
Bugfix
* Remove invalid use of size zero arrays in ECJPAKE test suite.