[gnutls-devel] GnuTLS | Missing/wrong checks in lib/ext/pre_shared_key.c (server_recv_params) (#523)
Tim Rühsen
gitlab at mg.gitlab.com
Thu Jul 19 12:13:11 CEST 2018
New Issue was created.
Issue 523: https://gitlab.com/gnutls/gnutls/issues/523
Author: Tim Rühsen
Assignee:
In Line 489+ there is
```
while ((psk_index = _gnutls13_psk_ext_parser_next_psk(&psk_parser, &psk)) >= 0) {
...
```
It is possible that the loop terminates without some variables being set (`resuming` and `prf`). Within the loop not all possible conditions are covered.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/523
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20180719/268861f5/attachment.html>
More information about the Gnutls-devel
mailing list