1
0
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:
Manuel Pégourié-Gonnard
2013-09-11 12:14:26 +02:00
committed by Paul Bakker
parent 85dfe08b31
commit 5353a03eb9
2 changed files with 20 additions and 6 deletions

View File

@ -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;