|
4 | 4 |
|
5 | 5 | (nothing yet)
|
6 | 6 |
|
| 7 | +## 1.3.6 |
| 8 | + |
| 9 | +* Update jsprim due to vulnerability in json-schema (#123) |
| 10 | + |
7 | 11 | ## 1.3.5
|
8 | 12 |
|
9 |
| - - Add keyPassphrase option to signer (#115) |
10 |
| - - Add support for created and expires values (#110) |
| 13 | +* Add keyPassphrase option to signer (#115) |
| 14 | +* Add support for created and expires values (#110) |
11 | 15 |
|
12 | 16 | ## 1.3.4
|
13 | 17 |
|
14 |
| -- Fix breakage in v1.3.3 with the setting of the "algorithm" field in the |
| 18 | +* Fix breakage in v1.3.3 with the setting of the "algorithm" field in the |
15 | 19 | Authorization header (#102)
|
16 | 20 |
|
17 | 21 | ## 1.3.3
|
18 | 22 |
|
19 | 23 | **Bad release. Use 1.3.4.**
|
20 | 24 |
|
21 |
| - - Add support for an opaque param in the Authorization header (#101) |
22 |
| - - Add support for adding the keyId and algorithm params into the signing string (#100) |
| 25 | +* Add support for an opaque param in the Authorization header (#101) |
| 26 | +* Add support for adding the keyId and algorithm params into the signing string (#100) |
23 | 27 |
|
24 | 28 | ## 1.3.2
|
25 | 29 |
|
26 |
| -- Allow Buffers to be used for verifyHMAC (#98) |
| 30 | +* Allow Buffers to be used for verifyHMAC (#98) |
27 | 31 |
|
28 | 32 | ## 1.3.1
|
29 | 33 |
|
30 |
| -- Fix node 0.10 usage (#90) |
| 34 | +* Fix node 0.10 usage (#90) |
31 | 35 |
|
32 | 36 | ## 1.3.0
|
33 | 37 |
|
34 | 38 | **Known issue:** This release broken http-signature with node 0.10.
|
35 | 39 |
|
36 |
| -- Bump dependency `sshpk` |
37 |
| -- Add `Signature` header support (#83) |
| 40 | +* Bump dependency `sshpk` |
| 41 | +* Add `Signature` header support (#83) |
38 | 42 |
|
39 | 43 | ## 1.2.0
|
40 | 44 |
|
41 |
| -- Bump dependency `assert-plus` |
42 |
| -- Add ability to pass a custom header name |
43 |
| -- Replaced dependency `node-uuid` with `uuid` |
| 45 | +* Bump dependency `assert-plus` |
| 46 | +* Add ability to pass a custom header name |
| 47 | +* Replaced dependency `node-uuid` with `uuid` |
44 | 48 |
|
45 | 49 | ## 1.1.1
|
46 | 50 |
|
47 |
| -- Version of dependency `assert-plus` updated: old version was missing |
| 51 | +* Version of dependency `assert-plus` updated: old version was missing |
48 | 52 | some license information
|
49 |
| -- Corrected examples in `http_signing.md`, added auto-tests to |
| 53 | +* Corrected examples in `http_signing.md`, added auto-tests to |
50 | 54 | automatically validate these examples
|
51 | 55 |
|
52 | 56 | ## 1.1.0
|
53 | 57 |
|
54 |
| -- Bump version of `sshpk` dependency, remove peerDependency on it since |
| 58 | +* Bump version of `sshpk` dependency, remove peerDependency on it since |
55 | 59 | it now supports exchanging objects between multiple versions of itself
|
56 | 60 | where possible
|
57 | 61 |
|
58 | 62 | ## 1.0.2
|
59 | 63 |
|
60 |
| -- Bump min version of `jsprim` dependency, to include fixes for using |
| 64 | +* Bump min version of `jsprim` dependency, to include fixes for using |
61 | 65 | http-signature with `browserify`
|
62 | 66 |
|
63 | 67 | ## 1.0.1
|
64 | 68 |
|
65 |
| -- Bump minimum version of `sshpk` dependency, to include fixes for |
| 69 | +* Bump minimum version of `sshpk` dependency, to include fixes for |
66 | 70 | whitespace tolerance in key parsing.
|
67 | 71 |
|
68 | 72 | ## 1.0.0
|
69 | 73 |
|
70 |
| -- First semver release. |
71 |
| -- #36: Ensure verifySignature does not leak useful timing information |
72 |
| -- #42: Bring the library up to the latest version of the spec (including the |
| 74 | +* First semver release. |
| 75 | +* #36: Ensure verifySignature does not leak useful timing information |
| 76 | +* #42: Bring the library up to the latest version of the spec (including the |
73 | 77 | request-target changes)
|
74 |
| -- Support for ECDSA keys and signatures. |
75 |
| -- Now uses `sshpk` for key parsing, validation and conversion. |
76 |
| -- Fixes for #21, #47, #39 and compatibility with node 0.8 |
| 78 | +* Support for ECDSA keys and signatures. |
| 79 | +* Now uses `sshpk` for key parsing, validation and conversion. |
| 80 | +* Fixes for #21, #47, #39 and compatibility with node 0.8 |
77 | 81 |
|
78 | 82 | ## 0.11.0
|
79 | 83 |
|
80 |
| -- Split up HMAC and Signature verification to avoid vulnerabilities where a |
| 84 | +* Split up HMAC and Signature verification to avoid vulnerabilities where a |
81 | 85 | key intended for use with one can be validated against the other method
|
82 | 86 | instead.
|
83 | 87 |
|
84 | 88 | ## 0.10.2
|
85 | 89 |
|
86 |
| -- Updated versions of most dependencies. |
87 |
| -- Utility functions exported for PEM => SSH-RSA conversion. |
88 |
| -- Improvements to tests and examples. |
| 90 | +* Updated versions of most dependencies. |
| 91 | +* Utility functions exported for PEM => SSH-RSA conversion. |
| 92 | +* Improvements to tests and examples. |
0 commit comments