aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2020-10-21 18:58:55 +0200
committerJ08nY2020-10-21 18:58:55 +0200
commit0c8340be04cf05cf9e6882d387a18df8a09dd47e (patch)
tree3a4ff5c18b892d7a36ae2afb28994579e326b55e
parent64b149680131a2c20e1534e5f59a3b40fe884984 (diff)
downloadsec-certs-0c8340be04cf05cf9e6882d387a18df8a09dd47e.tar.gz
sec-certs-0c8340be04cf05cf9e6882d387a18df8a09dd47e.tar.zst
sec-certs-0c8340be04cf05cf9e6882d387a18df8a09dd47e.zip
Fix block_cipher_modes key in output.
-rw-r--r--sec_certs/cert_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sec_certs/cert_rules.py b/sec_certs/cert_rules.py
index 8623996c..78257525 100644
--- a/sec_certs/cert_rules.py
+++ b/sec_certs/cert_rules.py
@@ -337,7 +337,7 @@ rules['rules_security_assurance_components'] = rules_security_assurance_componen
rules['rules_security_functional_components'] = rules_security_functional_components
rules['rules_javacard'] = rules_javacard
rules['rules_crypto_algs'] = rules_crypto_algs
-rules['block_cipher_modes'] = rules_block_cipher_modes
+rules['rules_block_cipher_modes'] = rules_block_cipher_modes
rules['rules_ecc_curves'] = rules_ecc_curves
rules['rules_cplc'] = rules_cplc
rules['rules_crypto_engines'] = rules_crypto_engines