Skip to content

Commit

Permalink
ncm-ssh: Remove unused validation function
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Nov 29, 2024
1 parent 196f851 commit 1a1e823
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ncm-ssh/src/main/pan/components/ssh/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ function is_valid_ssh_MAC = {
function is_valid_ssh_cipher = {
match (ARGV[0], "^((aes128|aes192|aes256)-ctr|(aes128-gcm|aes256-gcm|chacha20-poly1305)@openssh.com)$");
};

function is_valid_ssh_kexalgorithm = {
match (ARGV[0], "^(diffie-hellman-group-exchange-sha256|ecdh-sha2-nistp(256|384|521)|" +
"[email protected])$");
};

type legacy_ssh_MACs = string with {
Expand Down

0 comments on commit 1a1e823

Please sign in to comment.