From 2827c7373131ee9f7343ae29f66e204ba5d6ae49 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Thu, 23 Oct 2025 09:29:47 -0400 Subject: [PATCH 1/3] Swap Travis-CI for GitHub Action badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b18a33..3d5af09 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 From 781853cae92b2e381b9ad101da62362d8510a8e9 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Thu, 23 Oct 2025 09:32:11 -0400 Subject: [PATCH 2/3] Remove unnecessary TODO & circular self reference. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 3d5af09..c9bf6f2 100644 --- a/README.md +++ b/README.md @@ -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). From addcead772224c59a2120acc5388b0d719b43d7b Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Thu, 23 Oct 2025 09:33:27 -0400 Subject: [PATCH 3/3] Fix copyright date range in LICENSE/README. --- LICENSE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 c9bf6f2..ed95d0a 100644 --- a/README.md +++ b/README.md @@ -83,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