Remove unused allowlist entries (#6671)

This commit is contained in:
Sebastian Rittau
2021-12-23 11:23:25 +01:00
committed by GitHub
parent f9318703f3
commit 5ca666631e

View File

@@ -8,9 +8,6 @@ cryptography.hazmat.backends.interfaces.DHBackend.dh_parameters_supported
cryptography.hazmat.backends.interfaces.HMACBackend.cmac_algorithm_supported
cryptography.hazmat.bindings.openssl.binding.Binding.init_static_locks
cryptography.hazmat.primitives.asymmetric.dh.DHParameterNumbers.__init__
cryptography.hazmat.primitives.asymmetric.dsa.AsymmetricVerificationContext
cryptography.hazmat.primitives.asymmetric.ec.AsymmetricVerificationContext
cryptography.hazmat.primitives.asymmetric.rsa.AsymmetricVerificationContext
cryptography.hazmat.primitives.ciphers.aead.AESCCM.__init__
cryptography.hazmat.primitives.cmac.CMAC.__init__
cryptography.hazmat.primitives.hashes.BLAKE2b.__init__