Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | created signature_scheme_from_oid() helper function | Andreas Steffen | 2009-06-09 | 1 | -25/+5 |
| | |||||
* | hide credentials headers in credential_factory.h | Andreas Steffen | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | 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). | ||||
* | fixed refactoring error in openac | Andreas Steffen | 2008-12-04 | 1 | -1/+3 |
| | |||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 1 | -0/+2 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -13/+14 |
| | | | | | | | | | 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 |
| | |||||
* | added display of holderIssuer, holderSerial, and authorityKeyIdentifier | Andreas Steffen | 2008-05-23 | 1 | -3/+40 |
| | |||||
* | implement basic listing of attribute certificates | Andreas Steffen | 2008-05-22 | 1 | -8/+3 |
| | |||||
* | fixed segmentation fault caused by malformed attribute certificates | Andreas Steffen | 2008-05-21 | 1 | -0/+5 |
| | |||||
* | introduced ASN1_EXIT command in ASN.1 object syntax definition | Andreas Steffen | 2008-04-28 | 1 | -10/+10 |
| | |||||
* | optimized parser->success() | Andreas Steffen | 2008-04-26 | 1 | -6/+2 |
| | |||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 1 | -143/+141 |
| | |||||
* | 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 | -8/+2 |
| | |||||
* | treat sig_alg and algorithm comparison in a consistent way over all ↵ | Andreas Steffen | 2008-03-26 | 1 | -0/+5 |
| | | | | certificate types | ||||
* | fixed compiler warnings | Martin Willi | 2008-03-26 | 1 | -6/+10 |
| | |||||
* | certificate factory can load certs from file | Andreas Steffen | 2008-03-25 | 1 | -17/+296 |
| | |||||
* | fixed refence counts before calling attribute certificate factory | Andreas Steffen | 2008-03-25 | 1 | -0/+4 |
| | |||||
* | added ietf group attribute support to attibute certificate factory | Andreas Steffen | 2008-03-21 | 1 | -0/+4 |
| | |||||
* | fixed memory allocation problem in openac | Andreas Steffen | 2008-03-21 | 1 | -13/+9 |
| | |||||
* | added BUILD_SERIAL component and fixed several ac bugs | Andreas Steffen | 2008-03-21 | 1 | -6/+14 |
| | |||||
* | added credential factory support for BULD_NOT_BEFORE_TIME and ↵ | Andreas Steffen | 2008-03-21 | 1 | -22/+23 |
| | | | | BUILD_NOT_AFTER_TIME | ||||
* | refactored openac and its attribute certificate factory | Andreas Steffen | 2008-03-20 | 1 | -0/+807 |