mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
x509write_csr using PK internally (WIP)
This commit is contained in:
committed by
Paul Bakker
parent
85dfe08b31
commit
5353a03eb9
@ -65,7 +65,7 @@ extern "C" {
|
||||
*/
|
||||
typedef struct _x509write_csr
|
||||
{
|
||||
rsa_context *rsa;
|
||||
pk_context *key;
|
||||
asn1_named_data *subject;
|
||||
md_type_t md_alg;
|
||||
asn1_named_data *extensions;
|
||||
|
Reference in New Issue
Block a user