Skip to content

Commit f48cd62

Browse files
Merge branch 'master' into feat/crypto-registry-aes-ctr-hmac
2 parents 462e23c + 69a677e commit f48cd62

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

schema/cryptography-defs.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,10 @@
478478
{
479479
"pattern": "ChaCha20-Poly1305",
480480
"primitive": "ae"
481+
},
482+
{
483+
"pattern": "XChaCha20-Poly1305",
484+
"primitive": "ae"
481485
}
482486
]
483487
},
@@ -1028,11 +1032,11 @@
10281032
],
10291033
"variant": [
10301034
{
1031-
"pattern": "TUAC[-MAC]",
1035+
"pattern": "TUAK[-MAC]",
10321036
"primitive": "mac"
10331037
},
10341038
{
1035-
"pattern": "TUAC[-KDF]",
1039+
"pattern": "TUAK[-KDF]",
10361040
"primitive": "kdf"
10371041
}
10381042
]
@@ -1417,7 +1421,7 @@
14171421
],
14181422
"variant": [
14191423
{
1420-
"pattern": "bcrypt[-{cost)]",
1424+
"pattern": "bcrypt[-{cost}]",
14211425
"primitive": "hash"
14221426
}
14231427
]

tools/src/test/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ajv": "^8.12.0",
99
"ajv-formats": "^3.0.1",
1010
"ajv-formats-draft2019": "^1.6.1",
11-
"glob": "^11.0.0",
11+
"glob": "^13.0.0",
1212
"npm-run-all": "^4.1.5"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)