mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
Pillow: fix errors found by stubtest (#5629)
* Update Pillow stubtest allowlist * Update cryptography allowlist
This commit is contained in:
@@ -8,6 +8,9 @@ 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.ciphers.modes.GCM.__init__
|
||||
cryptography.hazmat.primitives.cmac.CMAC.__init__
|
||||
@@ -18,22 +21,18 @@ cryptography.hazmat.primitives.hmac.HMAC.__init__
|
||||
cryptography.hazmat.primitives.hmac.HMAC.update
|
||||
cryptography.hazmat.primitives.serialization.pkcs12.serialize_key_and_certificates
|
||||
cryptography.hazmat.primitives.serialization.pkcs7.PKCS7SignatureBuilder.__init__
|
||||
cryptography.x509.CertificateBuilder.add_extension
|
||||
cryptography.x509.CertificateBuilder.public_key
|
||||
cryptography.x509.CertificateBuilder.serial_number
|
||||
cryptography.x509.CertificateRevocationListBuilder.__init__
|
||||
cryptography.x509.CertificateRevocationListBuilder.add_extension
|
||||
cryptography.x509.CertificateRevocationListBuilder.issuer_name
|
||||
cryptography.x509.CertificateRevocationListBuilder.last_update
|
||||
cryptography.x509.CertificateRevocationListBuilder.next_update
|
||||
cryptography.x509.CertificateSigningRequestBuilder.__init__
|
||||
cryptography.x509.CertificateSigningRequestBuilder.add_extension
|
||||
cryptography.x509.Extension.__init__
|
||||
cryptography.x509.Extensions.__init__
|
||||
cryptography.x509.NameAttribute.__init__
|
||||
cryptography.x509.OCSPExtensionOID
|
||||
cryptography.x509.RevokedCertificateBuilder.__init__
|
||||
cryptography.x509.RevokedCertificateBuilder.add_extension
|
||||
cryptography.x509.RevokedCertificateBuilder.serial_number
|
||||
cryptography.x509.extensions.AccessDescription.__init__
|
||||
cryptography.x509.extensions.AuthorityInformationAccess.__init__
|
||||
|
||||
Reference in New Issue
Block a user