Increase MPI_MAX_BYTES to allow RSA 8192

This commit is contained in:
Manuel Pégourié-Gonnard
2014-09-08 17:03:50 +02:00
parent 5a5fa92bfe
commit da1b4de0e4
6 changed files with 10 additions and 8 deletions

View File

@@ -32,6 +32,8 @@ Changes
RSA is disabled, larger if POLARSSL_MPI_MAX_SIZE is larger.
* ssl_read() now returns POLARSSL_ERR_NET_WANT_READ rather than
POLARSSL_ERR_SSL_UNEXPECTED_MESSAGE on harmless alerts.
* POLARSSL_MPI_MAX_SIZE now defaults to 1024 in order to allow 8192 bits
RSA keys.
= PolarSSL 1.3.8 released 2014-07-11
Security