-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Since support for cryptography < 2.0 tests were removed in #2260, should we remove references to crypto_valid_advanced at these locations?
$ git grep crypto_valid_advanced
scapy/config.py: crypto_valid_advanced = isCryptographyAdvanced()
scapy/layers/tls/automaton_cli.py: if conf.crypto_valid_advanced:
scapy/layers/tls/automaton_cli.py: if conf.crypto_valid_advanced:
scapy/layers/tls/automaton_cli.py: if conf.crypto_valid_advanced:
scapy/layers/tls/crypto/cipher_aead.py:if conf.crypto_valid_advanced:
scapy/layers/tls/crypto/cipher_aead.py: # if conf.crypto_valid_advanced:
scapy/layers/tls/crypto/cipher_aead.py:if conf.crypto_valid_advanced:
scapy/layers/tls/crypto/cipher_aead.py: if (conf.crypto_valid_advanced and
scapy/layers/tls/crypto/cipher_aead.py: if (conf.crypto_valid_advanced and
scapy/layers/tls/crypto/cipher_aead.py: if (conf.crypto_valid_advanced and
scapy/layers/tls/crypto/cipher_aead.py:if conf.crypto_valid_advanced:
scapy/layers/tls/crypto/cipher_aead.py: # if conf.crypto_valid_advanced:
scapy/layers/tls/crypto/cipher_aead.py:if conf.crypto_valid_advanced:
scapy/layers/tls/keyexchange_tls13.py:if conf.crypto_valid_advanced:
scapy/layers/tls/keyexchange_tls13.py: if conf.crypto_valid_advanced:
scapy/layers/tls/keyexchange_tls13.py: if conf.crypto_valid_advanced:
scapy/layers/tls/record.py:if conf.crypto_valid_advanced:
scapy/layers/tls/record.py: if (conf.crypto_valid_advanced and