Update dependency pyopenssl to v19.1.0
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| pyopenssl (source) | minor |
==19.0.0 -> ==19.1.0
|
Release Notes
pyca/pyopenssl
v19.1.0
Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Removed deprecated
ContextType,ConnectionType,PKeyType,X509NameType,X509ReqType,X509Type,X509StoreType,CRLType,PKCS7Type,PKCS12Type, andNetscapeSPKITypealiases. Use the classes without theTypesuffix instead.#​814 <https://github.com/pyca/pyopenssl/pull/814>_ - The minimum
cryptographyversion is now 2.8 due to issues on macOS with a transitive dependency.#​875 <https://github.com/pyca/pyopenssl/pull/875>_
Deprecations: ^^^^^^^^^^^^^
- Deprecated
OpenSSL.SSL.Context.set_npn_advertise_callback,OpenSSL.SSL.Context.set_npn_select_callback, andOpenSSL.SSL.Connection.get_next_proto_negotiated. ALPN should be used instead.#​820 <https://github.com/pyca/pyopenssl/pull/820>_
Changes: ^^^^^^^^
- Support
bytearrayinSSL.Connection.send()by using cffi's from_buffer.#​852 <https://github.com/pyca/pyopenssl/pull/852>_ - The
OpenSSL.SSL.Context.set_alpn_select_callbackcan return a newNO_OVERLAPPING_MROTOCOLSsentinel value to allow a TLS handshake to complete without an application protocol.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.