aboutsummaryrefslogtreecommitdiffstats
path: root/src/credentials
Commit message (Collapse)AuthorAgeFilesLines
* The credentials manager interface seems a much better place for certlloyd2012-01-232-1/+56
| | | | | | | | | checking, allowed client auth CAs, etc than the policy class. With this change, most users won't ever need to modify the default policy which is likely a good thing. Remove copy and paste of the credentials manager implemenation in the examples.
* Fix unused param warnings. Comments in headerlloyd2012-01-032-25/+32
|
* Add Credentials_Manager which is an interface to something that knowslloyd2012-01-033-0/+130
what certs, keys, etc are available to the app. Needs polishing but it seems like it should be sound.