|
Tor 0.4.9.8
|
Header file for authcert_parse.c. More...
Go to the source code of this file.
Functions | |
| authority_cert_t * | authority_cert_parse_from_string (const char *s, size_t maxlen, const char **end_of_string) |
Header file for authcert_parse.c.
Definition in file authcert_parse.h.
| authority_cert_t * authority_cert_parse_from_string | ( | const char * | s, |
| size_t | maxlen, | ||
| const char ** | end_of_string ) |
Parse a key certificate from s; point end-of-string to the first character after the certificate.
Reject any certificate at least this big; it is probably an overflow, an attack, a bug, or some other nonsense.
Definition at line 35 of file authcert_parse.c.
Referenced by load_authority_keyset(), networkstatus_parse_vote_from_string(), and trusted_dirs_load_certs_from_string().