mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Remove rsa member from x509_cert structure
This commit is contained in:
committed by
Paul Bakker
parent
ff56da3a26
commit
991d0f5aca
@ -212,7 +212,6 @@ typedef struct _x509_cert
|
||||
x509_time valid_to; /**< End time of certificate validity. */
|
||||
|
||||
pk_context pk; /**< Container for the public key context. */
|
||||
rsa_context rsa; /**< Container for the RSA context. Kept for compatibility while transitioning to generic PK */
|
||||
|
||||
x509_buf issuer_id; /**< Optional X.509 v2/v3 issuer unique identifier. */
|
||||
x509_buf subject_id; /**< Optional X.509 v2/v3 subject unique identifier. */
|
||||
|
Reference in New Issue
Block a user