mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-19 13:26:58 +08:00
When renegotiating, verify that any certificate received from the client contains the same username.
This commit is contained in:
@@ -378,7 +378,6 @@ int get_auth_handler(worker_st * ws, unsigned http_ver)
|
||||
return get_auth_handler2(ws, http_ver, NULL);
|
||||
}
|
||||
|
||||
static
|
||||
int get_cert_names(worker_st * ws, const gnutls_datum_t * raw)
|
||||
{
|
||||
gnutls_x509_crt_t crt;
|
||||
|
||||
Reference in New Issue
Block a user