aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/stroke/stroke_ca.c
Commit message (Collapse)AuthorAgeFilesLines
* do not list empty certuribase strings4.2.3Andreas Steffen2008-05-241-1/+4
|
* replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functionsMartin Willi2008-04-241-5/+6
|
* Hash and URL cosmeticsAndreas Steffen2008-04-181-8/+8
|
* support for hash and URL encoded certificate payloads in charonTobias Brunner2008-04-181-8/+100
|
* added missing credential_set method to stroke_caMartin Willi2008-04-171-0/+1
|
* put DN in double quotesAndreas Steffen2008-03-311-1/+1
|
* splitted stroke plugin to several files:Martin Willi2008-03-261-0/+360
socket: reads messages from socket, dispatching config: process add/del conn, serves configs through backend_t control: controlling of the daemon (up/down/route/...( cred: credential loading, serves creds through credential_set_t ca: ca sections from ipsec.conf, serves cdp's through credential_set_t list: log status information to stroke console (status/statusall/list*) shared_key: shared key implementation for keys read from ipsec.secrets plugin: registers stroke plugin and starts socket w/ thread