Searched refs:revocation (Results 1 – 4 of 4) sorted by relevance
138 if (lst->revocation) { in is_legal_key()139 int len = strlen(lst->revocation); in is_legal_key()142 if (strncmp(keyseq, lst->revocation + i, seqlen) == 0) { in is_legal_key()460 if (lst->revocation) { in alcs_set_revocation()461 coap_free(lst->revocation); in alcs_set_revocation()462 lst->revocation = NULL; in alcs_set_revocation()466 lst->revocation = (char *)coap_malloc(len + 1); in alcs_set_revocation()467 strcpy(lst->revocation, seqlist); in alcs_set_revocation()676 if (auth_list_ctx->revocation) { in alcs_auth_list_deinit()677 coap_free(auth_list_ctx->revocation); in alcs_auth_list_deinit()[all …]
42 char *revocation; member64 char *revocation; member
122 * [`x509/crl_app.c`](x509/crl_app.c): loads and dumps a certificate revocation list (CRL).
2998 * Added support for CRL revocation to x509parse_verify() and
Completed in 9 milliseconds