You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ See the original project_, original Python module_, original spec_, and `current
20
20
Requirements
21
21
------------
22
22
23
-
* Python 2.7, 3.3-3.6
23
+
* Python 2.7, 3.4-3.7
24
24
* PyCryptodome_
25
25
26
26
Optional:
@@ -34,7 +34,7 @@ For testing:
34
34
35
35
* tox
36
36
* pyenv (optional, handy way to access multiple versions)
37
-
$ for VERS in 2.7.14 3.3.7 3.4.8 3.5.5 3.6.4; do pyenv install -s $VERS; done
37
+
$ for VERS in 2.7.15 3.4.9 3.5.6 3.6.7 3.7.1; do pyenv install -s $VERS; done
38
38
39
39
Usage
40
40
-----
@@ -116,8 +116,7 @@ Known Limitations
116
116
117
117
1. Multiple values for the same header are not supported. New headers with the same name will overwrite the previous header. It might be possible to replace the CaseInsensitiveDict with the collection that the email package uses for headers to overcome this limitation.
118
118
2. Keyfiles with passwords are not supported. There has been zero vocal demand for this so if you would like it, a PR would be a good way to get it in.
119
-
3. Draft 2 added support for the Signature header. As this was principally designed to be an authentication helper, that header is not currently supported. PRs welcome. (It is trivial to move the value after generation, of course.)
120
-
4. Draft 2 added support for ecdsa-sha256. This is available in PyCryptodome but has not been added to httpsig. PRs welcome.
119
+
3. Draft 2 added support for ecdsa-sha256. This is available in PyCryptodome but has not been added to httpsig. PRs welcome.
0 commit comments