aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/credential_factory.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a generic interface for crypto containers and a more specific PKCS#7 ↵Martin Willi2012-12-191-0/+5
| | | | interface
* Some documentation correctionsAdrian-Ken Rueegsegger2012-01-121-1/+1
|
* Added a final flag to builder registration to enumerate the actually ↵Martin Willi2010-09-031-7/+17
| | | | supported algorithms
* Added an enumerator for registered credential buildersMartin Willi2010-09-021-0/+6
|
* Replaced builder_t objects by simple builder_function_t functionsMartin Willi2009-09-101-18/+5
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-8/+8
|
* handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵Martin Willi2009-08-261-2/+0
| | | | credential kind
* use a pluto specific credential builder to build pluto cert_t'sMartin Willi2009-08-261-4/+6
|
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-281-3/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* refactored credential builderMartin Willi2008-09-021-4/+11
| | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts
* fixed the cleanup code when the credential factory fails to create a builderTobias Brunner2008-05-191-0/+5
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+100