- x509_write_cert_req() now supports all available hash functions
This commit is contained in:
parent
89f3fc5bf1
commit
3cac5e012b
2 changed files with 55 additions and 7 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue