aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some typos fixed.Tobias Brunner2011-02-071-2/+2
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-121-1/+1
* 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-132-4/+4
* Fixing out-of-tree build after adding dependency to config.status.Tobias Brunner2010-04-291-1/+1
* Users of PLUGINS depend on config.status, rebuilding them if plugin configura...Martin Willi2010-04-291-0/+2
* Migrated scepclient/openac logging hooks to new signatureMartin Willi2010-04-071-1/+1
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-1/+1
* Added libhydra include to scepclientMartin Willi2010-03-251-0/+2
* replaced struct id by identification_tAndreas Steffen2009-10-102-42/+14
* scepclient uses pkcs10 from libstrongswanAndreas Steffen2009-09-282-277/+0
* pluto and scepclient now use the x509 plugin for certificatesAndreas Steffen2009-09-276-127/+150
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-112-31/+14
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-102-2/+1
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-102-2/+1
* use sysconfdir, no need for an additional confdir variableMartin Willi2009-09-071-1/+1
* Removed trailing whitespaces in configure.in/Makefile.amMartin Willi2009-09-071-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-046-34/+34
* 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
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-272-3/+3
* updated scepclient to new encoding APIMartin Willi2009-08-263-10/+11
* removed obsolete PEM code in pluto/libstrongswanMartin Willi2009-08-261-4/+1
* integrity test of openac and scepclient code filesAndreas Steffen2009-08-171-0/+7
* reinitialize print argumentsAndreas Steffen2009-08-171-3/+4
* check success of library_init()Andreas Steffen2009-08-141-2/+8
* use get_proposal_token() for algorithm selectionAndreas Steffen2009-06-202-41/+27
* added Camellia encryption support to scepclientAndreas Steffen2009-06-171-2/+15
* hooray, pluto and scepclient do not depend on libgmp anymoreAndreas Steffen2009-06-092-8/+2
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-098-434/+102
* NO_CREDENTIAL_FACTORY compile option not needed anymoreAndreas Steffen2009-05-281-1/+0
* got rid of libcryptoAndreas Steffen2009-05-151-1/+0
* started migration to encryption pluginsAndreas Steffen2009-05-092-2/+21
* use hash size constants from hasher.hAndreas Steffen2009-05-071-2/+3
* removed all hash function code from plutoAndreas Steffen2009-05-061-11/+1
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-304-58/+21
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-303-6/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-1/+1
* added .gitignore files, ready for the switchMartin Willi2009-04-301-0/+1
* pluto and scepclient use the curl and ldap fetcher pluginsAndreas Steffen2009-04-294-135/+71