aboutsummaryrefslogtreecommitdiffstats
path: root/src/openac/openac.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* chunk: Externalize error reporting in chunk_write()Martin Willi2014-01-231-1/+9
| | | | | This avoids passing that arbitrary label just for error messages, and gives greater flexibility in handling errors.
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Remove executable flag from source files.Tobias Brunner2012-05-181-0/+0
|
* Cast size_t len arguments to %.*s to intMartin Willi2011-04-201-1/+1
|
* openac: --out is a mandatory argument.Tobias Brunner2011-04-191-2/+3
|
* openac: Fixed potential overflow while reading passphrase.Tobias Brunner2011-04-191-1/+1
|
* openac: Make sure path is null-terminated.Tobias Brunner2011-04-191-2/+3
|
* Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use ↵Martin Willi2010-08-041-1/+11
| | | | credential sets
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-4/+6
|
* 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-5/+6
|
* fixed serial number conversion from hexAndreas Steffen2009-10-051-0/+5
|
* pluto now uses x509 plugin for attribute certificate handlingAndreas Steffen2009-10-051-2/+0
|
* eliminated double library_deinit()Andreas Steffen2009-09-191-1/+0
|
* 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 within tabs (\t( )+\t)Martin Willi2009-09-041-2/+2
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-8/+8
|
* handle plugin loading failuresMartin Willi2009-09-011-4/+6
|
* openac (and tools) do not depend on gmp anymoreMartin Willi2009-08-261-55/+19
|
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-261-29/+5
|
* integrity test of openac and scepclient code filesAndreas Steffen2009-08-171-0/+7
|
* reinitialize print argumentsAndreas Steffen2009-08-171-2/+3
|
* check success of library_init()Andreas Steffen2009-08-141-1/+5
|
* removed obsolete INTEGRITY_TEST and fips signer codeMartin Willi2009-06-221-19/+0
| | | | --enable-integrity-test now conditionally builds libchecksum
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-281-0/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* migrated write_chunk() to chunk_write()Andreas Steffen2009-04-201-2/+1
|
* improved openac dbg function handling multiple lines to syslogAndreas Steffen2009-04-171-1/+18
|
* fixed refactoring error in openacAndreas Steffen2008-12-041-1/+0
|
* checking mpz_export return value properlyMartin Willi2008-09-171-0/+4
| | | | fixes a potential DoS attack if a DH value of zero gets processed
* ported openac to credential factory changesMartin Willi2008-09-021-3/+5
|
* loading default modules depending on configure optionsMartin Willi2008-05-161-2/+1
|
* added missing semicolonAndreas Steffen2008-05-151-1/+1
|
* plugin load configuration in strongswan.confMartin Willi2008-05-151-1/+3
| | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
* refactoring of the ASN.1 parserAndreas Steffen2008-04-261-2/+2
|
* chunk_to_hex() adaptationsAndreas Steffen2008-04-251-11/+10
|
* corrected variable nameAndreas Steffen2008-04-171-2/+2
|
* cosmetics to chunk_write()Martin Willi2008-04-171-0/+1
|
* added ./configure option --with-strongswan-conf=Martin Willi2008-04-071-1/+1
| | | | defaults to /etc/strongswan.conf
* fixed compiler warning in openaceMartin Willi2008-03-281-1/+2
| | | | fixed pem loading bug
* certificate factory can load certs from fileAndreas Steffen2008-03-251-8/+12
|
* fixed refence counts before calling attribute certificate factoryAndreas Steffen2008-03-251-66/+20
|
* added ietf group attribute support to attibute certificate factoryAndreas Steffen2008-03-211-0/+1
|
* fixed memory allocation problem in openacAndreas Steffen2008-03-211-1/+1
|
* added BUILD_SERIAL component and fixed several ac bugsAndreas Steffen2008-03-211-2/+2
|
* added credential factory support for BULD_NOT_BEFORE_TIME and ↵Andreas Steffen2008-03-211-2/+2
| | | | BUILD_NOT_AFTER_TIME