Go to the documentation of this file.
24 #ifndef MBEDTLS_X509_CSR_H
25 #define MBEDTLS_X509_CSR_H
27 #if !defined(MBEDTLS_CONFIG_FILE)
30 #include MBEDTLS_CONFIG_FILE
83 #if defined(MBEDTLS_X509_CSR_PARSE_C)
96 const unsigned char *buf,
size_t buflen );
112 #if defined(MBEDTLS_FS_IO)
159 #if defined(MBEDTLS_X509_CSR_WRITE_C)
180 const char *subject_name );
221 unsigned char ns_cert_type );
236 const char *oid,
size_t oid_len,
237 const unsigned char *val,
size_t val_len );
268 int (*f_rng)(
void *,
unsigned char *,
size_t),
271 #if defined(MBEDTLS_PEM_WRITE_C)
290 int (*f_rng)(
void *,
unsigned char *,
size_t),