Commit Graph
3720 Commits
Author SHA1 Message Date
Martin Willi 2fdca5e3cb apply is_anyaddr fix from socket also to socket-raw 2009-06-03 17:56:55 +02:00
Martin Willi c4f59ccec0 fixed ENUM naming of XCBC prf 2009-06-02 14:41:53 +02:00
Martin Willi 9474a0d90c added a charon.install_virtual_ip option to disable IP installation for testing 2009-06-02 13:45:29 +02:00
Andreas Steffen 14c408ee4a _updown script fix for ALT Linux, courtesy of Michael Shigorin 2009-05-29 08:10:02 +02:00
Andreas Steffen 5c1e8ca7ae missed keyid2sql.c 2009-05-28 15:50:05 +02:00
Andreas Steffen af1feed96a NO_CREDENTIAL_FACTORY compile option not needed anymore 2009-05-28 15:44:22 +02:00
Andreas Steffen e24aaddde0 hide credentials headers in credential_factory.h 2009-05-28 15:35:02 +02:00
Martin Willi 178bf4c5e9 register the already implemented AUTH_HMAC_SHA1_160 algorithm 2009-05-28 15:03:57 +02:00
Andreas Steffen 435e23e647 set parsed = TRUE before calling parse_certificate() 2009-05-27 09:52:53 +02:00
Andreas Steffen e0daac5536 fixed typo 2009-05-27 08:46:13 +02:00
Andreas Steffen ebb97511e6 dh_exponent_ansi_x9_42 is now a libstrongswan setting 2009-05-26 18:32:52 +02:00
Andreas Steffen 517895bd05 eliminated ipsec_policy.h 2009-05-26 17:19:26 +02:00
Andreas Steffen 0355a1320c show strongSwan version in pluto's statusall 2009-05-26 15:35:32 +02:00
Martin Willi 92f5956790 show strongSwan version in statusall 2009-05-26 14:10:45 +02:00
Martin Willi 66b8345f9f added generated extconf.rb to .gitignore, removed it from distribution 2009-05-25 15:45:05 +02:00
Andreas Steffen f64d8240b2 resolve clone naming conflict with uclibc 2009-05-25 08:38:36 +02:00
Andreas Steffen 986b3122a9 removed optionsfrom.c from libfreeswan 2009-05-24 21:04:50 +02:00
Andreas Steffen 4a64f1d3ba whack uses optionsfrom from libstrongswan 2009-05-24 20:59:28 +02:00
Andreas Steffen c0bc85c5b6 cosmetics 2009-05-24 20:14:13 +02:00
Andreas Steffen 90df644ed6 suppress Routed Connections caption if list is empty 2009-05-24 20:06:55 +02:00
Andreas Steffen 7d858a9d3c pluto uses optionsfrom from libstrongswan 2009-05-24 20:03:01 +02:00
Andreas Steffen 96d42f445e pluto now needs the gmp plugin 2009-05-24 19:33:16 +02:00
Andreas Steffen b8f8b2f1ce load gmp plugin in ike scenarios 2009-05-24 18:16:00 +02:00
Andreas Steffen 5aab375958 added openssl/ikev1-alg-ecp-low and openssl/ikev1-alg-ecp-high scenarios 2009-05-24 18:12:31 +02:00
Andreas Steffen 8585af7acb KE payload of ECP groups has X and Y coordinates 2009-05-24 18:06:49 +02:00
Andreas Steffen 7bb47ea4f3 fixed typo 2009-05-24 16:48:58 +02:00
Andreas Steffen 727a56c633 added openssl/rw-cert-ikev1 scenario 2009-05-24 16:42:30 +02:00
Andreas Steffen a09d1c386a renamed some IKEv2 OpenSSL scenarios 2009-05-24 16:41:13 +02:00
Andreas Steffen bce979ae44 pluto now requires gmp plugin for DH functions 2009-05-24 16:11:24 +02:00
Andreas Steffen 52ccea657b use the Diffie-Hellman functionality of libstrongswan 2009-05-24 11:26:00 +02:00
Andreas Steffen 770b408902 cosmetics 2009-05-24 11:24:19 +02:00
Andreas Steffen 2799f19432 added dh group descriptions 2009-05-24 11:23:24 +02:00
Andreas Steffen 42bdf001f0 updated copyright statements 2009-05-22 17:25:32 +02:00
Andreas Steffen a213175d96 version bump to 4.3.2 2009-05-22 17:05:58 +02:00
Andreas Steffen c22889b96c fixed compiler warning 2009-05-22 14:15:39 +02:00
Andreas Steffen 050cc5828a completed NEWS for 4.3.1 2009-05-22 13:41:48 +02:00
Andreas Steffen b88dabb521 recognize ipsec purgeike command 2009-05-22 13:32:48 +02:00
Andreas Steffen d128dd62fc load plugins for scepclient 2009-05-22 10:45:32 +02:00
Andreas Steffen 0de8862be8 load plugins for scepclient 2009-05-22 10:40:25 +02:00
Andreas Steffen 1280c707e7 psk scenarios don't have to load the curl plugin 2009-05-22 10:35:11 +02:00
Andreas Steffen fe68a04d3a psk scenarios don't have to load the curl plugin 2009-05-22 10:26:38 +02:00
Andreas Steffen e20c65ebc5 lod plugins for scepclient 2009-05-22 10:10:31 +02:00
Andreas Steffen 5d9a369b63 psk scenarios don't have to load the curl plugin 2009-05-22 09:50:53 +02:00
Andreas Steffen b235b32e8b load plugins for scepclient 2009-05-22 09:50:09 +02:00
Andreas Steffen 8a5c2ecdb0 added pluto's plugins in ikev1/attr-cert scenario 2009-05-22 09:19:08 +02:00
Andreas Steffen d95e6f97a7 use pluto's default plugins 2009-05-22 09:15:51 +02:00
Andreas Steffen d44fd82164 some more NEWS 2009-05-21 20:54:45 +02:00
Tobias Brunner a6ae2a1490 Fixing IPSEC_* checks on older Linux distros. 2009-05-21 10:03:27 +02:00
Tobias Brunner 617e59b7bc Portably check for IPSEC_* constants (defined in ipsec.h).
The problem is that FreeBSD defines them as #defines whereas Linux defines them as enums.
2009-05-20 20:15:06 +02:00
Tobias Brunner ad36ab252e Automatically build (and install) the DUMM Ruby extension. 2009-05-20 19:38:01 +02:00