aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/message.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-06-16 15:46:33 +0200
committerTobias Brunner <tobias@strongswan.org>2014-10-10 09:32:41 +0200
commitc0f4936a23578625e7be7032d2a66db5d6a6c1a3 (patch)
treed485e09c82602cd0b7e4aa13223fce2bff773ec3 /src/libcharon/encoding/message.h
parente8ffb256b373de0094903fd227ccc8c5520caf9c (diff)
downloadstrongswan-c0f4936a23578625e7be7032d2a66db5d6a6c1a3.tar.bz2
strongswan-c0f4936a23578625e7be7032d2a66db5d6a6c1a3.tar.xz
message: Fragment and reassemble IKEv2 messages
Diffstat (limited to 'src/libcharon/encoding/message.h')
-rw-r--r--src/libcharon/encoding/message.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libcharon/encoding/message.h b/src/libcharon/encoding/message.h
index 69a8e93b1..a03aa8e96 100644
--- a/src/libcharon/encoding/message.h
+++ b/src/libcharon/encoding/message.h
@@ -268,8 +268,6 @@ struct message_t {
* Generates the message split into fragments of the given size (total IP
* datagram length).
*
- * @note Only supported for IKEv1 at the moment.
- *
* @param keymat keymat to encrypt/sign message(s)
* @param frag_len fragment length (maximum total IP datagram length), 0
* for default value depending on address family
@@ -277,7 +275,6 @@ struct message_t {
* which are owned by the enumerator
* @return
* - SUCCESS if message could be fragmented
- * - INVALID_STATE if message is IKEv2
* - FAILED if fragmentation failed
* - and the possible return values of generate()
*/
@@ -303,8 +300,6 @@ struct message_t {
* Once the message is completed it should be processed like any other
* inbound message.
*
- * @note Only supported for IKEv1 at the moment.
- *
* @param fragment fragment to add
* @return
* - SUCCESS if message was reassembled