Functions |
| int | R_OID_init_with_constant (R_OID *oid, char *constant) |
| | Initializes an R_OID with an R_OID_* constant. More...
|
| int R_CDECL | R_OID_new (R_LIB_CTX *lib_ctx, R_OID **oid) |
| | Returns a new OID. More...
|
| int R_CDECL | R_OID_free (R_OID *oid) |
| | Frees an OID. More...
|
| int R_CDECL | R_OID_init (R_OID *oid, int flag, unsigned char *data, unsigned int len) |
| | Initializes an OID. More...
|
| int R_CDECL | R_OID_to_string (R_OID *oid, R_OID_FORMAT format, unsigned int max_str_len, char *str) |
| | Returns a string representation for the specified ASN.1 Object Identifier (OID) for the Distinguished Name (DN) elements. More...
|
| int R_CDECL | R_OID_from_string (R_LIB_CTX *lib_ctx, R_OID_FORMAT format, char *str, R_OID **oid) |
| | Returns an ASN.1 OID for the OID name string str. More...
|