aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/certificates/certificate.h
Commit message (Collapse)AuthorAgeFilesLines
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-081-3/+4
| | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies.
* Remove pluto specific certificate typesTobias Brunner2013-05-081-4/+0
|
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-121-1/+3
|
* Handle certificates being on hold in a CRLThomas Egerer2011-11-041-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 Brunner2011-07-211-5/+6
| | | | Those were overzealously removed in 28623fc5389829858c78c759a214aa5c64ea26c6.
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
| | | | Mostly found by 'codespell'.
* "this" removed from comments.Tobias Brunner2011-07-061-2/+1
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-3/+7
|
* Removed is_newer() from certificate_t, obsoleting all implementationsMartin Willi2010-05-211-7/+0
|
* Added generic implementations for crl_is_newer/certificate_is_newerMartin Willi2010-05-211-0/+9
|
* moved .gitignore for poolAndreas Steffen2009-10-151-2/+0
|
* backwards compatibility with SQL formatAndreas Steffen2009-09-181-2/+2
|
* support of PKCS#10 certificate request parsingAndreas Steffen2009-09-131-1/+3
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-3/+3
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-13/+13
|
* handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵Martin Willi2009-08-261-1/+7
| | | | credential kind
* merged multi-auth branch back into trunkMartin Willi2009-04-141-5/+7
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* caching of ocsp responses (experimental), no crl caching yetMartin Willi2008-03-261-12/+7
|
* made is_newer() a certificate_t methodAndreas Steffen2008-03-181-0/+7
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+190