aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/builder.c
Commit message (Collapse)AuthorAgeFilesLines
* ipsec pki --self|issue supports --pathlen option setting a path length ↵Andreas Steffen2009-12-311-0/+1
| | | | constraint
* x509 plugin supports encoding of OCSP AuthorityInfo AccessLocationsMartin Willi2009-09-111-0/+1
|
* x509 plugin supports encoding of CRL distribution pointsMartin Willi2009-09-111-0/+1
|
* Replaced builder_t objects by simple builder_function_t functionsMartin Willi2009-09-101-8/+0
|
* x509 certificates support encoding of email, DNS and IP subjectAltNamesMartin Willi2009-09-081-2/+2
|
* allow choice of digest algorithm in certificate generationAndreas Steffen2009-08-281-0/+1
|
* added a BUILD_FROM_FD option, supporting credential parsing from stdinMartin Willi2009-08-261-0/+1
|
* renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support ↵Martin Willi2009-08-261-1/+1
| | | | other key types
* implemented a pkcs1 plugin providing PKCS#1 key parsing buildersMartin Willi2009-08-261-0/+8
|
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-261-1/+3
|
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-091-0/+2
|
* add support for smartcards in charon by using the ENGINE API provided by ↵Tobias Brunner2008-12-031-0/+2
| | | | OpenSSL, based on patches by Michael Roßberg.
* fixed builder_cancel macro to return NULL on failed buildMartin Willi2008-10-061-0/+9
|
* refactored credential builderMartin Willi2008-09-021-1/+2
| | | | | | | | | 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
* loading PEM encoded public keysMartin Willi2008-06-111-0/+1
|
* added component BUILD_FROM_FILEAndreas Steffen2008-03-251-0/+1
|
* added ietf group attribute support to attibute certificate factoryAndreas Steffen2008-03-211-0/+1
|
* added BUILD_SERIAL component and fixed several ac bugsAndreas Steffen2008-03-211-0/+1
|
* added credential factory support for BULD_NOT_BEFORE_TIME and ↵Andreas Steffen2008-03-211-0/+2
| | | | BUILD_NOT_AFTER_TIME
* enforcing x509_flags on certificate constructionMartin Willi2008-03-171-0/+1
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+31