Commit Graph

1115 Commits

Author SHA1 Message Date
Andreas Steffen d2bb572f79 do not sent certreq payloads when the peer is known to use PSK 2006-10-31 06:54:28 +00:00
Andreas Steffen 5435111a34 position of (myself) moved in log output 2006-10-31 06:51:04 +00:00
Andreas Steffen 7de8027cf8 do not sent certreq payloads when using self-signed certs 2006-10-31 06:48:34 +00:00
Andreas Steffen 914eea92d7 moved (myself) in log output 2006-10-31 06:31:21 +00:00
Martin Willi 382b481795 moved typedefs to beginning of files to solve some include problems
splitted authenticator to have a separate implementation for each auth_method_t
using va_copy to clone va_lists, should fix proplems on AMD64
some other cleanups
2006-10-30 14:07:05 +00:00
Andreas Steffen 09cb5472bc do not sanitize '*' character 2006-10-30 09:59:23 +00:00
Martin Willi 5923be21b4 fixed SIGSEGV when setup of an additional CHILD_SA fails 2006-10-30 09:53:54 +00:00
Martin Willi 7b898a0d8a added IKEv2 clarifications RFC 2006-10-30 09:47:37 +00:00
Andreas Steffen bcba0f0367 changed debug level of certreq log output 2006-10-29 09:11:50 +00:00
Andreas Steffen 0f30b4bd24 cosmetics in debug output 2006-10-29 09:10:44 +00:00
Andreas Steffen a702b731cb support of certreq payload in IKE_AUTH messages 2006-10-28 20:02:26 +00:00
Andreas Steffen 359c5659d3 chunk_to_hex() function declaration deleted 2006-10-28 20:00:56 +00:00
Andreas Steffen 84740c9b27 added function certreq_payload_create_from_x509() 2006-10-28 15:38:15 +00:00
Andreas Steffen e44f4d7eef send a certreq as initiator if other_ca is set 2006-10-28 15:37:23 +00:00
Andreas Steffen 6ae7d265fb added method get_ca_certificate() 2006-10-28 15:32:30 +00:00
Andreas Steffen 5db5740075 added methods get_my_ca() and get_other_ca() 2006-10-28 15:31:42 +00:00
Andreas Steffen af6d6bb954 added methods get_my_ca() and get_other_ca() 2006-10-28 15:31:29 +00:00
Andreas Steffen 76adc06e52 added some missing 'AUD' entries 2006-10-28 15:24:59 +00:00
Andreas Steffen ede816a786 cosmetics 2006-10-28 13:14:42 +00:00
Andreas Steffen d267cca18f cosmetics 2006-10-28 13:13:40 +00:00
Andreas Steffen 1a3e260410 change due to change debug output 2006-10-27 18:37:50 +00:00
Andreas Steffen c27c797e12 spaces should not be sanitized 2006-10-27 18:36:46 +00:00
Andreas Steffen ade9743ec4 fixed due to new logging concept 2006-10-27 17:54:06 +00:00
Martin Willi ebdddb74d4 some improvements in signaling code 2006-10-27 10:46:56 +00:00
Martin Willi ec92107923 include only source NATD payloads really needed 2006-10-27 10:46:35 +00:00
Martin Willi ea752560c8 updated for NAT team 2006-10-26 11:37:37 +00:00
Martin Willi b83806d83d improved signal handling and emitting 2006-10-26 09:46:56 +00:00
Andreas Steffen 80d35dd6d3 support of ModeCfg Push mode 2006-10-25 08:51:39 +00:00
Andreas Steffen cae6b97f0a support of mixed RSA/PSK static connections 2006-10-25 08:51:00 +00:00
Andreas Steffen b4cb66daf4 support of ipsec statusall in state output 2006-10-25 08:49:57 +00:00
Andreas Steffen 2aa893a13c output of 'DPD active' in ISAKMP SAs 2006-10-25 08:49:34 +00:00
Andreas Steffen c2b9166c80 support of ipsec statusall in state output 2006-10-25 08:48:14 +00:00
Andreas Steffen e00cc0641d added natip support 2006-10-25 08:47:02 +00:00
Andreas Steffen 7b220e7a9d added has_natip flag 2006-10-25 08:45:23 +00:00
Andreas Steffen ced0461cb9 added ModeCfg push policy and states 2006-10-25 08:44:45 +00:00
Andreas Steffen 0beb543d4a added ModeCfg push policy and states 2006-10-25 08:44:19 +00:00
Andreas Steffen 3364ef1d56 fixed typo in debug statement 2006-10-25 08:42:16 +00:00
Andreas Steffen 66a09e1d6e redesigned list output format 2006-10-25 08:41:27 +00:00
Andreas Steffen 0e4d1d05ad added 'modeconfig=pull|push' and 'left|rightnatip' keywords 2006-10-25 08:40:34 +00:00
Andreas Steffen b701b7895b added has_natip flag 2006-10-25 08:39:39 +00:00
Andreas Steffen 5a9816a52f added has_natip flag 2006-10-25 08:38:26 +00:00
Andreas Steffen 7f5e4f5a7a added 'exit' statement in listcerts,.. case 2006-10-25 08:37:57 +00:00
Andreas Steffen b81f5ce23f fixed two bugs in the time_t and chunk_ct print functions 2006-10-25 08:36:28 +00:00
Andreas Steffen beb67fd9d5 redesigned format of print function 2006-10-25 08:35:38 +00:00
Andreas Steffen fea60bb577 replaced 'times' by 'dates' 2006-10-25 08:32:32 +00:00
Andreas Steffen d489707eab added private flag to asn1_init 2006-10-25 08:31:15 +00:00
Andreas Steffen e4738363c1 added private flag to asn1_ctx_t 2006-10-25 08:30:33 +00:00
Andreas Steffen a1fd9e6b7e removed DES-EDE3-CBC only comment 2006-10-25 08:26:48 +00:00
Martin Willi 191a26a6a7 removed deprecated iterator methods (has_next & current)
added iterator hook to manipulate iterator the clean way
2006-10-24 14:20:45 +00:00
Martin Willi 55bbff11ec linked list cleanups
added list methods invoke(), destroy_offset(), destroy_function()
simplified list destruction when destroying its items
2006-10-24 08:46:17 +00:00