aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient/scepclient.c
Commit message (Expand)AuthorAgeFilesLines
* Cache list of plugin names to further simplify its usage.Tobias Brunner2012-01-191-13/+2
* Simplified logging of list of loaded plugins.Tobias Brunner2012-01-191-11/+4
* Fixed check of max_poll_time as it is an unsigned int.Tobias Brunner2011-11-251-4/+0
* Allow support for CA-certificate retrieval in scepclient4.6.0Thomas Egerer2011-11-041-0/+21
* Plugin enumerator enumerates over loaded features, tooMartin Willi2011-10-141-1/+1
* Include library.h in plugin.hMartin Willi2011-10-141-0/+1
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-3/+0
* scepclient: Proper handling of multiple received certificates.Tobias Brunner2011-04-191-1/+1
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-2/+3
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-1/+1
* Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obs...Martin Willi2010-08-041-1/+1
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-5/+4
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-3/+3
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-1/+1
* replaced struct id by identification_tAndreas Steffen2009-10-101-11/+13
* pluto and scepclient now use the x509 plugin for certificatesAndreas Steffen2009-09-271-98/+122
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-1/+1
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-101-1/+1
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-1/+1
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-8/+8
* handle plugin loading failuresMartin Willi2009-09-011-2/+5
* use time_monotonic() instead of time() for statistics and time difference cal...Martin Willi2009-08-311-3/+3
* updated scepclient to new encoding APIMartin Willi2009-08-261-3/+2
* integrity test of openac and scepclient code filesAndreas Steffen2009-08-171-0/+7
* check success of library_init()Andreas Steffen2009-08-141-2/+8
* use get_proposal_token() for algorithm selectionAndreas Steffen2009-06-201-35/+15
* added Camellia encryption support to scepclientAndreas Steffen2009-06-171-2/+15
* hooray, pluto and scepclient do not depend on libgmp anymoreAndreas Steffen2009-06-091-1/+0
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-091-25/+24
* started migration to encryption pluginsAndreas Steffen2009-05-091-1/+14
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-301-4/+1
* pluto and scepclient use the curl and ldap fetcher pluginsAndreas Steffen2009-04-291-15/+14
* added plugin load mechanism to pluto and scepclient and improved debug output4.3.0Andreas Steffen2009-04-211-40/+20
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-12/+12
* migrated write_chunk() to chunk_write()Andreas Steffen2009-04-201-5/+5
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-903/+903
* scepclient uses the optionsfrom parser from libstrongswanAndreas Steffen2009-04-181-7/+17
* created pluto and scepclient now use libstrongswan-liteAndreas Steffen2009-04-181-0/+50
* ported most of the libstrongswan chunk_t macros to plutoAndreas Steffen2009-04-171-14/+14
* renamed empty_chunk to chunk_emptyAndreas Steffen2009-04-171-12/+12
* moved strcaseeq() macro from constants.h to utils.hAndreas Steffen2009-04-171-20/+68
* port the libstrongswan memory allocation methods to plutoAndreas Steffen2009-04-171-4/+4
* removed old leak detectiveAndreas Steffen2009-04-161-7/+0
* removed oid.txt and oid.pl in pluto subdirAndreas Steffen2007-08-151-1/+1
* (no commit message)Martin Willi2006-04-281-0/+1036