Skip to content

Commit 77a857b

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 930992c commit 77a857b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

schema/bom-1.7.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ message CryptoProperties {
22902290
optional CryptoPrimitive primitive = 1;
22912291
// A valid algorithm family identifier. If specified, this value must be one of the
22922292
// enumeration of valid algorithm Family identifiers defined in the
2293-
// cryptography-defs.json subschema. A corresponding schema for ProtoBuf is not available.
2293+
// `cryptography-defs.json` subschema. A corresponding schema for ProtoBuf is not available.
22942294
optional string algorithmFamily = 12;
22952295
// An identifier for the parameter set of the cryptographic algorithm. Examples: in AES128, '128' identifies the key length in bits, in SHA256, '256' identifies the digest length, '128' in SHAKE128 identifies its maximum security level in bits, and 'SHA2-128s' identifies a parameter set used in SLH-DSA (FIPS205).
22962296
optional string parameterSetIdentifier = 2;
@@ -2299,7 +2299,7 @@ message CryptoProperties {
22992299
optional string curve = 3 [deprecated = true];
23002300
// The specific underlying Elliptic Curve (EC) definition employed which is an indicator
23012301
// of the level of security strength, performance and complexity. Curves are defined in
2302-
// the cryptography-defs.json subschema. A corresponding schema for ProtoBuf is not available.
2302+
// the `cryptography-defs.json` subschema. A corresponding schema for ProtoBuf is not available.
23032303
optional string ellipticCurve = 13;
23042304
// The target and execution environment in which the algorithm is implemented in.
23052305
optional CryptoExecutionEnvironment executionEnvironment = 4;

schema/bom-1.7.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5272,7 +5272,7 @@
52725272
"algorithmFamily": {
52735273
"$ref": "cryptography-defs.schema.json#/definitions/algorithmFamiliesEnum",
52745274
"title": "Algorithm Family",
5275-
"description": "A valid algorithm family identifier. If specified, this value must be one of the enumeration of valid algorithm Family identifiers defined in the cryptography-defs.schema.json subschema.",
5275+
"description": "A valid algorithm family identifier. If specified, this value must be one of the enumeration of valid algorithm Family identifiers defined in the `cryptography-defs.schema.json` subschema.",
52765276
"examples": ["3DES", "Blowfish", "ECDH"]
52775277
},
52785278
"parameterSetIdentifier": {

schema/bom-1.7.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6774,7 +6774,7 @@ limitations under the License.
67746774
<xs:documentation>
67756775
A valid algorithm family identifier. If specified, this value must be one of the
67766776
enumeration of valid algorithm Family identifiers defined in the
6777-
cryptography-defs.json subschema. A corresponding schema for XML is not available.
6777+
`cryptography-defs.json` subschema. A corresponding schema for XML is not available.
67786778
</xs:documentation>
67796779
</xs:annotation>
67806780
</xs:element>
@@ -6805,7 +6805,7 @@ limitations under the License.
68056805
<xs:documentation>
68066806
The specific underlying Elliptic Curve (EC) definition employed which is an indicator
68076807
of the level of security strength, performance and complexity. Curves are defined in
6808-
the cryptography-defs.json subschema. A corresponding schema for XML is not available.
6808+
the `cryptography-defs.json` subschema. A corresponding schema for XML is not available.
68096809
</xs:documentation>
68106810
</xs:annotation>
68116811
</xs:element>

0 commit comments

Comments
 (0)