aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Use credential sets to load smartcard keysMartin Willi2010-08-041-29/+82
|
* Implemented a callback based credential set, currently for shared keys onlyMartin Willi2010-08-041-61/+39
|
* mmap() ipsec.secrets instead malloc(), proper error checkingMartin Willi2010-08-041-18/+30
|
* Splitted up the load_secrets() functionMartin Willi2010-08-041-263/+301
|
* %prompt support for smartcard PIN via "ipsec secrets"Martin Willi2010-08-041-28/+95
|
* Pass the PKCS11 keyid as chunk, not as stringMartin Willi2010-08-041-3/+6
|
* Reuse generic passphrase build part, not a dedicated PIN partMartin Willi2010-08-041-7/+4
|
* Support module names in %smartcard specifier, streamlined smartcard buildingMartin Willi2010-08-041-12/+51
|
* Fix segfault on 'ipsec stroke up ]' commandThomas Egerer2010-07-291-0/+5
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-132-9/+15
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-132-5/+5
| | | | encoding
* Moved credential manager to libstrongswanMartin Willi2010-07-134-13/+11
|
* configuration of different marks for inbound and outbound directionAndreas Steffen2010-07-091-4/+9
|
* Show mallinfo() data in statusall, if availableMartin Willi2010-07-061-1/+12
|
* Use the group constraint in a more generic fashion, not only for attribute ↵Martin Willi2010-07-052-5/+4
| | | | certificates
* support of xfrm marks for IKEv2Andreas Steffen2010-07-021-1/+5
|
* Flush certificate cache on CA deleteMartin Willi2010-06-071-1/+2
|
* Log non-empty task queues in statusallMartin Willi2010-06-071-0/+31
|
* Added generic implementations for crl_is_newer/certificate_is_newerMartin Willi2010-05-211-1/+1
|
* Add reqid field and getter function to child_cfg_t.Reto Buerki2010-05-041-1/+1
|
* Use a read-write lock in stroke_attribute to increase concurrency.Tobias Brunner2010-04-061-19/+19
|
* Migrated stroke_attribute_t to METHOD/INIT macros.Tobias Brunner2010-04-061-45/+35
|
* Extracted in-memory IP address pool from stroke plugin to libhydra.Tobias Brunner2010-04-062-351/+41
|
* Respect line with in Makefile.am's, other cosmeticsMartin Willi2010-03-251-1/+2
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-242-3/+4
|
* Convert charon into libcharon.Tobias Brunner2010-03-191-1/+1
|
* Moving charon to libcharon.Tobias Brunner2010-03-1919-0/+6375