mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-11 18:59:51 +08:00
# Conflicts: # jsowell-ui/.env.development # jsowell-ui/.env.staging # jsowell-ui/bin/build-sit.bat # jsowell-ui/bin/build.bat # jsowell-ui/src/api/adapayMember/adapayMember.js # jsowell-ui/src/api/pile/merchant.js # jsowell-ui/src/router/index.js # jsowell-ui/src/views/financial/financeDetail.vue # jsowell-ui/src/views/financial/merchant.vue # jsowell-ui/src/views/homeIndex/homeIndex.vue # jsowell-ui/src/views/login.vue # jsowell-ui/src/views/pile/basic/detail.vue # jsowell-ui/src/views/pile/station/components/SiteInfo.vue # jsowell-ui/src/views/pile/station/detail.vue # jsowell-ui/src/views/pile/station/orderReport.vue
1.3 KiB
1.3 KiB
node-http-signature changelog
1.1.1
- Version of dependency
assert-plusupdated: old version was missing some license information - Corrected examples in
http_signing.md, added auto-tests to automatically validate these examples
1.1.0
- Bump version of
sshpkdependency, remove peerDependency on it since it now supports exchanging objects between multiple versions of itself where possible
1.0.2
- Bump min version of
jsprimdependency, to include fixes for using http-signature withbrowserify
1.0.1
- Bump minimum version of
sshpkdependency, to include fixes for whitespace tolerance in key parsing.
1.0.0
- First semver release.
- #36: Ensure verifySignature does not leak useful timing information
- #42: Bring the library up to the latest version of the spec (including the request-target changes)
- Support for ECDSA keys and signatures.
- Now uses
sshpkfor key parsing, validation and conversion. - Fixes for #21, #47, #39 and compatibility with node 0.8
0.11.0
- Split up HMAC and Signature verification to avoid vulnerabilities where a key intended for use with one can be validated against the other method instead.
0.10.2
- Updated versions of most dependencies.
- Utility functions exported for PEM => SSH-RSA conversion.
- Improvements to tests and examples.