Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dx509_crl.h70 typedef struct mbedtls_x509_crl struct
95 struct mbedtls_x509_crl *next; argument
97 mbedtls_x509_crl; typedef
109 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain,
123 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen );
136 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path );
151 const mbedtls_x509_crl *crl );
158 void mbedtls_x509_crl_init( mbedtls_x509_crl *crl );
165 void mbedtls_x509_crl_free( mbedtls_x509_crl *crl );
A Dx509_crt.h406 mbedtls_x509_crl *ca_crl,
440 mbedtls_x509_crl *ca_crl,
470 mbedtls_x509_crl *ca_crl,
532 int mbedtls_x509_crt_is_revoked( const mbedtls_x509_crt *crt, const mbedtls_x509_crl *crl );
A Dssl.h902 mbedtls_x509_crl *ca_crl; /*!< trusted CAs CRLs */
2028 mbedtls_x509_crl *ca_crl );
2320 mbedtls_x509_crl *ca_crl );
A Dssl_internal.h295 mbedtls_x509_crl *sni_ca_crl; /*!< trusted CAs CRLs from SNI */
A Dcompat-1.3.h1703 #define _x509_crl mbedtls_x509_crl
2435 #define x509_crl mbedtls_x509_crl
/AliOS-Things-master/components/mbedtls/library/
A Dx509_crl.c300 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain, in mbedtls_x509_crl_parse_der()
307 mbedtls_x509_crl *crl = chain; in mbedtls_x509_crl_parse_der()
327 crl->next = mbedtls_calloc( 1, sizeof( mbedtls_x509_crl ) ); in mbedtls_x509_crl_parse_der()
604 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path ) in mbedtls_x509_crl_parse_file()
631 const mbedtls_x509_crl *crl ) in mbedtls_x509_crl_info()
705 void mbedtls_x509_crl_init( mbedtls_x509_crl *crl ) in mbedtls_x509_crl_init()
707 memset( crl, 0, sizeof(mbedtls_x509_crl) ); in mbedtls_x509_crl_init()
713 void mbedtls_x509_crl_free( mbedtls_x509_crl *crl ) in mbedtls_x509_crl_free()
715 mbedtls_x509_crl *crl_cur = crl; in mbedtls_x509_crl_free()
716 mbedtls_x509_crl *crl_prv; in mbedtls_x509_crl_free()
[all …]
A Dx509_crt.c1927 int mbedtls_x509_crt_is_revoked( const mbedtls_x509_crt *crt, const mbedtls_x509_crl *crl ) in mbedtls_x509_crt_is_revoked()
1951 mbedtls_x509_crl *crl_list, in x509_crt_verifycrl()
2411 mbedtls_x509_crl *ca_crl, in x509_crt_verify_chain()
2647 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify()
2662 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify_with_profile()
2684 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify_restartable()
A Dssl_tls.c5775 mbedtls_x509_crl *ca_crl; in mbedtls_ssl_parse_certificate()
7338 mbedtls_x509_crl *ca_crl ) in mbedtls_ssl_conf_ca_chain()
7356 mbedtls_x509_crl *ca_crl ) in mbedtls_ssl_set_hs_ca_chain()
/AliOS-Things-master/components/mbedtls/programs/x509/
A Dcrl_app.c89 mbedtls_x509_crl crl; in main()
A Dcert_app.c172 mbedtls_x509_crl cacrl; in main()
192 memset( &cacrl, 0, sizeof(mbedtls_x509_crl) ); in main()
/AliOS-Things-master/components/mbedtls/programs/test/
A Dssl_cert_test.c102 mbedtls_x509_crl crl; in main()
/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_server2.c593 mbedtls_x509_crl* crl;
679 if( ( new->crl = mbedtls_calloc( 1, sizeof( mbedtls_x509_crl ) ) ) == NULL ) in sni_parse()

Completed in 52 milliseconds