hare

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

db.txt (3032B)


      1 # OIDs that will be translated into db.ha using `genoiddb`
      2 
      3 ed25519                           1.3.101.112
      4 
      5 rsaEncryption                     1.2.840.113549.1.1.1
      6 sha1WithRSAEncryption             1.2.840.113549.1.1.5
      7 id-mgf1                           1.2.840.113549.1.1.8
      8 rsassa-pss                        1.2.840.113549.1.1.10
      9 sha224WithRSAEncryption           1.2.840.113549.1.1.14
     10 sha256WithRSAEncryption           1.2.840.113549.1.1.11
     11 sha384WithRSAEncryption           1.2.840.113549.1.1.12
     12 sha512WithRSAEncryption           1.2.840.113549.1.1.13
     13 
     14 id-sha1                           1.3.14.3.2.26
     15 id-sha256                         2.16.840.1.101.3.4.2.1
     16 id-sha384                         2.16.840.1.101.3.4.2.2
     17 id-sha512                         2.16.840.1.101.3.4.2.3
     18 id-sha224                         2.16.840.1.101.3.4.2.4
     19 
     20 id-ecPublicKey                    1.2.840.10045.2.1
     21 prime256v1                        1.2.840.10045.3.1.7
     22 
     23 ansix9p256r1                      1.2.840.10045.3.1.7
     24 ansix9p384r1                      1.3.132.0.34
     25 ansix9p521r1                      1.3.132.0.35
     26 
     27 ecdsa-with-SHA1                   1.2.840.10045.4.1
     28 ecdsa-with-SHA224                 1.2.840.10045.4.3.1
     29 ecdsa-with-SHA256                 1.2.840.10045.4.3.2
     30 ecdsa-with-SHA384                 1.2.840.10045.4.3.3
     31 ecdsa-with-SHA512                 1.2.840.10045.4.3.4
     32 
     33 id-at-commonName                  2.5.4.3
     34 id-at-surname                     2.5.4.4
     35 id-at-serialNumber                2.5.4.5
     36 id-at-countryName                 2.5.4.6
     37 id-at-localityName                2.5.4.7
     38 id-at-stateOrProvinceName         2.5.4.8
     39 id-at-organizationName            2.5.4.10
     40 id-at-organizationalUnitName      2.5.4.11
     41 id-at-title                       2.5.4.12
     42 id-at-givenName                   2.5.4.42
     43 id-at-initials                    2.5.4.43
     44 id-at-generationQualifier         2.5.4.43
     45 id-at-dnQualifier                 2.5.4.46
     46 id-at-pseudonym                   2.5.4.65
     47 
     48 id-domainComponent                0.9.2342.19200300.100.1.25
     49 
     50 id-ce-subjectDirectoryAttributes  2.5.29.9
     51 id-ce-subjectKeyIdentifier        2.5.29.14
     52 id-ce-keyUsage                    2.5.29.15
     53 id-ce-subjectAltName              2.5.29.17
     54 id-ce-issuerAltName               2.5.29.18
     55 id-ce-basicConstraints            2.5.29.19
     56 id-ce-nameConstraints             2.5.29.30
     57 id-ce-cRLDistributionPoints       2.5.29.31
     58 id-ce-certificatePolicies         2.5.29.32
     59 id-ce-policyMappings              2.5.29.33
     60 id-ce-authorityKeyIdentifier      2.5.29.35
     61 id-ce-policyConstraints           2.5.29.36
     62 id-ce-extKeyUsage                 2.5.29.37
     63 id-ce-freshestCRL                 2.5.29.46
     64 id-ce-inhibitAnyPolicy            2.5.29.54
     65 
     66 anyExtendedKeyUsage               2.5.29.37.0
     67 id-kp-serverAuth                  1.3.6.1.5.5.7.3.1
     68 id-kp-clientAuth                  1.3.6.1.5.5.7.3.2
     69 id-kp-codeSigning                 1.3.6.1.5.5.7.3.3
     70 id-kp-emailProtection             1.3.6.1.5.5.7.3.4
     71 id-kp-timeStamping                1.3.6.1.5.5.7.3.8
     72 id-kp-OCSPSigning                 1.3.6.1.5.5.7.3.9