aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/stroke/stroke_ca.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-458/+0
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* Credential backends use has_fingerprint() methods to select keys/certificatesMartin Willi2009-09-211-3/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-30/+30
|
* updated stroke plugin to fingerprinting APIMartin Willi2009-08-261-12/+17
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-3/+3
| | | | | important change for developers: %Y replaces %D to print identities!
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-051-16/+14
|
* using shared read locks in credential set enumerators to avoid deadlocksMartin Willi2008-07-301-15/+17
|
* 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