aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials
Commit message (Collapse)AuthorAgeFilesLines
...
* do not enumerate builders returning NULLMartin Willi2009-08-261-2/+8
|
* handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵Martin Willi2009-08-263-4/+11
| | | | credential kind
* use a pluto specific credential builder to build pluto cert_t'sMartin Willi2009-08-262-4/+7
|
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-263-5/+19
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-052-0/+6
|
* conversion from ECDSA_WITH_SHAxxx OIDs to signature schemesAndreas Steffen2009-07-151-0/+6
|
* pluto supports ECDSA authenticationAndreas Steffen2009-06-122-3/+3
|
* created signature_scheme_from_oid() helper functionAndreas Steffen2009-06-092-1/+44
|
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-096-24/+56
|
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-281-3/+0
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3015-30/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-142-11/+13
|
* updated DoxyfileMartin Willi2009-03-2410-11/+10
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* using rwlock to parallel build credentialsMartin Willi2008-12-091-10/+10
|
* add support for smartcards in charon by using the ENGINE API provided by ↵Tobias Brunner2008-12-033-0/+8
| | | | OpenSSL, based on patches by Michael Roßberg.
* fixed builder_cancel macro to return NULL on failed buildMartin Willi2008-10-062-1/+15
|
* refactored credential builderMartin Willi2008-09-024-123/+66
| | | | | | | | | 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-113-0/+5
|
* ECDSA with OpenSSLTobias Brunner2008-06-102-7/+22
|
* added display of holderIssuer, holderSerial, and authorityKeyIdentifierAndreas Steffen2008-05-231-0/+28
|
* fixed the cleanup code when the credential factory fails to create a builderTobias Brunner2008-05-192-2/+42
|
* caching of ocsp responses (experimental), no crl caching yetMartin Willi2008-03-264-37/+13
|
* certificate factory can load certs from fileAndreas Steffen2008-03-256-149/+0
|
* added component BUILD_FROM_FILEAndreas Steffen2008-03-253-2/+6
|
* added ac.cAndreas Steffen2008-03-251-0/+55
|
* defined *_create_from_file() constructors in ↵Andreas Steffen2008-03-255-2/+96
| | | | libstrongswan/credentials/certificates
* added ietf group attribute support to attibute certificate factoryAndreas Steffen2008-03-213-2/+6
|
* added BUILD_SERIAL component and fixed several ac bugsAndreas Steffen2008-03-213-1/+5
|
* added VALIDATION_UNKNOWN to cert_validation_namesAndreas Steffen2008-03-211-0/+1
|
* added credential factory support for BULD_NOT_BEFORE_TIME and ↵Andreas Steffen2008-03-212-0/+6
| | | | BUILD_NOT_AFTER_TIME
* refactored openac and its attribute certificate factoryAndreas Steffen2008-03-202-0/+62
|
* added $Andreas Steffen2008-03-201-0/+2
|
* cleaned up includesAndreas Steffen2008-03-201-1/+3
|
* removed unimplemented private/public key function declarationsMartin Willi2008-03-192-47/+0
|
* made is_newer() a certificate_t methodAndreas Steffen2008-03-182-7/+7
|
* enforcing x509_flags on certificate constructionMartin Willi2008-03-173-2/+10
|
* removed X509_PEER flag; flags are meant to read cert, not to store ↵Martin Willi2008-03-143-10/+94
| | | | | | | additional state in cert removed x509_t.set_flags for the reason above implemented a simple, generic shared_key_t
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1320-0/+1632