aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient/scepclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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