typeshed
typeshed copied to clipboard
pyOpenSSL stubs are missing types for DTLS constants
Pretty straight forward.
https://github.com/pyca/pyopenssl/blob/a972ea4a5df700d60a5b59f7990952baf0bb3974/src/OpenSSL/SSL.py#L162-L164
They're there in the actual code, but missing from the stubs.