mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Changed casing on TCipherType, Added some initial fixes for hash support, started developing openssl hashing modeling.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user