Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_server.c138 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 …]
A Dalcs_api_internal.h42 char *revocation; member
64 char *revocation; member
/AliOS-Things-master/components/mbedtls/programs/
A DREADME.md122 * [`x509/crl_app.c`](x509/crl_app.c): loads and dumps a certificate revocation list (CRL).
/AliOS-Things-master/components/mbedtls/
A DChangeLog2998 * Added support for CRL revocation to x509parse_verify() and

Completed in 9 milliseconds