aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/x509
Commit message (Expand)AuthorAgeFilesLines
* certificate_t.has_subject() matches for certificate serialNumberMartin Willi2012-12-191-0/+4
* Moved debug.[ch] to utils folderTobias Brunner2012-10-246-6/+6
* Moved data structures to new collections subfolderTobias Brunner2012-10-246-6/+6
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-281-1/+1
* Properly initialize chunk for extension OID when parsing CRLsTobias Brunner2012-09-281-1/+1
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-163-21/+28
* Check rng return value when generating OCSP noncesTobias Brunner2012-07-161-7/+7
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-126-10/+37
* Fixed return values of several functions (e.g. return FALSE for pointer types).Tobias Brunner2012-05-311-1/+1
* Certificate decoding soft-depends on public key decoding of specific typesMartin Willi2012-05-021-0/+3
* Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-18/+26
|\
| * Added support for iKEIntermediate X.509 extended key usage flag.Tobias Brunner2012-03-201-6/+14
| * Some whitespace fixes.Tobias Brunner2012-03-201-22/+22
* | Fix whitespacesAdrian-Ken Rueegsegger2012-01-121-12/+12
* | Allow callers to force ASN.1 date encoding as GENERALIZEDTIME.Tobias Brunner2011-12-233-7/+7
* | Properly ASN.1 encode dates in certificates depending on the year.Tobias Brunner2011-12-233-7/+7
* | Log most X.509 related messages in new ASN log group.Tobias Brunner2011-12-165-57/+57
|/
* Fix resource leak in x509_ocsp_responseThomas Egerer2011-11-041-0/+4
* Add features support to x509 pluginAndreas Steffen2011-10-261-42/+38
* Migrated x509_pkcs10 to INIT/METHOD macrosAndreas Steffen2011-09-291-78/+52
* Migrated x509_ocsp_response to INIT/METHOD macrosAndreas Steffen2011-09-291-84/+58
* Migrated x509_ocsp_request to INIT/METHOD macrosAndreas Steffen2011-09-281-75/+51
* Migrated x509_ac to INIT/METHOD macrosAndreas Steffen2011-09-281-107/+63
* Replaced simple iterator usages.Tobias Brunner2011-07-061-3/+3
* fixed loop error in parsing of OCSP basic responsesAndreas Steffen2011-04-261-1/+1
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-0/+7
* fixed parsing of X.509 certificatePoliciesAndreas Steffen2011-03-111-4/+4
* [hopefully] fixed pathlen problem on ARM platformsAndreas Steffen2011-02-101-15/+20
* Some typos fixed.Tobias Brunner2011-02-071-1/+1
* introduced libstrongswan.x509.enforce_critical parameterAndreas Steffen2011-02-052-4/+4
* Properly initialize variable 'critical'.Tobias Brunner2011-02-041-1/+1
* Slightly renamed different policyConstraints to distinguish them betterMartin Willi2011-01-051-26/+26
* Added support for inhibitAnyPolicy constraint to x509 pluginMartin Willi2011-01-051-33/+57
* Use a generic getter for all numerical X.509 constraintsMartin Willi2011-01-051-14/+13
* Added support for delta CRLs to x509 pluginMartin Willi2011-01-051-7/+110
* Moved CRL distribution point building to an exportable functionMartin Willi2011-01-051-29/+43
* Simplified format of x509 CRL URI parsing/enumeratorMartin Willi2011-01-051-127/+89
* Respect enforce_critical setting in x509 plugin CRLsMartin Willi2011-01-051-0/+8
* Parse CRL extensions in a switch statementMartin Willi2011-01-051-18/+24
* Added support for policyConstraints to x509 pluginMartin Willi2011-01-051-6/+122
* Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for PolicyConstraints,...Martin Willi2011-01-051-3/+3
* Added policyMappings support to x509 pluginMartin Willi2011-01-051-3/+130
* Added certificatePolicy support to x509 pluginMartin Willi2011-01-051-3/+163
* Added support for generating NameConstraints in x509 pluginMartin Willi2011-01-051-4/+74
* Added support for parsing NameConstraints in x509 pluginMartin Willi2011-01-051-0/+59
* Added name constraint enumerator to x509 interfaceMartin Willi2011-01-051-1/+29
* Migrated x509_cert_t to INIT/METHOD macrosMartin Willi2011-01-051-144/+88
* Use subject, not issuer, of CRL issuing certificateMartin Willi2011-01-051-1/+1
* CRLSign keyUsage or CA basicConstraint are sufficient for CRL validationMartin Willi2011-01-051-1/+1