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/encoding/payloads/encodings.h | |
parent | f6ba78c370794ea8247b33752a8dbe930b19df1e (diff) | |
download | strongswan-7cc2ee5a3960dd556ca4dfdbf6ea640333178517.tar.bz2 strongswan-7cc2ee5a3960dd556ca4dfdbf6ea640333178517.tar.xz |
- implemented and tested cert_payload_t
Diffstat (limited to 'Source/charon/encoding/payloads/encodings.h')
-rw-r--r-- | Source/charon/encoding/payloads/encodings.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/charon/encoding/payloads/encodings.h b/Source/charon/encoding/payloads/encodings.h index 33610f1e0..fe761042e 100644 --- a/Source/charon/encoding/payloads/encodings.h +++ b/Source/charon/encoding/payloads/encodings.h @@ -379,6 +379,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. * * When generating the value of the u_int64_t pointing to |