| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow support for CA-certificate retrieval in scepclient4.6.0 | Thomas Egerer | 2011-11-04 | 1 | -0/+21 |
* | Plugin enumerator enumerates over loaded features, too | Martin Willi | 2011-10-14 | 1 | -1/+1 |
* | Include library.h in plugin.h | Martin Willi | 2011-10-14 | 1 | -0/+1 |
* | Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variable | Martin Willi | 2011-05-19 | 1 | -3/+0 |
* | scepclient: Proper handling of multiple received certificates. | Tobias Brunner | 2011-04-19 | 1 | -1/+1 |
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ... | Martin Willi | 2011-04-15 | 1 | -2/+3 |
* | Some typos fixed. | Tobias Brunner | 2011-02-07 | 1 | -2/+2 |
* | Build dedicated plugin lists for each strongSwan component | Martin Willi | 2010-08-12 | 1 | -1/+1 |
* | Use bits instead of bytes for a private/public key | Martin Willi | 2010-08-10 | 1 | -1/+1 |
* | Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obs... | Martin Willi | 2010-08-04 | 1 | -1/+1 |
* | Support different encoding types in certificate.get_encoding() | Martin Willi | 2010-07-13 | 1 | -5/+4 |
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential en... | Martin Willi | 2010-07-13 | 2 | -4/+4 |
* | Fixing out-of-tree build after adding dependency to config.status. | Tobias Brunner | 2010-04-29 | 1 | -1/+1 |
* | Users of PLUGINS depend on config.status, rebuilding them if plugin configura... | Martin Willi | 2010-04-29 | 1 | -0/+2 |
* | Migrated scepclient/openac logging hooks to new signature | Martin Willi | 2010-04-07 | 1 | -1/+1 |
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -1/+1 |
* | Added libhydra include to scepclient | Martin Willi | 2010-03-25 | 1 | -0/+2 |
* | replaced struct id by identification_t | Andreas Steffen | 2009-10-10 | 2 | -42/+14 |
* | scepclient uses pkcs10 from libstrongswan | Andreas Steffen | 2009-09-28 | 2 | -277/+0 |
* | pluto and scepclient now use the x509 plugin for certificates | Andreas Steffen | 2009-09-27 | 6 | -127/+150 |
* | Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro | Martin Willi | 2009-09-11 | 2 | -31/+14 |
* | pass NULL to library_init() to load settings from default file | Martin Willi | 2009-09-10 | 2 | -2/+1 |
* | use NULL to load plugins from default plugin directory | Martin Willi | 2009-09-10 | 2 | -2/+1 |
* | use sysconfdir, no need for an additional confdir variable | Martin Willi | 2009-09-07 | 1 | -1/+1 |
* | Removed trailing whitespaces in configure.in/Makefile.am | Martin Willi | 2009-09-07 | 1 | -1/+1 |
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 6 | -34/+34 |
* | handle plugin loading failures | Martin Willi | 2009-09-01 | 1 | -2/+5 |
* | use time_monotonic() instead of time() for statistics and time difference cal... | Martin Willi | 2009-08-31 | 1 | -3/+3 |
* | create algorithmIdentifier dynamically from OID database | Martin Willi | 2009-08-27 | 2 | -3/+3 |
* | updated scepclient to new encoding API | Martin Willi | 2009-08-26 | 3 | -10/+11 |
* | removed obsolete PEM code in pluto/libstrongswan | Martin Willi | 2009-08-26 | 1 | -4/+1 |
* | integrity test of openac and scepclient code files | Andreas Steffen | 2009-08-17 | 1 | -0/+7 |
* | reinitialize print arguments | Andreas Steffen | 2009-08-17 | 1 | -3/+4 |
* | check success of library_init() | Andreas Steffen | 2009-08-14 | 1 | -2/+8 |
* | use get_proposal_token() for algorithm selection | Andreas Steffen | 2009-06-20 | 2 | -41/+27 |
* | added Camellia encryption support to scepclient | Andreas Steffen | 2009-06-17 | 1 | -2/+15 |
* | hooray, pluto and scepclient do not depend on libgmp anymore | Andreas Steffen | 2009-06-09 | 2 | -8/+2 |
* | pluto and scepclient use private and public key plugins of libstrongswan | Andreas Steffen | 2009-06-09 | 8 | -434/+102 |
* | NO_CREDENTIAL_FACTORY compile option not needed anymore | Andreas Steffen | 2009-05-28 | 1 | -1/+0 |
* | got rid of libcrypto | Andreas Steffen | 2009-05-15 | 1 | -1/+0 |
* | started migration to encryption plugins | Andreas Steffen | 2009-05-09 | 2 | -2/+21 |
* | use hash size constants from hasher.h | Andreas Steffen | 2009-05-07 | 1 | -2/+3 |
* | removed all hash function code from pluto | Andreas Steffen | 2009-05-06 | 1 | -11/+1 |
* | pluto and scepclient use the random plugin from libstrongswan | Andreas Steffen | 2009-04-30 | 4 | -58/+21 |
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 3 | -6/+0 |
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -1/+1 |
* | added .gitignore files, ready for the switch | Martin Willi | 2009-04-30 | 1 | -0/+1 |
* | pluto and scepclient use the curl and ldap fetcher plugins | Andreas Steffen | 2009-04-29 | 4 | -135/+71 |
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 1 | -2/+1 |