aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient
Commit message (Expand)AuthorAgeFilesLines
* scepclient: Option added to read PKCS#10 certificate request from a file.Tobias Brunner2012-06-112-11/+30
* scepclient: Option added to read self-signed certificate from a file.Tobias Brunner2012-06-112-21/+53
* scepclient: Generate uppercase transaction ID.Tobias Brunner2012-06-111-1/+1
* scepclient: Use HTTP 1.0 for all requests.Tobias Brunner2012-06-111-0/+2
* scepclient: Options added to specify digest/signature algorithms.Tobias Brunner2012-06-112-27/+92
* scepclient: Also number CA certificates in case there is more than one.Tobias Brunner2012-06-112-14/+51
* scepclient: Store received RA certificates, using CA cert name as base.Tobias Brunner2012-06-111-5/+67
* scepclient: Use pkcs7_t and pkcs9_t, remove all dependencies to pluto/libfree...Tobias Brunner2012-06-114-289/+119
* scepclient: Local generation of file names.Tobias Brunner2012-06-111-10/+48
* scepclient: Replaced usages of datatot().Tobias Brunner2012-06-111-6/+6
* scepclient: Migrated logging to libstrongswan.Tobias Brunner2012-06-115-513/+147
* scepclient: Some code cleanup.Tobias Brunner2012-06-113-335/+319
* 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
* 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