- implemented and tested cert_payload_t

This commit is contained in:
Jan Hutter
2005-12-05 12:54:49 +00:00
parent f6ba78c370
commit 7cc2ee5a39
11 changed files with 226 additions and 66 deletions
+10
View File
@@ -115,4 +115,14 @@ void test_parser_with_ts_payload(tester_t *tester);
*/
void test_parser_with_cert_payload(tester_t *tester);
/**
* @brief Test function used to test the parser_t functionality when
* parsing a CERTREQ payload.
*
* @param tester associated tester_t object
*
* @ingroup testcases
*/
void test_parser_with_certreq_payload(tester_t *tester);
#endif /*PARSER_TEST_H_*/