|
Tor 0.4.9.3-alpha-dev
|
feature/dirparse: Parsing Tor directory objects
More...Files | |
| authcert_members.h | |
| List of tokens common to V3 authority certificates and V3 consensuses. | |
| authcert_parse.c | |
| Authority certificate parsing. | |
| authcert_parse.h | |
| Header file for authcert_parse.c. | |
| microdesc_parse.c | |
| Code to parse and validate microdescriptors. | |
| microdesc_parse.h | |
| Header file for microdesc_parse.c. | |
| ns_parse.c | |
| ns_parse.h | |
| Header file for ns_parse.c. | |
| parsecommon.c | |
| Common code to parse and validate various type of descriptors. | |
| parsecommon.h | |
| Header file for parsecommon.c. | |
| policy_parse.c | |
| Code to parse address policies. | |
| policy_parse.h | |
| Header file for policy_parse.c. | |
| routerparse.c | |
| Code to parse and validate consensus documents and votes. | |
| routerparse.h | |
| Header file for routerparse.c. | |
| sigcommon.c | |
| Shared hashing, signing, and signature-checking code for directory objects. | |
| sigcommon.h | |
| Header file for sigcommon.c. | |
| signing.c | |
| Code to sign directory objects. | |
| signing.h | |
| Header file for signing.c. | |
| unparseable.c | |
| Dump unparseable objects to disk. | |
| unparseable.h | |
| Header file for unparseable.c. | |
feature/dirparse: Parsing Tor directory objects
We define a number of "directory objects" in dir-spec.txt, all of them using a common line-oriented meta-format. This module is used by other parts of Tor to parse them.