mirror of
https://github.com/ProtonMail/proton-python-client.git
synced 2026-01-12 06:52:55 +00:00
This new feature will query the hardcoded dns hosts with the hardcoded (encoded) urls. The result is that it will provide a set of alternative url routes that can be used to reach Proton API. For this to work, the dev implementing this must disable ssl_verification and ensure that TLS pinning is enabled. Since the standard TLS checks are weaked, given by the fact that ssl_verification is disabled, TLS pinning must always be enabled, when using this feature, to ensure protection again MITM attacks.
17 lines
683 B
Text
17 lines
683 B
Text
Source: proton-python-client
|
|
Priority: optional
|
|
Maintainer: Proton Technologies AG <opensource@proton.me>
|
|
Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools
|
|
Standards-Version: 4.1.2
|
|
Homepage: https://protonvpn.com/
|
|
X-Python3-Version: >= 3.5
|
|
|
|
Package: python3-proton-client
|
|
Architecture: all
|
|
Homepage: https://github.com/ProtonMail/proton-python-client
|
|
Section: net
|
|
Depends: ${python3:Depends}, ${misc:Depends}, python3-bcrypt, python3-gnupg, python3-openssl, python3-dnspython, python3-requests (>= 2.16.0)
|
|
Description: Proton SRP (Python 3)
|
|
Safely login with ProtonVPN credentials to connect to Proton.
|
|
.
|
|
This package installs the library for Python 3.
|