aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-152-4/+12
| | | | over plugin_t
* Proper cleanup if IDs in ipsec.secrets cannot be parsed.Tobias Brunner2011-04-141-0/+2
|
* Fix compiler warnings at creation of CRL cache filenames.Tobias Brunner2011-04-141-1/+1
| | | | | | This was not really a problem because ptr is the first member of a chunk_t and it contains a null-terminated string at that point. But it's clearer this way.
* Fixed check for member of stroke_msg_t in pop_string.Tobias Brunner2011-04-131-1/+1
| | | | | | Because of the cast to char** the length of the message was multiplied by sizeof(char*), i.e. 4 or 8 bytes (depending on the architecture) instead of by 1 (sizeof(char)).
* initiate or route all child configs if they have different names from their ↵Andreas Steffen2011-03-041-27/+68
| | | | parent peer config
* initiate or route child configs which don't have a peer config of the same nameAndreas Steffen2011-03-011-32/+86
|
* put DN in double quotesAndreas Steffen2011-03-011-1/+1
|
* [hopefully] fixed pathlen problem on ARM platformsAndreas Steffen2011-02-101-2/+2
|
* replaced ipsec up %startall command by start_action jobAndreas Steffen2011-02-091-59/+0
|
* Added support for trustchain key strength checking to rightauth optionMartin Willi2011-01-071-2/+13
|
* Added a left/rightcertpolicy keyword to specify certificatePolicy requirementsMartin Willi2011-01-072-0/+15
|
* Show base CRL of delta CRLs in listcrlsMartin Willi2011-01-051-0/+4
|
* Use a generic getter for all numerical X.509 constraintsMartin Willi2011-01-051-1/+1
|
* Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for ↵Martin Willi2011-01-051-1/+1
| | | | PolicyConstraints, too
* implemented wrap around of registered IKEv1 algorithm namesAndreas Steffen2010-12-261-3/+1
|
* wrap list of IKEv2 algorithms after 120 characters per lineAndreas Steffen2010-12-241-20/+43
|
* Migrated stroke_list_t to INIT/METHOD macrosAndreas Steffen2010-12-241-25/+21
|
* Added a tfc ipsec.conf keyword to control Traffic Flow ConfidentialityMartin Willi2010-12-201-1/+1
|
* Added a TFC padding option to child_cfgMartin Willi2010-12-201-1/+1
|
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-12/+27
|
* Renamed purgex509/crl to purgecerts/crls to be consistent with list commandsMartin Willi2010-12-101-2/+2
|
* Added options to flush CRLs/X509 certs from the cert cacheMartin Willi2010-12-101-0/+8
|
* added newlineAndreas Steffen2010-12-071-0/+1
|
* re-introduced commentAndreas Steffen2010-12-071-1/+3
|
* Migrated stroke_control_t to INIT/METHOD macrosAndreas Steffen2010-12-071-46/+30
|
* Migrated stroke_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-071-7/+11
|
* Refactored stroke_cred_t to use mem_cred_t.Tobias Brunner2010-12-035-580/+32
|
* Avoid calling globfree twice on failure.Tobias Brunner2010-12-031-1/+0
|
* start and route connections defined in an SQL database via start_action ↵Andreas Steffen2010-11-281-0/+59
| | | | field and ipsec up %startall command
* Migrated stroke_config_t to INIT/METHOD macrosAndreas Steffen2010-11-271-41/+31
|
* Migrated stroke_cat_t to INIT/METHOD macrosAndreas Steffen2010-11-271-41/+34
|
* Added a stroke rekey command to trigger IKE/CHILD_SA rekeying manuallyMartin Willi2010-11-033-27/+128
|
* fixed 64 bit printf() issueAndreas Steffen2010-10-241-1/+1
|
* show validity of OCSP responsesAndreas Steffen2010-09-101-2/+15
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-023-8/+7
|
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-022-6/+7
|
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-021-1/+1
|
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-023-7/+9
|
* Respect key types in stroke key/certificate backendMartin Willi2010-09-021-15/+24
|
* Load a left/rightcert2 for EAP-TLS even if no left/rightauth2 is definedMartin Willi2010-08-311-1/+10
|
* Added support for the ipsec.conf aaa_identity keywordMartin Willi2010-08-312-0/+7
|
* Use enum mappings to resolve debug groupMartin Willi2010-08-231-16/+1
|
* List registered AEAD algorithms in listalgsMartin Willi2010-08-191-0/+7
|
* Added a stroke command to export cached x509 certificates to the consoleMartin Willi2010-08-101-0/+34
|
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-1/+1
|
* Fixed loading of secrets with IDs.Tobias Brunner2010-08-041-1/+1
| | | | | Since the ID string is manually terminated by a null character, write permission is required for the mmapped ipsec.secrets.
* Fixed loading of private keys without password.Tobias Brunner2010-08-041-1/+1
| | | | | The chunk storing the password was not correctly initialized, resulting in a segmentation fault when no password was specified in ipsec.secrets.
* Pass type of requested key in the callback credential setMartin Willi2010-08-041-1/+12
|
* Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use ↵Martin Willi2010-08-041-37/+77
| | | | credential sets