Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | certificate_t->issued_by takes an argument to receive signature scheme | Martin Willi | 2012-06-12 | 6 | -10/+37 | |
| | ||||||
* | Fixed return values of several functions (e.g. return FALSE for pointer types). | Tobias Brunner | 2012-05-31 | 1 | -1/+1 | |
| | ||||||
* | Certificate decoding soft-depends on public key decoding of specific types | Martin Willi | 2012-05-02 | 1 | -0/+3 | |
| | ||||||
* | Merge branch 'ikev1-clean' into ikev1-master | Martin Willi | 2012-03-20 | 1 | -18/+26 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/daemon.c src/libcharon/plugins/eap_ttls/eap_ttls_peer.c src/libcharon/plugins/eap_radius/eap_radius_accounting.c src/libcharon/plugins/eap_radius/eap_radius_forward.c src/libcharon/plugins/farp/farp_listener.c src/libcharon/sa/ike_sa.c src/libcharon/sa/keymat.c src/libcharon/sa/task_manager.c src/libcharon/sa/trap_manager.c src/libstrongswan/plugins/x509/x509_cert.c src/libstrongswan/utils.h Applied lost changes of moved files keymat.c and task_manager.c. Updated listener_t.message hook signature in new plugins. | |||||
| * | Added support for iKEIntermediate X.509 extended key usage flag. | Tobias Brunner | 2012-03-20 | 1 | -6/+14 | |
| | | | | | | | | Mac OS X requires server certificates to have this flag set. | |||||
| * | Some whitespace fixes. | Tobias Brunner | 2012-03-20 | 1 | -22/+22 | |
| | | ||||||
* | | Fix whitespaces | Adrian-Ken Rueegsegger | 2012-01-12 | 1 | -12/+12 | |
| | | ||||||
* | | Allow callers to force ASN.1 date encoding as GENERALIZEDTIME. | Tobias Brunner | 2011-12-23 | 3 | -7/+7 | |
| | | ||||||
* | | Properly ASN.1 encode dates in certificates depending on the year. | Tobias Brunner | 2011-12-23 | 3 | -7/+7 | |
| | | ||||||
* | | Log most X.509 related messages in new ASN log group. | Tobias Brunner | 2011-12-16 | 5 | -57/+57 | |
|/ | ||||||
* | Fix resource leak in x509_ocsp_response | Thomas Egerer | 2011-11-04 | 1 | -0/+4 | |
| | ||||||
* | Add features support to x509 plugin | Andreas Steffen | 2011-10-26 | 1 | -42/+38 | |
| | ||||||
* | Migrated x509_pkcs10 to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -78/+52 | |
| | ||||||
* | Migrated x509_ocsp_response to INIT/METHOD macros | Andreas Steffen | 2011-09-29 | 1 | -84/+58 | |
| | ||||||
* | Migrated x509_ocsp_request to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -75/+51 | |
| | ||||||
* | Migrated x509_ac to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -107/+63 | |
| | ||||||
* | Replaced simple iterator usages. | Tobias Brunner | 2011-07-06 | 1 | -3/+3 | |
| | ||||||
* | fixed loop error in parsing of OCSP basic responses | Andreas Steffen | 2011-04-26 | 1 | -1/+1 | |
| | ||||||
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 | |
| | ||||||
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵ | Martin Willi | 2011-04-15 | 1 | -0/+7 | |
| | | | | over plugin_t | |||||
* | fixed parsing of X.509 certificatePolicies | Andreas Steffen | 2011-03-11 | 1 | -4/+4 | |
| | ||||||
* | [hopefully] fixed pathlen problem on ARM platforms | Andreas Steffen | 2011-02-10 | 1 | -15/+20 | |
| | ||||||
* | Some typos fixed. | Tobias Brunner | 2011-02-07 | 1 | -1/+1 | |
| | ||||||
* | introduced libstrongswan.x509.enforce_critical parameter | Andreas Steffen | 2011-02-05 | 2 | -4/+4 | |
| | ||||||
* | Properly initialize variable 'critical'. | Tobias Brunner | 2011-02-04 | 1 | -1/+1 | |
| | ||||||
* | Slightly renamed different policyConstraints to distinguish them better | Martin Willi | 2011-01-05 | 1 | -26/+26 | |
| | ||||||
* | Added support for inhibitAnyPolicy constraint to x509 plugin | Martin Willi | 2011-01-05 | 1 | -33/+57 | |
| | ||||||
* | Use a generic getter for all numerical X.509 constraints | Martin Willi | 2011-01-05 | 1 | -14/+13 | |
| | ||||||
* | Added support for delta CRLs to x509 plugin | Martin Willi | 2011-01-05 | 1 | -7/+110 | |
| | ||||||
* | Moved CRL distribution point building to an exportable function | Martin Willi | 2011-01-05 | 1 | -29/+43 | |
| | ||||||
* | Simplified format of x509 CRL URI parsing/enumerator | Martin Willi | 2011-01-05 | 1 | -127/+89 | |
| | ||||||
* | Respect enforce_critical setting in x509 plugin CRLs | Martin Willi | 2011-01-05 | 1 | -0/+8 | |
| | ||||||
* | Parse CRL extensions in a switch statement | Martin Willi | 2011-01-05 | 1 | -18/+24 | |
| | ||||||
* | Added support for policyConstraints to x509 plugin | Martin Willi | 2011-01-05 | 1 | -6/+122 | |
| | ||||||
* | Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for ↵ | Martin Willi | 2011-01-05 | 1 | -3/+3 | |
| | | | | PolicyConstraints, too | |||||
* | Added policyMappings support to x509 plugin | Martin Willi | 2011-01-05 | 1 | -3/+130 | |
| | ||||||
* | Added certificatePolicy support to x509 plugin | Martin Willi | 2011-01-05 | 1 | -3/+163 | |
| | ||||||
* | Added support for generating NameConstraints in x509 plugin | Martin Willi | 2011-01-05 | 1 | -4/+74 | |
| | ||||||
* | Added support for parsing NameConstraints in x509 plugin | Martin Willi | 2011-01-05 | 1 | -0/+59 | |
| | ||||||
* | Added name constraint enumerator to x509 interface | Martin Willi | 2011-01-05 | 1 | -1/+29 | |
| | ||||||
* | Migrated x509_cert_t to INIT/METHOD macros | Martin Willi | 2011-01-05 | 1 | -144/+88 | |
| | ||||||
* | Use subject, not issuer, of CRL issuing certificate | Martin Willi | 2011-01-05 | 1 | -1/+1 | |
| | ||||||
* | CRLSign keyUsage or CA basicConstraint are sufficient for CRL validation | Martin Willi | 2011-01-05 | 1 | -1/+1 | |
| | ||||||
* | Parse and encode crlSign keyUsage flag in x509 plugin | Martin Willi | 2011-01-05 | 1 | -10/+71 | |
| | ||||||
* | Added support for CRL Issuers to x509 and OpenSSL plugins | Martin Willi | 2011-01-05 | 1 | -57/+174 | |
| | ||||||
* | Migrated x509_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 | |
| | ||||||
* | Compare subject against all key identifiers in has_subject() | Martin Willi | 2010-09-09 | 1 | -9/+12 | |
| | ||||||
* | has_subject() now resolves ID_KEY_IDs | Andreas Steffen | 2010-09-09 | 1 | -4/+14 | |
| | ||||||
* | Added a final flag to builder registration to enumerate the actually ↵ | Martin Willi | 2010-09-03 | 1 | -10/+10 | |
| | | | | supported algorithms | |||||
* | Parse UPN subjectAltNames in x509 plugin | Martin Willi | 2010-08-10 | 1 | -9/+24 | |
| |