Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -7/+8 |
| | |||||
* | streamlined output from get_validity() | Andreas Steffen | 2009-10-06 | 1 | -9/+1 |
| | |||||
* | Updated x509 plugin to the new builder API | Martin Willi | 2009-09-10 | 1 | -63/+23 |
| | |||||
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -32/+32 |
| | |||||
* | changed prefix of crl_reason_t values from CRL_ to CRL_REASON_ | Andreas Steffen | 2009-08-31 | 1 | -1/+1 |
| | |||||
* | updated x509 plugin to public key/x509 API changes | Martin Willi | 2009-08-26 | 1 | -29/+18 |
| | |||||
* | make use of the pem helper plugin to load credentials | Martin Willi | 2009-08-26 | 1 | -73/+25 |
| | |||||
* | created signature_scheme_from_oid() helper function | Andreas Steffen | 2009-06-09 | 1 | -25/+5 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -1/+1 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -1/+1 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 1 | -0/+2 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -19/+26 |
| | | | | | | | | | 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 | ||||
* | support of ECDSA signatures for all certificate types | Andreas Steffen | 2008-06-22 | 1 | -0/+3 |
| | |||||
* | introduced ASN1_EXIT command in ASN.1 object syntax definition | Andreas Steffen | 2008-04-28 | 1 | -3/+3 |
| | |||||
* | optimized parser->success() | Andreas Steffen | 2008-04-26 | 1 | -4/+2 |
| | |||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 1 | -28/+29 |
| | |||||
* | compare certificates against full encoding to allow equality check of ↵ | Martin Willi | 2008-04-07 | 1 | -5/+9 |
| | | | | untrusted certs | ||||
* | caching of ocsp responses (experimental), no crl caching yet | Martin Willi | 2008-03-26 | 1 | -28/+6 |
| | |||||
* | treat sig_alg and algorithm comparison in a consistent way over all ↵ | Andreas Steffen | 2008-03-26 | 1 | -3/+4 |
| | | | | certificate types | ||||
* | fixed compiler warnings | Martin Willi | 2008-03-26 | 1 | -0/+1 |
| | |||||
* | certificate factory can load certs from file | Andreas Steffen | 2008-03-25 | 1 | -15/+53 |
| | |||||
* | included utils/linked_list.h | Andreas Steffen | 2008-03-20 | 1 | -0/+1 |
| | |||||
* | made is_newer() a certificate_t method | Andreas Steffen | 2008-03-18 | 1 | -37/+37 |
| | |||||
* | fixed CRL revoked certs enumeration | Martin Willi | 2008-03-17 | 1 | -4/+4 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+717 |