1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03: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:
Manuel Pégourié-Gonnard
2013-07-09 11:26:17 +02:00
committed by Paul Bakker
parent 374e4b87d4
commit 788db112a5
2 changed files with 5 additions and 7 deletions

View File

@ -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. */