Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tls13/certificate: utilize "certificate_required" alerttmp-cert-req | Daiki Ueno | 2019-03-05 | 1 | -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 Mavrogiannopoulos | 2018-07-24 | 1 | -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> |