aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/builder.h
Commit message (Collapse)AuthorAgeFilesLines
* x509: Replace the comma separated string AC group builder with a list based oneMartin Willi2014-03-311-2/+2
|
* pki: Replace BUILD_FROM_FD with passing a chunk via BUILD_BLOBTobias Brunner2013-10-231-2/+0
| | | | This allows more than one builder to try parsing the data read from STDIN.
* sshkey: Added builder for SSHKEY RSA keysTobias Brunner2013-05-071-0/+2
|
* Add builder parts to generate PKCS#7 containersMartin Willi2012-12-191-1/+7
|
* allow the optional sharing if RSA private keysAndreas Steffen2012-11-221-0/+4
|
* implemented generation of safe primesAndreas Steffen2012-11-181-0/+2
|
* Add builder part for parameters from algorithmIdentifier.Tobias Brunner2012-02-011-1/+3
|
* Fixed additional typos in comments and log messages.Tobias Brunner2012-01-121-1/+1
|
* Some documentation correctionsAdrian-Ken Rueegsegger2012-01-121-2/+2
|
* Slightly renamed different policyConstraints to distinguish them betterMartin Willi2011-01-051-3/+3
|
* Added support for inhibitAnyPolicy constraint to x509 pluginMartin Willi2011-01-051-0/+2
|
* Added support for delta CRLs to x509 pluginMartin Willi2011-01-051-0/+2
|
* Simplified format of x509 CRL URI parsing/enumeratorMartin Willi2011-01-051-3/+1
|
* Added support for policyConstraints to x509 pluginMartin Willi2011-01-051-0/+4
|
* Added policyMappings support to x509 pluginMartin Willi2011-01-051-0/+2
|
* Added certificatePolicy support to x509 pluginMartin Willi2011-01-051-0/+2
|
* Added support for generating NameConstraints in x509 pluginMartin Willi2011-01-051-0/+4
|
* Added support for CRL Issuers to x509 and OpenSSL pluginsMartin Willi2011-01-051-0/+2
|
* Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use ↵Martin Willi2010-08-041-6/+0
| | | | credential sets
* Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets ↵Martin Willi2010-08-041-0/+2
| | | | obsolete
* Pass the PKCS11 keyid as chunk, not as stringMartin Willi2010-08-041-1/+1
|
* Reuse generic passphrase build part, not a dedicated PIN partMartin Willi2010-08-041-3/+1
|
* Support module names in %smartcard specifier, streamlined smartcard buildingMartin Willi2010-08-041-4/+8
|
* Added support for CRL generation to x509 pluginMartin Willi2010-05-211-0/+2
|
* ipsec pki --self|issue supports --pathlen option setting a path length ↵Andreas Steffen2009-12-311-0/+2
| | | | constraint
* x509 plugin supports encoding of OCSP AuthorityInfo AccessLocationsMartin Willi2009-09-111-0/+2
|
* x509 plugin supports encoding of CRL distribution pointsMartin Willi2009-09-111-0/+2
|
* Replaced builder_t objects by simple builder_function_t functionsMartin Willi2009-09-101-45/+10
|
* x509 certificates support encoding of email, DNS and IP subjectAltNamesMartin Willi2009-09-081-4/+4
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-2/+2
|
* allow choice of digest algorithm in certificate generationAndreas Steffen2009-08-281-0/+2
|
* added a BUILD_FROM_FD option, supporting credential parsing from stdinMartin Willi2009-08-261-1/+3
|
* enforce RSA_PRIME1 > RSA_PRIME2 (p > q) in PGPMartin Willi2009-08-261-2/+2
|
* renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support ↵Martin Willi2009-08-261-2/+2
| | | | other key types
* implemented a pkcs1 plugin providing PKCS#1 key parsing buildersMartin Willi2009-08-261-0/+16
|
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-261-2/+8
|
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-091-3/+7
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* add support for smartcards in charon by using the ENGINE API provided by ↵Tobias Brunner2008-12-031-0/+4
| | | | OpenSSL, based on patches by Michael Roßberg.
* fixed builder_cancel macro to return NULL on failed buildMartin Willi2008-10-061-1/+6
|
* refactored credential builderMartin Willi2008-09-021-2/+10
| | | | | | | | | 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/+2
|
* added component BUILD_FROM_FILEAndreas Steffen2008-03-251-2/+4
|
* added ietf group attribute support to attibute certificate factoryAndreas Steffen2008-03-211-2/+4
|
* added BUILD_SERIAL component and fixed several ac bugsAndreas Steffen2008-03-211-1/+3
|
* refactored openac and its attribute certificate factoryAndreas Steffen2008-03-201-0/+4
|
* enforcing x509_flags on certificate constructionMartin Willi2008-03-171-1/+3
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+101