Merge branch 'main' into cklin/rc-3.18-mergeback

This commit is contained in:
Chuan-kai Lin
2025-06-09 07:19:40 -07:00
893 changed files with 27680 additions and 10497 deletions

View File

@@ -1388,7 +1388,7 @@ module JCAModel {
override Crypto::TKeyAgreementType getKeyAgreementType() {
if key_agreement_name_to_type_known(_, super.getValue())
then key_agreement_name_to_type_known(result, super.getValue())
else result = Crypto::UnknownKeyAgreementType()
else result = Crypto::OtherKeyAgreementType()
}
KeyAgreementAlgorithmValueConsumer getConsumer() { result = consumer }