Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2017-01-25 23:10:33 +0100
committerArthur de Jong <arthur@arthurdejong.org>2017-01-25 23:11:05 +0100
commit1fc1a035bb2e04c25bd20c88df485c9beaf331aa (patch)
tree6fe549c8fa6d201f0c45e8e99762d32a91b1bd4f
parent8de25c2dfee50d8aa203b58c1c1b83e0e32fe4ab (diff)
Switch URLs to HTTPS
-rw-r--r--README2
-rw-r--r--docs/usage.rst8
-rwxr-xr-xsetup.py2
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 <https://tools.ietf.org/html/rfc6030#section-10.1>`_ |
+------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
- | ``urn:ietf:params:xml:ns:keyprov:pskc#totp`` | `OATH time-based OTP <http://tools.ietf.org/html/draft-hoyer-keyprov-pskc-algorithm-profiles-01#section-4>`_ |
+ | ``urn:ietf:params:xml:ns:keyprov:pskc#totp`` | `OATH time-based OTP <https://tools.ietf.org/html/draft-hoyer-keyprov-pskc-algorithm-profiles-01#section-4>`_ |
| ``urn:ietf:params:xml:ns:keyprov:pskc:totp`` | |
+------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+
| ``urn:ietf:params:xml:ns:keyprov:pskc#OCRA-1`` | `OATH challenge-response algorithm <https://tools.ietf.org/html/draft-hoyer-keyprov-pskc-algorithm-profiles-01#section-3>`_ |
@@ -251,7 +251,7 @@ The Key class
.. attribute:: challenge_check
Boolean that indicates whether the device will check an embedded
- `Luhn check digit <http://arthurdejong.org/python-stdnum/doc/stdnum.luhn.html>`_
+ `Luhn check digit <https://arthurdejong.org/python-stdnum/doc/stdnum.luhn.html>`_
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 <http://arthurdejong.org/python-stdnum/doc/stdnum.luhn.html>`_
+ `Luhn check digit <https://arthurdejong.org/python-stdnum/doc/stdnum.luhn.html>`_
to the response.
.. attribute:: policy
@@ -315,7 +315,7 @@ The Device class
provisioned.
`RFC 6030 <https://tools.ietf.org/html/rfc6030#section-4.3.1>`__
prescribes that the value is of the form ``oath.prefix`` for `OATH
- Manufacturer Prefixes <http://www.openauthentication.org/oath-id/prefixes/>`_
+ Manufacturer Prefixes <https://openauthentication.org/oath-manufacturers/>`_
or ``iana.organisation`` for `IANA Private Enterprise Numbers
<https://www.iana.org/assignments/enterprise-numbers/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',