2 * Copyright (C) 2006-2008 Tobias Brunner
3 * Copyright (C) 2006 Daniel Roethlisberger
4 * Copyright (C) 2005-2006 Martin Willi
5 * Copyright (C) 2005 Jan Hutter
6 * Hochschule fuer Technik Rapperswil
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20 * @defgroup notify_payload notify_payload
21 * @{ @ingroup payloads
24 #ifndef NOTIFY_PAYLOAD_H_
25 #define NOTIFY_PAYLOAD_H_
27 typedef enum notify_type_t notify_type_t
;
28 typedef struct notify_payload_t notify_payload_t
;
31 #include <encoding/payloads/payload.h>
32 #include <encoding/payloads/proposal_substructure.h>
33 #include <utils/linked_list.h>
36 * Notify message types for IKEv2, and a subset for IKEv1.
39 /* notify error messages */
40 UNSUPPORTED_CRITICAL_PAYLOAD
= 1,
42 INVALID_PAYLOAD_TYPE
= 1,
44 INVALID_MAJOR_VERSION
= 5,
47 INVALID_EXCHANGE_TYPE
= 7,
48 INVALID_MESSAGE_ID
= 9,
51 ATTRIBUTES_NOT_SUPPORTED
= 13,
53 NO_PROPOSAL_CHOSEN
= 14,
55 PAYLOAD_MALFORMED
= 16,
56 INVALID_KE_PAYLOAD
= 17,
58 INVALID_KEY_INFORMATION
= 17,
60 INVALID_ID_INFORMATION
= 18,
61 INVALID_CERT_ENCODING
= 19,
62 INVALID_CERTIFICATE
= 20,
63 CERT_TYPE_UNSUPPORTED
= 21,
64 INVALID_CERT_AUTHORITY
= 22,
65 INVALID_HASH_INFORMATION
= 23,
66 AUTHENTICATION_FAILED
= 24,
67 SINGLE_PAIR_REQUIRED
= 34,
68 NO_ADDITIONAL_SAS
= 35,
69 INTERNAL_ADDRESS_FAILURE
= 36,
70 FAILED_CP_REQUIRED
= 37,
72 INVALID_SELECTORS
= 39,
73 /* mobile extension, RFC 4555 */
74 UNACCEPTABLE_ADDRESSES
= 40,
75 UNEXPECTED_NAT_DETECTED
= 41,
76 /* mobile IPv6 bootstrapping, RFC 5026 */
77 USE_ASSIGNED_HoA
= 42,
79 TEMPORARY_FAILURE
= 43,
80 CHILD_SA_NOT_FOUND
= 44,
82 /* IKE-ME, private use */
83 ME_CONNECT_FAILED
= 8192,
85 /* Windows error code */
86 MS_NOTIFY_STATUS
= 12345,
88 /* notify status messages */
89 INITIAL_CONTACT
= 16384,
90 SET_WINDOW_SIZE
= 16385,
91 ADDITIONAL_TS_POSSIBLE
= 16386,
92 IPCOMP_SUPPORTED
= 16387,
93 NAT_DETECTION_SOURCE_IP
= 16388,
94 NAT_DETECTION_DESTINATION_IP
= 16389,
96 USE_TRANSPORT_MODE
= 16391,
97 HTTP_CERT_LOOKUP_SUPPORTED
= 16392,
99 ESP_TFC_PADDING_NOT_SUPPORTED
= 16394,
100 NON_FIRST_FRAGMENTS_ALSO
= 16395,
101 /* mobike extension, RFC4555 */
102 MOBIKE_SUPPORTED
= 16396,
103 ADDITIONAL_IP4_ADDRESS
= 16397,
104 ADDITIONAL_IP6_ADDRESS
= 16398,
105 NO_ADDITIONAL_ADDRESSES
= 16399,
106 UPDATE_SA_ADDRESSES
= 16400,
108 NO_NATS_ALLOWED
= 16402,
109 /* repeated authentication extension, RFC4478 */
110 AUTH_LIFETIME
= 16403,
111 /* multiple authentication exchanges, RFC 4739 */
112 MULTIPLE_AUTH_SUPPORTED
= 16404,
113 ANOTHER_AUTH_FOLLOWS
= 16405,
114 /* redirect mechanism, RFC 5685 */
115 REDIRECT_SUPPORTED
= 16406,
117 REDIRECTED_FROM
= 16408,
118 /* session resumption, RFC 5723 */
119 TICKET_LT_OPAQUE
= 16409,
120 TICKET_REQUEST
= 16410,
123 TICKET_OPAQUE
= 16413,
124 /* IPv6 configuration, RFC 5739 */
126 /* wrapped esp, RFC 5840 */
127 USE_WESP_MODE
= 16415,
128 /* robust header compression, RFC 5857 */
129 ROHC_SUPPORTED
= 16416,
130 /* EAP-only authentication, RFC 5998 */
131 EAP_ONLY_AUTHENTICATION
= 16417,
132 /* Childless initiation of IKEv2 SA, RFC 6023 */
133 CHILDLESS_IKEV2_SUPPORTED
= 16418,
134 /* Quick crash detection for IKE, RFC 6290 */
135 QUICK_CRASH_DETECTION
= 16419,
136 /* High availability of IKEv2/IPsec, RFC 6311 */
137 IKEV2_MESSAGE_ID_SYNC_SUPPORTED
= 16420,
138 IKEV2_REPLAY_COUNTER_SYNC_SUPPORTED
= 16421,
139 IKEV2_MESSAGE_ID_SYNC
= 16422,
140 IPSEC_REPLAY_COUNTER_SYNC
= 16423,
141 /* Secure password methods, RFC 6467 */
142 SECURE_PASSWORD_METHOD
= 16424,
143 /* PACE - draft-kuegler-ipsecme-pace-ikev2 */
146 /* IKEv1 initial contact */
147 INITIAL_CONTACT_IKEV1
= 24578,
149 DPD_R_U_THERE
= 36136,
150 DPD_R_U_THERE_ACK
= 36137,
151 /* IKEv1 Cisco High Availability */
152 UNITY_LOAD_BALANCE
= 40501,
153 /* BEET mode, not even a draft yet. private use */
154 USE_BEET_MODE
= 40961,
155 /* IKE-ME, private use */
156 ME_MEDIATION
= 40962,
159 ME_CONNECTID
= 40965,
160 ME_CONNECTKEY
= 40966,
161 ME_CONNECTAUTH
= 40967,
163 /* RADIUS attribute received/to send to a AAA backend */
164 RADIUS_ATTRIBUTE
= 40969,
168 * enum name for notify_type_t.
170 extern enum_name_t
*notify_type_names
;
173 * enum name for notify_type_t (shorter strings).
175 extern enum_name_t
*notify_type_short_names
;
178 * Class representing an IKEv2-Notify Payload.
180 * The Notify Payload format is described in Draft section 3.10.
182 struct notify_payload_t
{
184 * The payload_t interface.
186 payload_t payload_interface
;
189 * Gets the protocol id of this payload.
191 * @return protocol id of this payload
193 u_int8_t (*get_protocol_id
) (notify_payload_t
*this);
196 * Sets the protocol id of this payload.
198 * @param protocol_id protocol id to set
200 void (*set_protocol_id
) (notify_payload_t
*this, u_int8_t protocol_id
);
203 * Gets the notify message type of this payload.
205 * @return notify message type of this payload
207 notify_type_t (*get_notify_type
) (notify_payload_t
*this);
210 * Sets notify message type of this payload.
212 * @param type notify message type to set
214 void (*set_notify_type
) (notify_payload_t
*this, notify_type_t type
);
217 * Returns the currently set spi of this payload.
219 * This is only valid for notifys with protocol AH|ESP
223 u_int32_t (*get_spi
) (notify_payload_t
*this);
226 * Sets the spi of this payload.
228 * This is only valid for notifys with protocol AH|ESP
230 * @param spi SPI value
232 void (*set_spi
) (notify_payload_t
*this, u_int32_t spi
);
235 * Returns the currently set spi of this payload.
237 * This is only valid for notifys with protocol ISAKMP
241 chunk_t (*get_spi_data
) (notify_payload_t
*this);
244 * Sets the spi of this payload.
246 * This is only valid for notifys with protocol ISAKMP
248 * @param spi SPI value
250 void (*set_spi_data
) (notify_payload_t
*this, chunk_t spi
);
253 * Returns the currently set notification data of payload.
255 * Returned data are not copied.
257 * @return chunk_t pointing to the value
259 chunk_t (*get_notification_data
) (notify_payload_t
*this);
262 * Sets the notification data of this payload.
264 * @warning Value is getting copied.
266 * @param notification_data chunk_t pointing to the value to set
268 void (*set_notification_data
) (notify_payload_t
*this,
269 chunk_t notification_data
);
272 * Destroys an notify_payload_t object.
274 void (*destroy
) (notify_payload_t
*this);
278 * Creates an empty notify_payload_t object
280 * @param type payload type, NOTIFY or NOTIFY_V1
281 * @return created notify_payload_t object
283 notify_payload_t
*notify_payload_create(payload_type_t type
);
286 * Creates an notify_payload_t object of specific type for specific protocol id.
288 * @param type payload type, NOTIFY or NOTIFY_V1
289 * @param protocol protocol id (IKE, AH or ESP)
290 * @param notify type of notify
291 * @return notify_payload_t object
293 notify_payload_t
*notify_payload_create_from_protocol_and_type(
294 payload_type_t type
, protocol_id_t protocol
, notify_type_t notify
);
296 #endif /** NOTIFY_PAYLOAD_H_ @}*/