Functions for parsing X.509 subject information. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | _certinfo |
Typedefs | |
| typedef struct _certinfo | certinfo |
Functions | |
| certinfo * | parse_tlsid (const char *) |
| void | free_certinfo (certinfo *) |
Functions for parsing X.509 subject information.
Definition in file certinfo.h.
This structure contains certificate information in a structured way.
| void free_certinfo | ( | certinfo * | p | ) |
Frees up the memory used by a certinfo structure
| p | Pointer to a certinfo structure to be freed |
Definition at line 109 of file certinfo.c.
Here is the caller graph for this function:| certinfo* parse_tlsid | ( | const char * | input | ) |
Parses a X.509 subject string into a certinfo structure
| input | String containing a X.509 subject line |
Definition at line 56 of file certinfo.c.
Here is the caller graph for this function:
1.7.1