aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/med_db/med_db_creds.c
Commit message (Collapse)AuthorAgeFilesLines
* renamed med_db plugin to medsrv, as we will introduce an additional medcli ↵Martin Willi2008-05-081-155/+0
| | | | client plugin
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-171-0/+1
| | | | allows persistent or in-memory caching of fetched certificates
* updated mediation database to public key authenticationMartin Willi2008-04-021-58/+63
| | | | | | added mysql table definition, test data testcase
* reusing generic shared_key_t implementation in med_dbMartin Willi2008-03-271-55/+1
|
* fixed CRL check return value on revoked certificatesMartin Willi2008-03-191-8/+0
| | | | | fixed possible refcounting bugs generic return_null() implementation
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+211