Skip to content

Draft: gnutls: tighten up accepted-cas notify

Michael Catanzaro requested to merge mcatanzaro/accepted-cas into master

The intent was to skip notify if the accepted-cas list is empty both before and after the handshake, but this failed because we're only checking whether the list exists, not whether it's empty, and it always exists.

WIP because it breaks the tests and requires further investigation.

Edited by Michael Catanzaro

Merge request reports