Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
ASN1_STRING_TABLE_get — retrieve an entry from the global ASN.1 string tableDESCRIPTION
The ASN.1 string table is a unique global object. Each entry is of the type ASN1_STRING_TABLE and contains information about one NID object. The entries are predefined according to RFC 5280 appendix A.1.object type | maxsize | symbolic constant |
NID_commonName | 64 | ub_common_name |
NID_countryName | 2 | — |
NID_givenName | 32768 | ub_name |
NID_initials | 32768 | ub_name |
NID_localityName | 128 | ub_locality_name |
NID_name | 32768 | ub_name |
NID_organizationName | 64 | ub_organization_name |
NID_organizationalUnitName | 64 | ub_organization_unit_name |
NID_pkcs9_emailAddress | 128 | ub_email_address |
NID_serialNumber | 64 | ub_serial_number |
NID_stateOrProvinceName | 128 | ub_state_name |
NID_surname | 32768 | ub_name |