summaryrefslogtreecommitdiff
path: root/tests/empty_retrieve_function.c
Commit message (Collapse)AuthorAgeFilesLines
* tls13/certificate: utilize "certificate_required" alerttmp-cert-reqDaiki Ueno2019-03-051-3/+3
| | | | | | | This could make errors more distinguishable when the client sends no certificates or a bad certificate. Signed-off-by: Daiki Ueno <dueno@redhat.com>
* allow no certificates to be reported by the ↵Nikos Mavrogiannopoulos2018-07-241-0/+132
gnutls_certificate_retrieve_function callbacks In 9829ef9a we introduced a wrapper over the older callback functions which didn't handle this case. Resolves #528 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>