Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit f97f6c0

Browse files
committed
Bump README draft to version 12
1 parent fb263d1 commit f97f6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ httpsig
77
.. image:: https://travis-ci.org/ahknight/httpsig.svg?branch=develop
88
:target: https://travis-ci.org/ahknight/httpsig
99

10-
Sign HTTP requests with secure signatures according to the IETF HTTP Signatures specification (`Draft 8`_). This is a fork of the original module_ to fully support both RSA and HMAC schemes as well as unit test both schemes to prove they work. It's being used in production and is actively-developed.
10+
Sign HTTP requests with secure signatures according to the IETF HTTP Signatures specification (`Draft 12`_). This is a fork of the original module_ to fully support both RSA and HMAC schemes as well as unit test both schemes to prove they work. It's being used in production and is actively-developed.
1111

1212
See the original project_, original Python module_, original spec_, and `current IETF draft`_ for more details on the signing scheme.
1313

1414
.. _project: https://github.com/joyent/node-http-signature
1515
.. _module: https://github.com/zzsnzmn/py-http-signature
1616
.. _spec: https://github.com/joyent/node-http-signature/blob/master/http_signing.md
1717
.. _`current IETF draft`: https://datatracker.ietf.org/doc/draft-cavage-http-signatures/
18-
.. _`Draft 8`: http://tools.ietf.org/html/draft-cavage-http-signatures-08
18+
.. _`Draft 12`: http://tools.ietf.org/html/draft-cavage-http-signatures-12
1919

2020
Requirements
2121
------------

0 commit comments

Comments
 (0)