- 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
@@ -378,6 +378,16 @@ enum encoding_type_t{
*/
CERT_DATA,
/**
* Representating a CERTREQ Data field.
*
* When generating the content of the chunkt pointing to
* is written.
*
* When parsing (Payload Length - 5) bytes are read and written into the chunk pointing to.
*/
CERTREQ_DATA,
/**
* Representating an IKE_SPI field in an IKEv2 Header.
*