Crypto: Adjust output of bad mac order queries, update associated bad mac order expected results, fix erroneous change to ID for a slicing query, update model to specify elliptic curve type as a property, update associated graph test expected files, update the not_included_in_qls.expected to reflect all queries now under quantum.

This commit is contained in:
REDMOND\brodes
2025-10-22 10:29:31 -04:00
parent b374ba3d0c
commit dd60cf9395
8 changed files with 48 additions and 18 deletions

View File

@@ -2393,6 +2393,10 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
key = "ParsedName" and
value = instance.asAlg().getParsedEllipticCurveName() and
location = this.getLocation()
or
key = "CurveType" and
value = this.getEllipticCurveType().toString() and
location = this.getLocation()
}
}
}