Thread (41 messages) 41 messages, 4 authors, 2023-01-04

Re: [PATCH v3 03/10] KEYS: X.509: Parse Basic Constraints for CA

From: Jarkko Sakkinen <jarkko@kernel.org>
Date: 2023-01-04 12:29:14
Also in: keyrings, linux-crypto, linux-integrity, lkml

On Thu, Dec 15, 2022 at 06:10:04AM -0500, Mimi Zohar wrote:
quoted
diff --git a/crypto/asymmetric_keys/x509_parser.h b/crypto/asymmetric_keys/x509_parser.h
index a299c9c56f40..7c5c0ad1c22e 100644
--- a/crypto/asymmetric_keys/x509_parser.h
+++ b/crypto/asymmetric_keys/x509_parser.h
@@ -38,6 +38,7 @@ struct x509_certificate {
 	bool		self_signed;		/* T if self-signed (check unsupported_sig too) */
 	bool		unsupported_sig;	/* T if signature uses unsupported crypto */
 	bool		blacklisted;
+	bool		root_ca;		/* T if basic constraints CA is set */
 }; 
The variable "root_ca" should probably be renamed to just "ca", right?
Perhaps is_ca?

BR, Jarkko
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help