- x509_write_cert_req() now supports all available hash functions

This commit is contained in:
Paul Bakker 2012-02-16 14:08:06 +00:00
parent 89f3fc5bf1
commit 3cac5e012b
2 changed files with 55 additions and 7 deletions

View file

@ -41,6 +41,6 @@ x509_req_name;
int x509_write_pubkey_der( unsigned char *buf, size_t size, rsa_context *rsa );
int x509_write_key_der( unsigned char *buf, size_t size, rsa_context *rsa );
int x509_write_cert_req( unsigned char *buf, size_t size, rsa_context *rsa,
x509_req_name *req_name );
x509_req_name *req_name, int hash_id );
#endif /* POLARSSL_X509_WRITE_H */