mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
[tls] Allow provision of a client certificate chain
Use the existing certificate store to automatically append any available issuing certificates to the selected client certificate. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -319,8 +319,8 @@ struct tls_connection {
|
||||
struct digest_algorithm *handshake_digest;
|
||||
/** Digest algorithm context used for handshake verification */
|
||||
uint8_t *handshake_ctx;
|
||||
/** Client certificate (if used) */
|
||||
struct x509_certificate *cert;
|
||||
/** Client certificate chain (if used) */
|
||||
struct x509_chain *certs;
|
||||
/** Secure renegotiation flag */
|
||||
int secure_renegotiation;
|
||||
/** Verification data */
|
||||
|
||||
Reference in New Issue
Block a user