27 #ifndef POLARSSL_X509_WRITE_H
28 #define POLARSSL_X509_WRITE_H
int x509_write_pubkey_der(unsigned char *buf, size_t size, rsa_context *rsa)
struct _x509_req_name x509_req_name
struct _x509_req_name * next
int x509_write_cert_req(unsigned char *buf, size_t size, rsa_context *rsa, x509_req_name *req_name, int hash_id)
The RSA public-key cryptosystem.
int x509_write_key_der(unsigned char *buf, size_t size, rsa_context *rsa)