mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Crypto: Add missing cipher algorithms to JCA. Update node tests to account for missing cipher algorithms.
This commit is contained in:
@@ -39,6 +39,7 @@ module Types {
|
||||
RC5() or
|
||||
SEED() or
|
||||
SM4() or
|
||||
SKIPJACK() or
|
||||
OtherSymmetricCipherType()
|
||||
|
||||
newtype TAsymmetricCipherType =
|
||||
@@ -118,6 +119,8 @@ module Types {
|
||||
or
|
||||
type = SM4() and name = "SM4" and s = Block()
|
||||
or
|
||||
type = SKIPJACK() and name = "Skipjack" and s = Block()
|
||||
or
|
||||
type = OtherSymmetricCipherType() and
|
||||
name = "UnknownSymmetricCipher" and
|
||||
s = OtherCipherStructureType()
|
||||
|
||||
Reference in New Issue
Block a user