Go to the documentation of this file.
27 #ifndef POLARSSL_X509_CSR_H
28 #define POLARSSL_X509_CSR_H
30 #if !defined(POLARSSL_CONFIG_FILE)
33 #include POLARSSL_CONFIG_FILE
86 #if defined(POLARSSL_X509_CSR_PARSE_C)
97 const unsigned char *buf,
size_t buflen );
110 #if defined(POLARSSL_FS_IO)
134 int x509_csr_info(
char *buf,
size_t size,
const char *prefix,
155 #if defined(POLARSSL_X509_CSR_WRITE_C)
176 const char *subject_name );
217 unsigned char ns_cert_type );
232 const char *oid,
size_t oid_len,
233 const unsigned char *val,
size_t val_len );
264 int (*f_rng)(
void *,
unsigned char *,
size_t),
267 #if defined(POLARSSL_PEM_WRITE_C)
286 int (*f_rng)(
void *,
unsigned char *,
size_t),