Skip to content

Commit 95b691a

Browse files
committed
streamline docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 070e355 commit 95b691a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schema/bom-1.7.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,6 +2257,8 @@ message CryptoProperties {
22572257

22582258
// Certificate Properties
22592259
message CertificateProperties {
2260+
// The serial number is a unique identifier for the certificate issued by a CA.
2261+
optional string serialNumber = 9;
22602262
// The subject name for the certificate
22612263
optional string subjectName = 1;
22622264
// The issuer name for the certificate
@@ -2273,10 +2275,6 @@ message CryptoProperties {
22732275
optional string certificateFormat = 7;
22742276
// DEPRECATED - DO NOT USE - This will be removed in a future version - Use `.certificateFileExtension` instead. The file extension of the certificate. Examples include crt, pem, cer, der, and p12.
22752277
optional string certificateExtension = 8 [deprecated = true];
2276-
// A certificate extension is an optional field that provides additional information about the certificate or its use. Extensions are used to convey additional information beyond the standard fields.
2277-
optional CertificateExtensions certificateExtensions = 18;
2278-
// The serial number is a unique identifier for the certificate issued by a CA.
2279-
optional string serialNumber = 9;
22802278
// The file extension of the certificate. Examples include crt, pem, cer, der, and p12.
22812279
optional string certificateFileExtension = 10;
22822280
// The fingerprint is a cryptographic hash of the certificate excluding it's signature.
@@ -2293,6 +2291,8 @@ message CryptoProperties {
22932291
optional google.protobuf.Timestamp revocationDate = 16;
22942292
// The date and time (timestamp) when the certificate was destroyed.
22952293
optional google.protobuf.Timestamp destructionDate = 17;
2294+
// A certificate extension is an optional field that provides additional information about the certificate or its use. Extensions are used to convey additional information beyond the standard fields.
2295+
optional CertificateExtensions certificateExtensions = 18;
22962296
// A list of cryptographic assets related to this component.
22972297
optional RelatedCryptographicAssets relatedCryptographicAssets = 19;
22982298
} // end of CertificateProperties

0 commit comments

Comments
 (0)