mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[crypto] Parse X.509 raw public key bit string
OCSP requires direct access to the bit string portion of the subject public key information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -54,10 +54,12 @@ struct x509_validity {
|
||||
|
||||
/** An X.509 certificate public key */
|
||||
struct x509_public_key {
|
||||
/** Raw public key */
|
||||
/** Raw public key information */
|
||||
struct asn1_cursor raw;
|
||||
/** Public key algorithm */
|
||||
struct asn1_algorithm *algorithm;
|
||||
/** Raw public key bit string */
|
||||
struct x509_bit_string raw_bits;
|
||||
};
|
||||
|
||||
/** An X.509 certificate subject */
|
||||
|
||||
Reference in New Issue
Block a user