aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/x509/x509_cert.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed parsing of openssl format public keysMartin Willi2008-05-061-16/+13
|
* cosmeticsAndreas Steffen2008-04-281-19/+19
|
* introduced ASN1_EXIT command in ASN.1 object syntax definitionAndreas Steffen2008-04-281-93/+50
|
* optimized parser->success()Andreas Steffen2008-04-261-8/+7
|
* refactoring of the ASN.1 parserAndreas Steffen2008-04-261-364/+361
|
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-181-0/+26
|
* compare certificates against full encoding to allow equality check of ↵Martin Willi2008-04-071-9/+9
| | | | untrusted certs
* removed unused gmp.h to build libstrongswan without libgmpMartin Willi2008-04-041-1/+0
|
* caching of ocsp responses (experimental), no crl caching yetMartin Willi2008-03-261-8/+3
|
* fixed compiler warningsMartin Willi2008-03-261-4/+4
|
* certificate factory can load certs from fileAndreas Steffen2008-03-251-19/+65
|
* renamed certificate field in x509_cert.c to encodingAndreas Steffen2008-03-251-9/+5
|
* optimized self-signed certificate detectionAndreas Steffen2008-03-211-7/+6
|
* self-signed certificates were not marked by x509_cert.cAndreas Steffen2008-03-211-14/+22
|
* made is_newer() a certificate_t methodAndreas Steffen2008-03-181-4/+22
|
* enforcing x509_flags on certificate constructionMartin Willi2008-03-171-13/+21
|
* removed X509_PEER flag; flags are meant to read cert, not to store ↵Martin Willi2008-03-141-9/+0
| | | | | | | 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 trunkMartin Willi2008-03-131-0/+1273