Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | certificate: Return signature scheme and parameters from issued_by() method | Tobias Brunner | 2017-11-08 | 1 | -3/+4 |
| | | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies. | ||||
* | Remove pluto specific certificate types | Tobias Brunner | 2013-05-08 | 1 | -4/+0 |
| | |||||
* | certificate_t->issued_by takes an argument to receive signature scheme | Martin Willi | 2012-06-12 | 1 | -1/+3 |
| | |||||
* | Handle certificates being on hold in a CRL | Thomas Egerer | 2011-11-04 | 1 | -0/+2 |
| | | | | | | | Certificates which are set on hold in a CRL might be removed from any subsequent CRL. Hence you cannot conclude that a certificate is revoked for good in this case, you would try to retrieve an update CRL to see if the certificate on hold is still on it or not. | ||||
* | Readded docs for some arguments to global functions. | Tobias Brunner | 2011-07-21 | 1 | -5/+6 |
| | | | | Those were overzealously removed in 28623fc5389829858c78c759a214aa5c64ea26c6. | ||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -1/+1 |
| | | | | Mostly found by 'codespell'. | ||||
* | "this" removed from comments. | Tobias Brunner | 2011-07-06 | 1 | -2/+1 |
| | |||||
* | Support different encoding types in certificate.get_encoding() | Martin Willi | 2010-07-13 | 1 | -3/+7 |
| | |||||
* | Removed is_newer() from certificate_t, obsoleting all implementations | Martin Willi | 2010-05-21 | 1 | -7/+0 |
| | |||||
* | Added generic implementations for crl_is_newer/certificate_is_newer | Martin Willi | 2010-05-21 | 1 | -0/+9 |
| | |||||
* | moved .gitignore for pool | Andreas Steffen | 2009-10-15 | 1 | -2/+0 |
| | |||||
* | backwards compatibility with SQL format | Andreas Steffen | 2009-09-18 | 1 | -2/+2 |
| | |||||
* | support of PKCS#10 certificate request parsing | Andreas Steffen | 2009-09-13 | 1 | -1/+3 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -3/+3 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -13/+13 |
| | |||||
* | handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵ | Martin Willi | 2009-08-26 | 1 | -1/+7 |
| | | | | credential kind | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -5/+7 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | caching of ocsp responses (experimental), no crl caching yet | Martin Willi | 2008-03-26 | 1 | -12/+7 |
| | |||||
* | made is_newer() a certificate_t method | Andreas Steffen | 2008-03-18 | 1 | -0/+7 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+190 |