aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials
Commit message (Expand)AuthorAgeFilesLines
...
* Add AUTH_RULE_IDENTITY_LOOSE which allows to use IDr loosely as initiatorTobias Brunner2012-09-182-0/+26
* Comment fixedTobias Brunner2012-08-131-1/+1
* Show which group would be required when failing in constraint checkMartin Willi2012-07-261-8/+10
* Add an option to disable libstrongswan certificate cachingMartin Willi2012-07-091-18/+29
* Support multiple different public key strength types in constraintsMartin Willi2012-06-121-41/+38
* Add signature schemes to auth_cfg during trustchain validationMartin Willi2012-06-124-17/+43
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-122-2/+4
* Define auth_cfg rules for signature schemesMartin Willi2012-06-122-0/+53
* Merge branch 'ikev1'Martin Willi2012-05-025-42/+142
|\
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-205-42/+140
| |\
| | * Accept NULL auth_cfg_t passed to credential_manager_t.get_private()Martin Willi2012-03-201-26/+32
| | * Fixed create_shared_enumerator method descriptionMartin Willi2012-03-201-1/+1
| | * Added a flag to register local credential sets exclusively, disabling all othersMartin Willi2012-03-202-16/+72
| | * Added support for iKEIntermediate X.509 extended key usage flag.Tobias Brunner2012-03-201-0/+2
| | * Some whitespace fixes.Tobias Brunner2012-03-201-4/+4
| | * Added an XAUTH identity to use or require for XAuth authenticationMartin Willi2012-03-202-0/+11
| | * Stop checking once a key size constraint is not fulfilledMartin Willi2012-03-201-0/+3
| | * Free list after removing the last local credential set, fixes a leak reportMartin Willi2012-03-201-0/+5
| | * Added missing XAuth auth_class enum nameMartin Willi2012-03-201-1/+2
| | * Added auth_cfg option to select XAUTH backend to useMartin Willi2012-03-202-0/+12
| | * Use a second authentication config to configure XAUTH authenticationMartin Willi2012-03-201-4/+2
| | * Map auth_class to auth method and IKEv1 proposal attributeMartin Willi2012-03-201-0/+2
| | * IKEv1 XAUTH: Added ability to configure XAUTH+PSK. Added task to handle XAUT...Clavister OpenSource2012-03-201-0/+2
* | | Removed auth_cfg_t.replace_value() and replaced usages with add().Tobias Brunner2012-04-182-76/+35
* | | Changed the order and semantics of rules we expect only once in auth_cfg_t.Tobias Brunner2012-04-182-114/+212
* | | Added a simple method to replace the value of a rule in auth_cfg_t.Tobias Brunner2012-04-162-32/+74
|/ /
* | Add builder part for parameters from algorithmIdentifier.Tobias Brunner2012-02-012-1/+4
* | Fixed additional typos in comments and log messages.Tobias Brunner2012-01-121-1/+1
* | Fix whitespacesAdrian-Ken Rueegsegger2012-01-121-4/+4
* | Some documentation correctionsAdrian-Ken Rueegsegger2012-01-128-33/+32
* | Reverse the changes made to openssl plugin for signature verificationSansar Choinyambuu2011-11-282-3/+0
* | use openssl rsa_verify functionSansar Choinyambuu2011-11-282-0/+3
* | Reverse the changes made to openssl plugin for signature verificationSansar Choinyambuu2011-11-282-3/+0
* | use openssl rsa_verify functionSansar Choinyambuu2011-11-282-0/+3
* | Fixed missing initializer compiler warning.Tobias Brunner2011-11-251-2/+2
* | Fixed compiler warnings regarding enum comparison.Tobias Brunner2011-11-251-3/+3
|/
* Handle certificates being on hold in a CRLThomas Egerer2011-11-042-0/+3
* Include KEY_ANY in key_type_namesMartin Willi2011-10-141-1/+2
* Migrated cred_encoding to INIT/METHOD macrosAndreas Steffen2011-10-021-36/+28
* Migrated auth_cfg to INIT/METHOD macrosAndreas Steffen2011-10-021-40/+30
* Migrated ietf_attributes to INIT/METHOD macrosAndreas Steffen2011-09-291-40/+42
* Migrated shared_key to INIT/METHOD macrosAndreas Steffen2011-09-291-26/+21
* Migrated auth_cfg_wrapper to INIT/METHOD macrosAndreas Steffen2011-09-291-20/+19
* Migrated cert_cache to INIT/METHOD macrosAndreas Steffen2011-09-291-28/+24
* Migrated ocsp_response_wrapper to INIT/METHOD macrosAndreas Steffen2011-09-291-20/+20
* fixed typoAndreas Steffen2011-09-081-1/+1
* Remove obsolete values from builder_part_namesThomas Egerer2011-09-021-2/+0
* Added missing auth_rule_namesMartin Willi2011-08-221-1/+6
* Moved auth_rule_names back to auth_cfg.cMartin Willi2011-08-221-0/+18
* Readded docs for some arguments to global functions.Tobias Brunner2011-07-214-11/+17