diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-04-24 22:10:47 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-04-24 22:10:47 -0400 |
commit | 69b995a342b32744d1f340e14ec8841e8fb8a51e (patch) | |
tree | df9f1d2022a8ea5f2908482c7b1bdb1435597bb4 /sites/www | |
parent | 900b42620a15739f36b6de73bfa277d10b182a3b (diff) |
crypto our crypto
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/index.rst b/sites/www/index.rst index 340c984b..b09ab589 100644 --- a/sites/www/index.rst +++ b/sites/www/index.rst @@ -4,7 +4,7 @@ Welcome to Paramiko! Paramiko is a Python (2.6+, 3.3+) implementation of the SSHv2 protocol [#]_, providing both client and server functionality. While it leverages a Python C extension for low level cryptography -(`Cryptography <http://cryptography.io>`_), Paramiko itself is a pure Python +(`Cryptography <https://cryptography.io>`_), Paramiko itself is a pure Python interface around SSH networking concepts. This website covers project information for Paramiko such as the changelog, |