Skip to content

Commit 992b950

Browse files
fix(registry): correct ANSI INCITS 92-1981 reference URL (#814)
Fixes #806 The DES entry referenced ANSI INCITS 92-1981, but the URL incorrectly pointed to NIST FIPS 46-3. This PR updates standard.url to the official ANSI Webstore listing (paywalled).
2 parents 09d7b33 + f6f0f56 commit 992b950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/cryptography-defs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@
637637
},
638638
{
639639
"name": "ANSI INCITS 92-1981",
640-
"url": "https://csrc.nist.gov/pubs/fips/46-3/final"
640+
"url": "https://webstore.ansi.org/standards/incits/ansiincits921981r2003"
641641
}
642642
],
643643
"variant": [

0 commit comments

Comments
 (0)