Commit graph

892 commits

Author SHA1 Message Date
Filip Skokan
6fa6fdaeb2 chore(release): 4.3.3 2021-11-11 23:31:14 +01:00
Filip Skokan
0c1946c3e2 fix(typescript): apply updated compact and jwt headers to compact/jwt verify and decrypt results 2021-11-11 23:30:07 +01:00
Filip Skokan
4423395490 chore: cleanup after publish 2021-11-11 22:13:21 +00:00
Filip Skokan
2e77b09d11 chore(release): 4.3.2 2021-11-11 23:03:38 +01:00
Filip Skokan
1031c1f26e docs: update CHANGELOG.md 2021-11-11 22:56:47 +01:00
Filip Skokan
8434e31452 refactor: update tests and internals of jwks 2021-11-11 22:56:47 +01:00
Filip Skokan
b5e707c6d5 chore: cleanup after publish 2021-11-11 22:56:47 +01:00
Filip Skokan
f9e9c30d3c chore(release): 4.3.1 2021-11-11 22:10:41 +01:00
Filip Skokan
2a84afa1c3 refactor: src/runtime/interfaces.d.ts 2021-11-11 22:05:17 +01:00
Filip Skokan
79cbd82d3d fix(typescript): Signed JWT Header Parameters has alg as required and b64 as never 2021-11-11 22:05:17 +01:00
Filip Skokan
c7fabd0f01 fix(typescript): Compact JWS Header Parameters has alg as required 2021-11-11 22:05:17 +01:00
Filip Skokan
0fa87af64b fix(typescript): Compact JWS Header Parameters has alg and enc as required 2021-11-11 22:05:17 +01:00
Filip Skokan
aaba8f3000 fix: createRemoteJWKSet handles all JWS syntaxes 2021-11-11 22:05:17 +01:00
Filip Skokan
2e2b79d486 docs: mention signed JWT alg as required 2021-11-11 20:14:12 +01:00
Filip Skokan
7645ff00f4 chore: cleanup after publish 2021-11-11 16:20:30 +00:00
Filip Skokan
81cb191f56 chore(release): 4.3.0 2021-11-11 17:14:02 +01:00
Filip Skokan
f3a0cc9e73 refactor: src/jws/general/sign.ts 2021-11-11 17:06:00 +01:00
Filip Skokan
c6da6c2bc2 refactor: src/jwe/general/encrypt.ts 2021-11-11 16:58:27 +01:00
Filip Skokan
cfc93f5daf feat: add GeneralSign signature and GeneralEncrypt recipient builder chaining 2021-11-11 16:16:01 +01:00
Filip Skokan
62e54283fc build: strip alternate distro package.json 2021-11-11 15:21:41 +01:00
Filip Skokan
808877ae88 refactor: src/runtime/node/hmac_digest.ts 2021-11-11 14:29:25 +01:00
Filip Skokan
4a5e89d4e1 test(node): refactor to run only cjs in node 12, else esm 2021-11-10 16:47:41 +01:00
Filip Skokan
ce2c55ba1e docs: apply the changes from ^1 2021-11-10 15:20:12 +01:00
Filip Skokan
3925ebc561 docs: update readmes and examples 2021-11-10 15:19:37 +01:00
Filip Skokan
50d45f79db test: fix testECDSASigEncoding under @peculiar/webcrypto 2021-11-10 09:13:25 +01:00
Filip Skokan
6efe0b25c0 test: use 4096 bit size in generate rsa tests 2021-11-09 21:55:15 +01:00
Filip Skokan
404818b19c chore: cleanup after publish 2021-11-09 17:34:30 +00:00
Filip Skokan
f3a1856d1f chore(release): 4.2.1 2021-11-09 18:26:40 +01:00
Filip Skokan
53e84fa385 refactor(web): use is_key_like types 2021-11-09 18:13:00 +01:00
Filip Skokan
401cabf974 fix(node): dont mention CryptoKey in versions without webcrypto 2021-11-09 18:12:25 +01:00
Filip Skokan
e9981a6ab7 refactor(node): less unnecessary async 2021-11-09 16:03:39 +01:00
Filip Skokan
dda1e2fdbd test: split ecdh-es kw and dir 2021-11-09 15:40:05 +01:00
Filip Skokan
5f1320e08d refactor: runtime and lib 2021-11-09 15:28:06 +01:00
Filip Skokan
34e8e9cb00 refactor: simplify refs in general produce code 2021-11-09 11:21:46 +01:00
Filip Skokan
54fc0e3a60 chore: cleanup after publish 2021-11-08 21:49:11 +00:00
Filip Skokan
f14ded02a5 chore(release): 4.2.0 2021-11-08 22:35:16 +01:00
Filip Skokan
be56574b19 docs: GeneralSign addSignature 2021-11-08 22:30:59 +01:00
Filip Skokan
94eca81687 feat: General JWE Encryption 2021-11-08 22:30:58 +01:00
Filip Skokan
29e03ada92 refactor: update JWE Header disjoint error message 2021-11-08 21:38:49 +01:00
Filip Skokan
bfefb4dd34 chore: cleanup after publish 2021-11-05 22:53:37 +00:00
Filip Skokan
9e87b1668d chore(release): 4.1.5 2021-11-05 23:44:40 +01:00
Filip Skokan
51a18b675a fix: importX509 certificate values that do not include a version number
closes #308
2021-11-05 23:40:10 +01:00
Filip Skokan
c3731481c7 refactor(node): skip concat on counter mode de/encrypt 2021-11-03 14:45:41 +01:00
Filip Skokan
0c6d3f35f2 docs: update README.md 2021-11-03 14:36:16 +01:00
Filip Skokan
22affc5501 chore: cleanup after publish 2021-11-01 17:21:39 +00:00
Filip Skokan
87d5133b9f chore(release): 4.1.4 2021-11-01 18:08:53 +01:00
Filip Skokan
57126f1806 fix: allow shorter HMAC secrets
With workarounds available its enforcement is just adding extra code
that annoys developers.
2021-11-01 17:52:04 +01:00
Filip Skokan
4f993094c9 chore: not everything is a Bug Fix per se, something is just a Fix 2021-11-01 16:42:11 +01:00
Filip Skokan
645995e3af chore: cleanup after publish 2021-11-01 15:06:26 +00:00
Filip Skokan
df41df2067 chore(release): 4.1.3 2021-11-01 15:53:41 +01:00