Go to the documentation of this file.
26 #ifndef MBEDTLS_X509_CSR_H
27 #define MBEDTLS_X509_CSR_H
29 #if !defined(MBEDTLS_CONFIG_FILE)
32 #include MBEDTLS_CONFIG_FILE
85 #if defined(MBEDTLS_X509_CSR_PARSE_C)
98 const unsigned char *buf,
size_t buflen );
114 #if defined(MBEDTLS_FS_IO)
161 #if defined(MBEDTLS_X509_CSR_WRITE_C)
182 const char *subject_name );
231 unsigned char ns_cert_type );
246 const char *oid,
size_t oid_len,
247 const unsigned char *val,
size_t val_len );
278 int (*f_rng)(
void *,
unsigned char *,
size_t),
281 #if defined(MBEDTLS_PEM_WRITE_C)
300 int (*f_rng)(
void *,
unsigned char *,
size_t),