Spelling fixes
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3066)
This commit is contained in:
parent
1ee4b98e69
commit
a8cd439bf5
1 changed files with 2 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -218,7 +218,7 @@
|
||||||
to service a connection. This could lead to a Denial of Service through
|
to service a connection. This could lead to a Denial of Service through
|
||||||
memory exhaustion. However, the excessive message length check still takes
|
memory exhaustion. However, the excessive message length check still takes
|
||||||
place, and this would cause the connection to immediately fail. Assuming
|
place, and this would cause the connection to immediately fail. Assuming
|
||||||
that the application calls SSL_free() on the failed conneciton in a timely
|
that the application calls SSL_free() on the failed connection in a timely
|
||||||
manner then the 21Mb of allocated memory will then be immediately freed
|
manner then the 21Mb of allocated memory will then be immediately freed
|
||||||
again. Therefore the excessive memory allocation will be transitory in
|
again. Therefore the excessive memory allocation will be transitory in
|
||||||
nature. This then means that there is only a security impact if:
|
nature. This then means that there is only a security impact if:
|
||||||
|
@ -971,7 +971,7 @@
|
||||||
done while fixing the error code for the key-too-small case.
|
done while fixing the error code for the key-too-small case.
|
||||||
[Annie Yousar <a.yousar@informatik.hu-berlin.de>]
|
[Annie Yousar <a.yousar@informatik.hu-berlin.de>]
|
||||||
|
|
||||||
*) CA.sh has been removmed; use CA.pl instead.
|
*) CA.sh has been removed; use CA.pl instead.
|
||||||
[Rich Salz]
|
[Rich Salz]
|
||||||
|
|
||||||
*) Removed old DES API.
|
*) Removed old DES API.
|
||||||
|
|
Loading…
Reference in a new issue