hare

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

db.txt (1915B)


      1 # OIDs that will be translated into db.ha using `genoiddb`
      2 
      3 rsaEncryption                 1.2.840.113549.1.1.1
      4 ed25519                       1.3.101.112
      5 
      6 sha1WithRSAEncryption         1.2.840.113549.1.1.5
      7 sha224WithRSAEncryption       1.2.840.113549.1.1.14
      8 sha256WithRSAEncryption       1.2.840.113549.1.1.11
      9 sha384WithRSAEncryption       1.2.840.113549.1.1.12
     10 sha512WithRSAEncryption       1.2.840.113549.1.1.13
     11 
     12 id-sha1                       1.3.14.3.2.26
     13 id-sha224                     2.16.840.1.101.3.4.2.4
     14 id-sha256                     2.16.840.1.101.3.4.2.1
     15 id-sha384                     2.16.840.1.101.3.4.2.2
     16 id-sha512                     2.16.840.1.101.3.4.2.3
     17 
     18 id-ecPublicKey                1.2.840.10045.2.1
     19 prime256v1                    1.2.840.10045.3.1.7
     20 
     21 ansix9p256r1                  1.2.840.10045.3.1.7
     22 ansix9p384r1                  1.3.132.0.34
     23 ansix9p521r1                  1.3.132.0.35
     24 
     25 ecdsa-with-SHA1               1.2.840.10045.4.1
     26 ecdsa-with-SHA224             1.2.840.10045.4.3.1
     27 ecdsa-with-SHA256             1.2.840.10045.4.3.2
     28 ecdsa-with-SHA384             1.2.840.10045.4.3.3
     29 ecdsa-with-SHA512             1.2.840.10045.4.3.4
     30 
     31 id-at-commonName              2.5.4.3
     32 id-at-surname                 2.5.4.4
     33 id-at-serialNumber            2.5.4.5
     34 id-at-countryName             2.5.4.6
     35 id-at-localityName            2.5.4.7
     36 id-at-stateOrProvinceName     2.5.4.8
     37 id-at-organizationName        2.5.4.10
     38 id-at-organizationalUnitName  2.5.4.11
     39 id-at-title                   2.5.4.12
     40 id-at-givenName               2.5.4.42
     41 id-at-initials                2.5.4.43
     42 id-at-generationQualifier     2.5.4.43
     43 id-at-dnQualifier             2.5.4.46
     44 id-at-pseudonym               2.5.4.65
     45 
     46 id-domainComponent            0.9.2342.19200300.100.1.25
     47 
     48 id-ce-keyUsage                2.5.29.15
     49 id-ce-subjectAltName          2.5.29.17
     50 id-ce-basicConstraints        2.5.29.19
     51 id-ce-extKeyUsage             2.5.29.37