Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a generic interface for crypto containers and a more specific PKCS#7 ↵ | Martin Willi | 2012-12-19 | 1 | -0/+5 |
| | | | | interface | ||||
* | Some documentation corrections | Adrian-Ken Rueegsegger | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | Added a final flag to builder registration to enumerate the actually ↵ | Martin Willi | 2010-09-03 | 1 | -7/+17 |
| | | | | supported algorithms | ||||
* | Added an enumerator for registered credential builders | Martin Willi | 2010-09-02 | 1 | -0/+6 |
| | |||||
* | Replaced builder_t objects by simple builder_function_t functions | Martin Willi | 2009-09-10 | 1 | -18/+5 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -8/+8 |
| | |||||
* | handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵ | Martin Willi | 2009-08-26 | 1 | -2/+0 |
| | | | | credential kind | ||||
* | use a pluto specific credential builder to build pluto cert_t's | Martin Willi | 2009-08-26 | 1 | -4/+6 |
| | |||||
* | hide credentials headers in credential_factory.h | Andreas Steffen | 2009-05-28 | 1 | -3/+0 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -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 builder | Tobias Brunner | 2008-05-19 | 1 | -0/+5 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+100 |