Commit Graph

40 Commits (695548eaded9b18874665c2a5d8f927a305ad2d3)

Author SHA1 Message Date
xiaojunnuo d65d94b784 v1.24.3 2024-09-06 23:21:11 +08:00
xiaojunnuo c49ccbde93 v1.24.2 2024-09-06 22:34:49 +08:00
xiaojunnuo bef6b981e2 v1.24.1 2024-09-02 23:57:42 +08:00
xiaojunnuo f17b08ddab v1.24.0 2024-08-25 14:27:41 +08:00
xiaojunnuo 85ae80c882 Merge remote-tracking branch 'origin/acme_sync' into v2
# Conflicts:
#	packages/core/acme-client/package.json
2024-08-25 03:01:13 +08:00
xiaojunnuo 3bbbc41062 v1.22.6 2024-08-04 02:53:50 +08:00
xiaojunnuo 37a9e6aae0 v1.22.4 2024-07-26 20:56:06 +08:00
xiaojunnuo aa936c279e v1.22.3 2024-07-25 22:34:00 +08:00
xiaojunnuo e5da46cfc3 v1.22.2 2024-07-24 02:25:12 +08:00
xiaojunnuo d8b3d7a6e0 v1.22.1 2024-07-21 03:11:54 +08:00
xiaojunnuo 47fe3d5826 v1.22.0 2024-07-19 15:28:41 +08:00
GitHub Actions Bot e5edfbfa6d 🔱: [acme] sync upgrade with 6 commits [trident-sync]
Bump v5.4.0
Bump dependencies
Retry HTTP requests on server errors or when rate limited
Forgot to refresh directory timestamp after successful get
Add utility method tests
2024-07-16 19:24:08 +00:00
Greper a917a7bca6
Merge pull request #93 from certd/acme_sync
[acme] sync upgrade [trident-sync]
2024-07-16 03:24:25 +08:00
GitHub Actions Bot 86e64af35c 🔱: [acme] sync upgrade with 5 commits [trident-sync]
Temp remove Node v22 from matrix, broke CNAME tests
Invalidate ACME directory cache after 24 hours
Directory URLs for Google ACME provider
Bump Pebble v2.6.0
2024-07-15 19:24:17 +00:00
xiaojunnuo 031df8fc35 v1.21.2 2024-07-08 15:58:51 +08:00
xiaojunnuo 0b769a1c86 v1.21.1 2024-07-08 11:58:09 +08:00
xiaojunnuo 4656019898 v1.21.0 2024-07-04 01:15:51 +08:00
xiaojunnuo 6ec950818c v1.20.17 2024-07-03 23:45:57 +08:00
xiaojunnuo d46dab4fdd v1.20.16 2024-07-02 00:36:55 +08:00
xiaojunnuo 1b7debc6a4 Merge remote-tracking branch 'origin/acme_sync' into v2
# Conflicts:
#	packages/core/acme-client/package.json
#	packages/core/acme-client/src/auto.js
#	packages/core/acme-client/src/axios.js
#	packages/core/acme-client/src/http.js
2024-07-01 23:09:57 +08:00
xiaojunnuo 19a6b94680 v1.20.15 2024-06-28 16:06:55 +08:00
xiaojunnuo 6900452b49 v1.20.14 2024-06-24 01:05:48 +08:00
xiaojunnuo e5989fe023 v1.20.13 2024-06-19 00:56:42 +08:00
xiaojunnuo eed265faf1 v1.20.12 2024-06-17 23:10:07 +08:00
xiaojunnuo a31f1c7f5e v1.20.10 2024-05-30 11:39:05 +08:00
GitHub Actions Bot 162e10909b 🔱: [acme] sync upgrade with 7 commits [trident-sync]
Small crypto docs fix 2
Small crypto docs fix
Bump v5.3.1
Discourage use of cert subject common name, examples and docs
Style refactor docs and examples
Bump dependencies
2024-05-23 19:24:12 +00:00
GitHub Actions Bot 0f1ae6ccd9 🔱: [acme] sync upgrade with 3 commits [trident-sync]
Clean up eslintrc, style refactor and formatting fixes
Update auto.js

see https://github.com/publishlab/node-acme-client/issues/88#issuecomment-2105255828
2024-05-22 19:24:07 +00:00
Greper dd730f6beb
Merge pull request #51 from certd/acme_sync
[acme] sync upgrade [trident-sync]
2024-05-22 03:24:13 +08:00
GitHub Actions Bot c9d5cda953 🔱: [acme] sync upgrade with 7 commits [trident-sync]
Add Node v22 to test matrix
Postpone Pebble bump, v2.5.1 broke EAB tests
Bump Pebble v2.5.1
Allow client.auto() being called with an empty CSR common name
Carry EAB over to new HttpClient when updating account key
Ignore actrc
2024-05-21 19:24:05 +00:00
xiaojunnuo adf569eb62 v1.20.9 2024-03-22 11:29:56 +08:00
xiaojunnuo 80f96b5b26 v1.20.8 2024-03-22 11:22:58 +08:00
xiaojunnuo 3449a4d6af v1.20.7 2024-03-22 10:35:05 +08:00
xiaojunnuo feb7bfc724 v1.20.6 2024-03-22 01:26:41 +08:00
xiaojunnuo 485ae3514c v1.20.5 2024-03-12 00:35:03 +08:00
GitHub Actions Bot 960f61d158 🔱: [acme] sync upgrade with 3 commits [trident-sync]
Bump v5.3.0
Example for dns-01
2024-02-05 19:24:09 +00:00
GitHub Actions Bot 80cd1bfc8e 🔱: [acme] sync upgrade with 5 commits [trident-sync]
Update IETF links
Fix misc typos
Forgot SAN extension for self-signed ALPN certs
Replace jsrsasign dep with @peculiar/x509
2024-02-03 19:24:11 +00:00
GitHub Actions Bot fc9e71bed2 🔱: [acme] sync upgrade with 7 commits [trident-sync]
CHANGELOG
Fix tls-alpn-01 pebble test on Node v18+
Return correct tls-alpn-01 key authorization, tests
Support tls-alpn-01 internal challenge verification
Add tls-alpn-01 challenge test server support
Add ALPN crypto utility methods
2024-01-30 19:24:20 +00:00
GitHub Actions Bot 08c1f338d5 🔱: [acme] sync upgrade with 10 commits [trident-sync]
Bump v5.2.0 - package.json
Bump v5.2.0
yarn -> npm
CHANGELOG and tests for #76
Fix tests
Update auto.js: wait for all challenge promises before exit

Fixes #75
CHANGELOG and tests for #66
Fix lint errors
Allow self-signed or invalid certificate when evaluating verifyHttpChallenge
2024-01-22 19:24:37 +00:00
GitHub Actions Bot d22a25d260 🔱: [acme] sync upgrade with 10 commits [trident-sync]
Bump v5.1.0
Bump dep axios@1.6.5
Bump dep jsrsasign@11.0.0
Bump dev deps, typo in editorconfig
Replace uuid devdep with crypto.randomUUID
LICENSE, docs formatting, remove upgrade notice
Fix package.json typo
Replace deprecated dtslint with tsd, bump types
Add Node v20 to matrix, bump misc CI stuff
2024-01-20 19:24:14 +00:00
xiaojunnuo f64ea78c44 🔱: [acme] sync upgrade with 21 commits [trident-sync]
Bump v5.0.0
2023-01-29 15:27:11 +08:00