mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Get rid of x509_cert.pkoid
Unused, comment did not match reality, and will soon be superseeded by the 'type' field of the pk_context which will replace rsa_context.
This commit is contained in:
parent
374e4b87d4
commit
788db112a5
2 changed files with 5 additions and 7 deletions
|
|
@ -211,7 +211,6 @@ typedef struct _x509_cert
|
|||
x509_time valid_from; /**< Start time of certificate validity. */
|
||||
x509_time valid_to; /**< End time of certificate validity. */
|
||||
|
||||
x509_buf pk_oid; /**< Subject public key info. Includes the public key algorithm and the key itself. */
|
||||
rsa_context rsa; /**< Container for the RSA context. Only RSA is supported for public keys at this time. */
|
||||
|
||||
x509_buf issuer_id; /**< Optional X.509 v2/v3 issuer unique identifier. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue