mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Fixed a bug in OpenSSL.crypto stub (#5796)
Co-authored-by: Vasily Zakharov <v.zakharov@wwpass.com>
This commit is contained in:
@@ -45,7 +45,7 @@ class X509Name:
|
||||
emailAddress: Text
|
||||
def __init__(self, name: X509Name) -> None: ...
|
||||
def der(self) -> bytes: ...
|
||||
def get_components(self) -> List[Tuple[str, str]]: ...
|
||||
def get_components(self) -> List[Tuple[bytes, bytes]]: ...
|
||||
def hash(self) -> int: ...
|
||||
|
||||
class X509:
|
||||
|
||||
Reference in New Issue
Block a user