Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2019-2020, Digital Bazaar, Inc.
Copyright (c) 2019-2025, Digital Bazaar, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HTTP Digest Header Library _(@digitalbazaar/http-digest-header)_

[![Build status](https://img.shields.io/travis/digitalbazaar/http-digest-header.svg)](https://travis-ci.org/digitalbazaar/http-digest-header)
[![Node.js CI](https://github.com/digitalbazaar/http-digest-header/actions/workflows/main.yml/badge.svg)](https://github.com/digitalbazaar/http-digest-header/actions/workflows/main.yml)

> JavaScript library (Node.js and browser) for creating and verifying Digest headers for HTTP Signatures

Expand All @@ -21,15 +21,9 @@ mentioned in **[HTTP Signatures IETF draft](https://tools.ietf.org/html/draft-ca
Since then, the `Digest` header got its own standards-track spec, at
https://tools.ietf.org/html/draft-ietf-httpbis-digest-headers.

TODO: Update library in accordance with the new digest spec.

This is a library specifically for creating and verifying the `Digest:` header,
for use with HTTP Signatures and similar mechanisms.

This is a standalone separate library from
[`http-digest-header`](https://github.com/digitalbazaar/http-digest-header)
so as not to introduce dependencies on cryptographic libraries to that lib.

It's intended to be isomorphic (for use both in the browser and server-side,
with Node.js).

Expand Down Expand Up @@ -89,6 +83,6 @@ Digital Bazaar: [email protected]

## License

[BSD-3-Clause](LICENSE.md) © 2019-2022 Digital Bazaar
[BSD-3-Clause](LICENSE.md) © 2019-2025 Digital Bazaar

[Web Crypto API]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API