Commit Graph
256 Commits
Author SHA1 Message Date
Andreas Steffen 7121eca633 fixed ikev1 iv derivation 2009-05-14 21:04:49 +02:00
Andreas Steffen 2b02b0fe9f introduced encryption test vectors 2009-05-14 13:55:56 +02:00
Andreas Steffen 6e0ff31e07 use localtime_r() instead of localtime() 2009-05-14 13:55:56 +02:00
Andreas Steffen 111b963931 replaced clone_bytes() by clalloc() 2009-05-14 13:55:56 +02:00
Andreas Steffen cb81cc1dc0 changed remaining plog() to DBG1() 2009-05-14 13:55:55 +02:00
Andreas Steffen d36ae9e305 started migration to encryption plugins 2009-05-09 00:04:28 +02:00
Andreas Steffen 62975e30f0 fixed generation of IKEv1 key material 2009-05-07 22:42:45 +02:00
Tobias Brunner d504f1cbac fixed compiler warnings 2009-05-07 17:53:05 +02:00
Tobias Brunner ca39743f06 Merge branch 'master' of git.strongswan.org:~/strongswan into HEAD 2009-05-07 17:47:48 +02:00
Tobias Brunner 433c0968e4 properly initialize buffer when printing loaded plugins. 2009-05-07 17:40:19 +02:00
Andreas Steffen c08ae816a2 use hash size constants from hasher.h 2009-05-07 10:10:42 +02:00
Andreas Steffen 38a7792d8a removed all hash function code from pluto 2009-05-06 22:46:51 +02:00
Andreas Steffen ab87051f23 all hashes, hmacs and prfs use libstrongswan 2009-05-06 20:05:22 +02:00
Andreas Steffen 6eb9bc9bb8 SKEYID derivation based on libstrongswan 2009-05-05 14:28:31 +02:00
Andreas Steffen 1e3d98528a deleted elgamal.[ch] 2009-04-30 19:13:01 +00:00
Andreas Steffen bc2e33ca96 pluto and scepclient use the random plugin from libstrongswan 2009-04-30 18:31:48 +00:00
Tobias Brunner 8af25c56af some typos 2009-04-30 17:15:28 +00:00
Tobias Brunner 8c5d72cd0b removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
Tobias Brunner d24a74c5b4 merging changes from portability branch back to trunk
important change for developers: %Y replaces %D to print identities!
2009-04-30 11:37:54 +00:00
Martin Willi 466f11bfaf added .gitignore files, ready for the switch 2009-04-30 07:42:30 +00:00
Andreas Steffen de92b9e70c default plugins for pluto 2009-04-29 08:56:19 +00:00
Andreas Steffen e67197a7f9 pluto and scepclient use the curl and ldap fetcher plugins 2009-04-29 08:09:35 +00:00
Martin Willi 9e080c899e removed .cvsignore files 2009-04-27 14:40:38 +00:00
Martin Willi be0a03be64 set default CFLAGS globally, including -Wno-format 2009-04-27 11:34:07 +00:00
Andreas Steffen 6fd5b52f4c release dynamic memory allocated for VIDs 2009-04-24 15:01:32 +00:00
Andreas Steffen f032a6909a version bump to 4.3.1 2009-04-24 04:38:57 +00:00
Andreas Steffen 6e9fe153fc added plugin load mechanism to pluto and scepclient and improved debug output 2009-04-21 18:48:58 +00:00
Andreas Steffen b757ebc2a7 use the regular libstrongswan library initialization 2009-04-21 18:46:57 +00:00
Martin Willi 134c9d9db0 fixed a bunch of compiler warnings, pgp end certificate listing 2009-04-21 15:36:58 +00:00
Martin Willi c258a3b36a fixed pluto/scepclient out-of-tree builds 2009-04-21 15:24:02 +00:00
Andreas Steffen 59a4e87db6 fixed indentation of debug output 2009-04-21 13:05:19 +00:00
Andreas Steffen 53199c25ca mapped libstrongswan debug level to pluto debug options 2009-04-21 12:26:51 +00:00
Andreas Steffen 4985ad6e4a pluto and scepclient use the regular libstrongswan library 2009-04-21 12:26:04 +00:00
Andreas Steffen 08b2d288a1 scepclient and pluto use asn1 from libstrongswan 2009-04-20 20:53:38 +00:00
Andreas Steffen d13309d1a8 removed trailing whitespace 2009-04-20 09:42:33 +00:00
Andreas Steffen d41071802d support of the enum printf_hook 2009-04-20 09:32:59 +00:00
Andreas Steffen 4af0a77cac already had the correct formatting 2009-04-20 07:31:34 +00:00
Andreas Steffen 3eb5042e9c migrated write_chunk() to chunk_write() 2009-04-20 06:58:00 +00:00
Andreas Steffen 4f4ae2f465 eliminated TIMETOA_BUF definition 2009-04-20 06:21:49 +00:00
Andreas Steffen 3d7a244b54 conversion from 8 spaces to 4 spaces per tab 2009-04-19 19:16:09 +00:00
Andreas Steffen d940c7638c initialize new struct msg_digest 2009-04-19 18:42:47 +00:00
Andreas Steffen a6e3ec1389 created pluto and scepclient now use libstrongswan-lite 2009-04-18 14:50:31 +00:00
Andreas Steffen a376e44577 pluto and scepclient now use chunk_t from libstrongswan 2009-04-17 16:41:26 +00:00
Andreas Steffen 9b91b81870 ported most of the libstrongswan chunk_t macros to pluto 2009-04-17 16:11:33 +00:00
Andreas Steffen c0e1115c85 strdup() requires <string.h> 2009-04-17 11:22:06 +00:00
Andreas Steffen 439679b120 use strdup() in clone_str() macro 2009-04-17 11:20:28 +00:00
Andreas Steffen 0dd4bc0333 renamed empty_chunk to chunk_empty 2009-04-17 11:00:37 +00:00
Andreas Steffen 63176bbcb0 moved strcaseeq() macro from constants.h to utils.h 2009-04-17 09:52:49 +00:00
Andreas Steffen 2775c9aac8 changed elemsof() macro to countof() 2009-04-17 09:28:45 +00:00
Andreas Steffen 71e29ced11 fixed OID encoding 2009-04-17 08:58:07 +00:00