aboutsummaryrefslogtreecommitdiffstats
path: root/src/openac/openac.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* initialize library in openacAndreas Steffen2008-03-211-4/+21
|
* removed build.h includeAndreas Steffen2008-03-201-2/+0
|
* refactored openac and its attribute certificate factoryAndreas Steffen2008-03-201-34/+113
|
* use the new options_t classAndreas Steffen2008-02-041-1/+4
|
* corrected briefAndreas Steffen2007-10-171-1/+1
|
* added briefsAndreas Steffen2007-10-121-4/+11
|
* cosmeticsAndreas Steffen2007-10-081-0/+1
|
* added RCSIDAndreas Steffen2007-10-081-0/+2
|
* proper cleanup on errorMartin Willi2007-10-031-2/+4
|
* more libstrongswan-like error handling in optionsfromMartin Willi2007-10-031-2/+4
|
* added vsyslog to leak detectives white listMartin Willi2007-09-271-2/+4
| | | | removed debugging hook on openac cleanup