diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-05 12:54:49 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-05 12:54:49 +0000 |
commit | 7cc2ee5a3960dd556ca4dfdbf6ea640333178517 (patch) | |
tree | 1052124c9466691094df96efcb7058f6170ee639 /Source/charon/testcases/parser_test.h | |
parent | f6ba78c370794ea8247b33752a8dbe930b19df1e (diff) | |
download | strongswan-7cc2ee5a3960dd556ca4dfdbf6ea640333178517.tar.bz2 strongswan-7cc2ee5a3960dd556ca4dfdbf6ea640333178517.tar.xz |
- implemented and tested cert_payload_t
Diffstat (limited to 'Source/charon/testcases/parser_test.h')
-rw-r--r-- | Source/charon/testcases/parser_test.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/charon/testcases/parser_test.h b/Source/charon/testcases/parser_test.h index 0db5cc223..f0a79b89b 100644 --- a/Source/charon/testcases/parser_test.h +++ b/Source/charon/testcases/parser_test.h @@ -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_*/ |