Tobias Brunner
|
e78c915241
|
scepclient: Proper handling of multiple received certificates.
|
2011-04-19 13:48:50 +02:00 |
|
Martin Willi
|
787b5884aa
|
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates over plugin_t
|
2011-04-15 10:07:12 +02:00 |
|
Tobias Brunner
|
84545f6e7c
|
Some typos fixed.
|
2011-02-07 11:39:41 +01:00 |
|
Martin Willi
|
8f01815143
|
Build dedicated plugin lists for each strongSwan component
|
2010-08-12 14:46:57 +02:00 |
|
Martin Willi
|
a944d2092b
|
Use bits instead of bytes for a private/public key
|
2010-08-10 18:46:30 +02:00 |
|
Martin Willi
|
3429be9514
|
Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obsolete
|
2010-08-04 09:26:21 +02:00 |
|
Martin Willi
|
0406eeaacb
|
Support different encoding types in certificate.get_encoding()
|
2010-07-13 13:53:20 +02:00 |
|
Martin Willi
|
da9724e6d0
|
Renamed key_encod{ing,der}_t and constants, prepare for generic credential encoding
|
2010-07-13 11:29:35 +02:00 |
|
Tobias Brunner
|
257e27df07
|
Fixing out-of-tree build after adding dependency to config.status.
|
2010-04-29 13:29:53 +02:00 |
|
Martin Willi
|
b0e789035c
|
Users of PLUGINS depend on config.status, rebuilding them if plugin configuration is updated
|
2010-04-29 11:28:27 +02:00 |
|
Martin Willi
|
613ceca96c
|
Migrated scepclient/openac logging hooks to new signature
|
2010-04-07 15:51:55 +02:00 |
|
Tobias Brunner
|
8b0e09103b
|
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
|
2010-04-06 12:47:40 +02:00 |
|
Martin Willi
|
688d106473
|
Added libhydra include to scepclient
|
2010-03-25 11:24:58 +01:00 |
|
Andreas Steffen
|
17722d4489
|
replaced struct id by identification_t
|
2009-10-10 21:19:38 +02:00 |
|
Andreas Steffen
|
5406c65702
|
scepclient uses pkcs10 from libstrongswan
|
2009-09-28 05:52:20 +02:00 |
|
Andreas Steffen
|
0eff9f6539
|
pluto and scepclient now use the x509 plugin for certificates
|
2009-09-27 23:09:30 +02:00 |
|
Martin Willi
|
3b878dae7e
|
Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro
|
2009-09-11 15:39:35 +02:00 |
|
Martin Willi
|
356b2b2780
|
pass NULL to library_init() to load settings from default file
|
2009-09-10 18:52:42 +02:00 |
|
Martin Willi
|
5b03a350fc
|
use NULL to load plugins from default plugin directory
|
2009-09-10 18:52:42 +02:00 |
|
Martin Willi
|
faa4bd49fb
|
use sysconfdir, no need for an additional confdir variable
|
2009-09-07 15:10:30 +02:00 |
|
Martin Willi
|
8b3b4a244e
|
Removed trailing whitespaces in configure.in/Makefile.am
|
2009-09-07 11:48:03 +02:00 |
|
Martin Willi
|
7b3814f75d
|
remove spaces before tabs at the beginning of lines (^( )+\t)
|
2009-09-04 15:02:11 +02:00 |
|
Martin Willi
|
7daf5226b7
|
removed trailing spaces ([[:space:]]+$)
|
2009-09-04 13:46:09 +02:00 |
|
Martin Willi
|
8fb4edc4ff
|
handle plugin loading failures
|
2009-09-01 16:20:45 +02:00 |
|
Martin Willi
|
6180a55852
|
use time_monotonic() instead of time() for statistics and time difference calculations
|
2009-08-31 18:00:28 +02:00 |
|
Martin Willi
|
eb73685dac
|
create algorithmIdentifier dynamically from OID database
|
2009-08-27 13:59:30 +02:00 |
|
Martin Willi
|
5bceb90c86
|
updated scepclient to new encoding API
|
2009-08-26 11:23:52 +02:00 |
|
Martin Willi
|
94463a33b4
|
removed obsolete PEM code in pluto/libstrongswan
|
2009-08-26 11:23:49 +02:00 |
|
Andreas Steffen
|
bde541acf8
|
integrity test of openac and scepclient code files
|
2009-08-17 14:25:18 +02:00 |
|
Andreas Steffen
|
51dfa7f592
|
reinitialize print arguments
|
2009-08-17 10:54:34 +02:00 |
|
Andreas Steffen
|
2f5b1e0eb7
|
check success of library_init()
|
2009-08-14 22:13:51 +02:00 |
|
Andreas Steffen
|
71e725d325
|
use get_proposal_token() for algorithm selection
|
2009-06-20 12:09:36 +02:00 |
|
Andreas Steffen
|
46ec53098e
|
added Camellia encryption support to scepclient
|
2009-06-17 14:42:57 +02:00 |
|
Andreas Steffen
|
23d7e76788
|
hooray, pluto and scepclient do not depend on libgmp anymore
|
2009-06-09 11:03:34 +02:00 |
|
Andreas Steffen
|
8b799d55ce
|
pluto and scepclient use private and public key plugins of libstrongswan
|
2009-06-09 11:03:32 +02:00 |
|
Andreas Steffen
|
af1feed96a
|
NO_CREDENTIAL_FACTORY compile option not needed anymore
|
2009-05-28 15:44:22 +02:00 |
|
Andreas Steffen
|
1bfb8007c2
|
got rid of libcrypto
|
2009-05-15 01:28:48 +02:00 |
|
Andreas Steffen
|
d36ae9e305
|
started migration to encryption plugins
|
2009-05-09 00:04:28 +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
|
bc2e33ca96
|
pluto and scepclient use the random plugin from libstrongswan
|
2009-04-30 18:31:48 +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
|
e67197a7f9
|
pluto and scepclient use the curl and ldap fetcher plugins
|
2009-04-29 08:09:35 +00:00 |
|
Martin Willi
|
be0a03be64
|
set default CFLAGS globally, including -Wno-format
|
2009-04-27 11:34:07 +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
|
c258a3b36a
|
fixed pluto/scepclient out-of-tree builds
|
2009-04-21 15:24:02 +00:00 |
|
Andreas Steffen
|
4985ad6e4a
|
pluto and scepclient use the regular libstrongswan library
|
2009-04-21 12:26:04 +00:00 |
|