mbedtls_x509_crt::version is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_x509_crt::version field

The X.509 version. (1=v1, 2=v2, 3=v3)

Syntax

int version;

References

LocationReferrerText
x509_crt.h:58
int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */
ssl_srv.c:2801ssl_write_certificate_request()
while( crt != NULL && crt->version != 0 )
x509_crt.c:909x509_crt_parse_der_core()
if( ( ret = x509_get_version( &p, end, &crt->version ) ) != 0 ||
x509_crt.c:918x509_crt_parse_der_core()
if( crt->version < 0 || crt->version > 2 )
x509_crt.c:924x509_crt_parse_der_core()
crt->version++;
x509_crt.c:1004x509_crt_parse_der_core()
if( crt->version == 2 || crt->version == 3 )
x509_crt.c:1014x509_crt_parse_der_core()
if( crt->version == 2 || crt->version == 3 )
x509_crt.c:1025x509_crt_parse_der_core()
if( crt->version == 3 )
x509_crt.c:1100mbedtls_x509_crt_parse_der()
while( crt->version != 0 && crt->next != NULL )
x509_crt.c:1109mbedtls_x509_crt_parse_der()
if( crt->version != 0 && crt->next == NULL )
x509_crt.c:1549mbedtls_x509_crt_info()
prefix, crt->version );
x509_crt.c:1944x509_crt_check_parent()
if( top && parent->version < 3 )

Data Use

Functions writing mbedtls_x509_crt::version
Functions reading mbedtls_x509_crt::version
all items filtered out
mbedtls_x509_crt::version