Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | do not enumerate builders returning NULL | Martin Willi | 2009-08-26 | 1 | -2/+8 | |
| | ||||||
* | handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵ | Martin Willi | 2009-08-26 | 3 | -4/+11 | |
| | | | | credential kind | |||||
* | use a pluto specific credential builder to build pluto cert_t's | Martin Willi | 2009-08-26 | 2 | -4/+7 | |
| | ||||||
* | moved PEM parsing functionality to its own plugin | Martin Willi | 2009-08-26 | 3 | -5/+19 | |
| | ||||||
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵ | Tobias Brunner | 2009-08-14 | 1 | -1/+1 | |
| | | | | enums mutex/condvar/rwlock_type_t. | |||||
* | support of SHA224-based certificate signatures | Andreas Steffen | 2009-08-05 | 2 | -0/+6 | |
| | ||||||
* | conversion from ECDSA_WITH_SHAxxx OIDs to signature schemes | Andreas Steffen | 2009-07-15 | 1 | -0/+6 | |
| | ||||||
* | pluto supports ECDSA authentication | Andreas Steffen | 2009-06-12 | 2 | -3/+3 | |
| | ||||||
* | created signature_scheme_from_oid() helper function | Andreas Steffen | 2009-06-09 | 2 | -1/+44 | |
| | ||||||
* | pluto and scepclient use private and public key plugins of libstrongswan | Andreas Steffen | 2009-06-09 | 6 | -24/+56 | |
| | ||||||
* | hide credentials headers in credential_factory.h | Andreas Steffen | 2009-05-28 | 1 | -3/+0 | |
| | ||||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 15 | -30/+0 | |
| | ||||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 2 | -11/+13 | |
| | ||||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 10 | -11/+10 | |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | |||||
* | using rwlock to parallel build credentials | Martin Willi | 2008-12-09 | 1 | -10/+10 | |
| | ||||||
* | add support for smartcards in charon by using the ENGINE API provided by ↵ | Tobias Brunner | 2008-12-03 | 3 | -0/+8 | |
| | | | | OpenSSL, based on patches by Michael Roßberg. | |||||
* | fixed builder_cancel macro to return NULL on failed build | Martin Willi | 2008-10-06 | 2 | -1/+15 | |
| | ||||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 4 | -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 keys | Martin Willi | 2008-06-11 | 3 | -0/+5 | |
| | ||||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 2 | -7/+22 | |
| | ||||||
* | added display of holderIssuer, holderSerial, and authorityKeyIdentifier | Andreas Steffen | 2008-05-23 | 1 | -0/+28 | |
| | ||||||
* | fixed the cleanup code when the credential factory fails to create a builder | Tobias Brunner | 2008-05-19 | 2 | -2/+42 | |
| | ||||||
* | caching of ocsp responses (experimental), no crl caching yet | Martin Willi | 2008-03-26 | 4 | -37/+13 | |
| | ||||||
* | certificate factory can load certs from file | Andreas Steffen | 2008-03-25 | 6 | -149/+0 | |
| | ||||||
* | added component BUILD_FROM_FILE | Andreas Steffen | 2008-03-25 | 3 | -2/+6 | |
| | ||||||
* | added ac.c | Andreas Steffen | 2008-03-25 | 1 | -0/+55 | |
| | ||||||
* | defined *_create_from_file() constructors in ↵ | Andreas Steffen | 2008-03-25 | 5 | -2/+96 | |
| | | | | libstrongswan/credentials/certificates | |||||
* | added ietf group attribute support to attibute certificate factory | Andreas Steffen | 2008-03-21 | 3 | -2/+6 | |
| | ||||||
* | added BUILD_SERIAL component and fixed several ac bugs | Andreas Steffen | 2008-03-21 | 3 | -1/+5 | |
| | ||||||
* | added VALIDATION_UNKNOWN to cert_validation_names | Andreas Steffen | 2008-03-21 | 1 | -0/+1 | |
| | ||||||
* | added credential factory support for BULD_NOT_BEFORE_TIME and ↵ | Andreas Steffen | 2008-03-21 | 2 | -0/+6 | |
| | | | | BUILD_NOT_AFTER_TIME | |||||
* | refactored openac and its attribute certificate factory | Andreas Steffen | 2008-03-20 | 2 | -0/+62 | |
| | ||||||
* | added $ | Andreas Steffen | 2008-03-20 | 1 | -0/+2 | |
| | ||||||
* | cleaned up includes | Andreas Steffen | 2008-03-20 | 1 | -1/+3 | |
| | ||||||
* | removed unimplemented private/public key function declarations | Martin Willi | 2008-03-19 | 2 | -47/+0 | |
| | ||||||
* | made is_newer() a certificate_t method | Andreas Steffen | 2008-03-18 | 2 | -7/+7 | |
| | ||||||
* | enforcing x509_flags on certificate construction | Martin Willi | 2008-03-17 | 3 | -2/+10 | |
| | ||||||
* | removed X509_PEER flag; flags are meant to read cert, not to store ↵ | Martin Willi | 2008-03-14 | 3 | -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 trunk | Martin Willi | 2008-03-13 | 20 | -0/+1632 | |