diff --git a/LICENSE.md b/LICENSE.md index 4524dee..07f3066 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/README.md b/README.md index 3b18a33..ed95d0a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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). @@ -89,6 +83,6 @@ Digital Bazaar: support@digitalbazaar.com ## 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