Home
last modified time | relevance | path

Searched refs:s_x5t (Results 1 – 1 of 1) sorted by relevance

/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/
H A Dproto.c1460 char *s_x5t = NULL; in oidc_proto_get_key_from_jwks() local
1461 oidc_json_object_get_string(r->pool, elem, OIDC_JWK_X5T, &s_x5t, in oidc_proto_get_key_from_jwks()
1464 if ((s_x5t != NULL) && (x5t != NULL) in oidc_proto_get_key_from_jwks()
1465 && (apr_strnatcmp(x5t, s_x5t) == 0)) { in oidc_proto_get_key_from_jwks()