Changed casing on TCipherType, Added some initial fixes for hash support, started developing openssl hashing modeling.

This commit is contained in:
REDMOND\brodes
2025-03-07 10:02:36 -05:00
parent b9bd199432
commit 32d29ffde3
6 changed files with 185 additions and 42 deletions

View File

@@ -123,7 +123,7 @@ module JCAModel {
override Crypto::TCipherType getCipherFamily() {
if this.cipherNameMappingKnown(_, super.getAlgorithmName())
then this.cipherNameMappingKnown(result, super.getAlgorithmName())
else result instanceof Crypto::OTHERCIPHERTYPE
else result instanceof Crypto::OtherCipherType
}
bindingset[name]
@@ -135,7 +135,7 @@ module JCAModel {
type instanceof Crypto::DES
or
name = "TripleDES" and
type instanceof Crypto::TRIPLEDES
type instanceof Crypto::TripleDES
or
name = "IDEA" and
type instanceof Crypto::IDEA