mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Use PK internally for x509write_crt
This commit is contained in:
parent
f38e71afd5
commit
53c642504e
2 changed files with 43 additions and 22 deletions
|
|
@ -86,8 +86,8 @@ typedef struct _x509write_cert
|
|||
{
|
||||
int version;
|
||||
mpi serial;
|
||||
rsa_context *subject_key;
|
||||
rsa_context *issuer_key;
|
||||
pk_context *subject_key;
|
||||
pk_context *issuer_key;
|
||||
asn1_named_data *subject;
|
||||
asn1_named_data *issuer;
|
||||
md_type_t md_alg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue