From 1fc1a035bb2e04c25bd20c88df485c9beaf331aa Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 25 Jan 2017 23:10:33 +0100 Subject: Switch URLs to HTTPS --- README | 2 +- docs/usage.rst | 8 ++++---- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 3b70159..5f6b4d5 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ other authentication devices. This module can be used to extract keys from PSKC files for use in an OTP authentication system. The module can also be used for authoring PSKC files. -http://arthurdejong.org/python-pskc/ +https://arthurdejong.org/python-pskc/ API diff --git a/docs/usage.rst b/docs/usage.rst index 47ea04b..e53d0b8 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -158,7 +158,7 @@ The Key class +------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | ``urn:ietf:params:xml:ns:keyprov:pskc:hotp`` | `OATH event-based OTP `_ | +------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ - | ``urn:ietf:params:xml:ns:keyprov:pskc#totp`` | `OATH time-based OTP `_ | + | ``urn:ietf:params:xml:ns:keyprov:pskc#totp`` | `OATH time-based OTP `_ | | ``urn:ietf:params:xml:ns:keyprov:pskc:totp`` | | +------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | ``urn:ietf:params:xml:ns:keyprov:pskc#OCRA-1`` | `OATH challenge-response algorithm `_ | @@ -251,7 +251,7 @@ The Key class .. attribute:: challenge_check Boolean that indicates whether the device will check an embedded - `Luhn check digit `_ + `Luhn check digit `_ contained in the challenge. .. attribute:: response_encoding @@ -266,7 +266,7 @@ The Key class .. attribute:: response_check Boolean that indicates whether the device will append a - `Luhn check digit `_ + `Luhn check digit `_ to the response. .. attribute:: policy @@ -315,7 +315,7 @@ The Device class provisioned. `RFC 6030 `__ prescribes that the value is of the form ``oath.prefix`` for `OATH - Manufacturer Prefixes `_ + Manufacturer Prefixes `_ or ``iana.organisation`` for `IANA Private Enterprise Numbers `_ however, it is generally just a string. diff --git a/setup.py b/setup.py index 8393682..97576c4 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( author='Arthur de Jong', author_email='arthur@arthurdejong.org', keywords=['PSKC', 'RFC 6030', 'key container'], - url='http://arthurdejong.org/python-pskc/', + url='https://arthurdejong.org/python-pskc/', license='LGPL', classifiers=[ 'Development Status :: 4 - Beta', -- cgit v1.2.3