aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-2/+1
* added plugin load mechanism to pluto and scepclient and improved debug output4.3.0Andreas Steffen2009-04-212-68/+104
* use the regular libstrongswan library initializationAndreas Steffen2009-04-211-4/+2
* fixed pluto/scepclient out-of-tree buildsMartin Willi2009-04-211-1/+2
* pluto and scepclient use the regular libstrongswan libraryAndreas Steffen2009-04-211-1/+1
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-205-77/+74
* migrated write_chunk() to chunk_write()Andreas Steffen2009-04-201-5/+5
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-198-1804/+1804
* scepclient uses the optionsfrom parser from libstrongswanAndreas Steffen2009-04-181-7/+17
* created pluto and scepclient now use libstrongswan-liteAndreas Steffen2009-04-182-19/+70
* pluto and scepclient now use chunk_t from libstrongswanAndreas Steffen2009-04-171-1/+11
* ported most of the libstrongswan chunk_t macros to plutoAndreas Steffen2009-04-174-25/+27
* renamed empty_chunk to chunk_emptyAndreas Steffen2009-04-173-16/+16