diff options
author | Martin Willi <martin@strongswan.org> | 2006-03-07 09:42:15 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-03-07 09:42:15 +0000 |
commit | 8a4911290753eb3b4d3070ed9097d7cbcd2fd349 (patch) | |
tree | ce5cbaf9364ace55fd324b5967652cc32b0c5797 /Source/charon/encoding/payloads/cert_payload.h | |
parent | aa5a35a0056a50c563af9fa1d7c808e1f869405c (diff) | |
download | strongswan-8a4911290753eb3b4d3070ed9097d7cbcd2fd349.tar.bz2 strongswan-8a4911290753eb3b4d3070ed9097d7cbcd2fd349.tar.xz |
- configuration_manager replaced by configuration_t interface
- current configuration_manager is now static_configuration (testing)
- first draft of starter_configuration, which should once interact with ipsec starter (via whack?)
- some cleanups
- socket_t uses RAW socket, which allows parallel service of pluto/charon
Diffstat (limited to 'Source/charon/encoding/payloads/cert_payload.h')
-rw-r--r-- | Source/charon/encoding/payloads/cert_payload.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/encoding/payloads/cert_payload.h b/Source/charon/encoding/payloads/cert_payload.h index 8553e1a1d..05b210462 100644 --- a/Source/charon/encoding/payloads/cert_payload.h +++ b/Source/charon/encoding/payloads/cert_payload.h @@ -37,7 +37,7 @@ typedef enum cert_encoding_t cert_encoding_t; /** - * @brief Certificate encoding, as described in IKEv2 draft section 3.6 + * @brief Certificate encoding, as described in IKEv2 RFC section 3.6 * * @ingroup payloads */ @@ -69,7 +69,7 @@ typedef struct cert_payload_t cert_payload_t; /** * @brief Class representing an IKEv2 CERT payload. * - * The CERT payload format is described in draft section 3.6. + * The CERT payload format is described in RFC section 3.6. * This is just a dummy implementation to fullfill the standards * requirements. A full implementation would offer setters/getters * for the different encoding types. |