hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 21a1b705d9a411a64267d9ba38ce34944c9c78da
parent 06b4e4af8efac05f849bc44b3ce1eb3643d7f0cd
Author: Armin Preiml <apreiml@strohwolke.at>
Date:   Fri,  8 Nov 2024 15:11:53 +0100

encoding::asn1::stdoid: fix anyExtendedKeyUsage

Signed-off-by: Armin Preiml <apreiml@strohwolke.at>

Diffstat:
Mencoding/asn1/stdoid/db.ha | 16++++++++--------
Mencoding/asn1/stdoid/db.txt | 2+-
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/encoding/asn1/stdoid/db.ha b/encoding/asn1/stdoid/db.ha @@ -34,12 +34,12 @@ const _db = asn1::oiddb { 0x55, 0x1d, 0x13, 0x03, 0x55, 0x1d, 0x1e, 0x03, 0x55, 0x1d, 0x1f, 0x03, 0x55, 0x1d, 0x20, 0x03, 0x55, 0x1d, 0x21, 0x03, 0x55, 0x1d, 0x23, 0x03, 0x55, 0x1d, 0x24, 0x03, 0x55, 0x1d, 0x25, 0x03, 0x55, 0x1d, 0x2e, 0x03, - 0x55, 0x1d, 0x36, 0x03, 0x55, 0x1d, 0x25, 0x08, 0x2b, 0x06, 0x01, 0x05, - 0x05, 0x07, 0x03, 0x01, 0x08, 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, - 0x02, 0x08, 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x03, 0x08, 0x2b, - 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x04, 0x08, 0x2b, 0x06, 0x01, 0x05, - 0x05, 0x07, 0x03, 0x08, 0x08, 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, - 0x09, + 0x55, 0x1d, 0x36, 0x04, 0x55, 0x1d, 0x25, 0x00, 0x08, 0x2b, 0x06, 0x01, + 0x05, 0x05, 0x07, 0x03, 0x01, 0x08, 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, + 0x03, 0x02, 0x08, 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x03, 0x08, + 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x04, 0x08, 0x2b, 0x06, 0x01, + 0x05, 0x05, 0x07, 0x03, 0x08, 0x08, 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, + 0x03, 0x09, ], index = [ 0x0000, 0x0004, 0x000e, 0x0018, 0x0022, 0x002c, 0x0036, 0x0040, 0x004a, @@ -48,7 +48,7 @@ const _db = asn1::oiddb { 0x00e0, 0x00e4, 0x00e8, 0x00ec, 0x00f0, 0x00f4, 0x00f8, 0x00fc, 0x0100, 0x0104, 0x0108, 0x010c, 0x0117, 0x011b, 0x011f, 0x0123, 0x0127, 0x012b, 0x012f, 0x0133, 0x0137, 0x013b, 0x013f, 0x0143, 0x0147, 0x014b, 0x014f, - 0x0153, 0x0157, 0x0160, 0x0169, 0x0172, 0x017b, 0x0184, + 0x0153, 0x0158, 0x0161, 0x016a, 0x0173, 0x017c, 0x0185, ], names = [ "ed25519", @@ -334,7 +334,7 @@ export def ID_CE_FRESHEST_CRL: asn1::oid = 52; // name: id-ce-inhibitAnyPolicy export def ID_CE_INHIBIT_ANY_POLICY: asn1::oid = 53; -// id: 2.5.29.37 +// id: 2.5.29.37.0 // name: anyExtendedKeyUsage export def ANY_EXTENDED_KEY_USAGE: asn1::oid = 54; diff --git a/encoding/asn1/stdoid/db.txt b/encoding/asn1/stdoid/db.txt @@ -63,7 +63,7 @@ id-ce-extKeyUsage 2.5.29.37 id-ce-freshestCRL 2.5.29.46 id-ce-inhibitAnyPolicy 2.5.29.54 -anyExtendedKeyUsage 2.5.29.37 +anyExtendedKeyUsage 2.5.29.37.0 id-kp-serverAuth 1.3.6.1.5.5.7.3.1 id-kp-clientAuth 1.3.6.1.5.5.7.3.2 id-kp-codeSigning 1.3.6.1.5.5.7.3.3