Go to the documentation of this file.
27 #ifndef POLARSSL_X509_CSR_H
28 #define POLARSSL_X509_CSR_H
81 #if defined(POLARSSL_X509_CSR_PARSE_C)
93 #if defined(POLARSSL_FS_IO)
117 int x509_csr_info(
char *buf,
size_t size,
const char *prefix,
138 #if defined(POLARSSL_X509_CSR_WRITE_C)
199 unsigned char ns_cert_type );
213 const char *oid,
size_t oid_len,
214 const unsigned char *val,
size_t val_len );
245 int (*f_rng)(
void *,
unsigned char *,
size_t),
248 #if defined(POLARSSL_PEM_WRITE_C)
267 int (*f_rng)(
void *,
unsigned char *,
size_t),