aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/message.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-11-10 16:47:56 +0100
committerMartin Willi <martin@revosec.ch>2011-01-05 16:45:44 +0100
commitc67de660d254a670d3887568249ba3902d90989e (patch)
treef9273e7a3ee4a2ec449a01f6810c2c44e664ccc8 /src/libcharon/encoding/message.h
parente7099aa24effb0b88f1667953daba7f917655afe (diff)
downloadstrongswan-c67de660d254a670d3887568249ba3902d90989e.tar.bz2
strongswan-c67de660d254a670d3887568249ba3902d90989e.tar.xz
Move critical bit checking to ike_sa, notify payload includes unsupported payload type
Diffstat (limited to 'src/libcharon/encoding/message.h')
-rw-r--r--src/libcharon/encoding/message.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcharon/encoding/message.h b/src/libcharon/encoding/message.h
index 899ced24a..7db9e0154 100644
--- a/src/libcharon/encoding/message.h
+++ b/src/libcharon/encoding/message.h
@@ -211,8 +211,6 @@ struct message_t {
* @param aead aead transform to verify/decrypt message
* @return
* - SUCCESS if parsing successful
- * - NOT_SUPPORTED if ciritcal unknown payloads found
- * - NOT_SUPPORTED if message type is not supported!
* - PARSE_ERROR if message parsing failed
* - VERIFY_ERROR if message verification failed (bad syntax)
* - FAILED if integrity check failed