Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The credentials manager interface seems a much better place for cert | lloyd | 2012-01-23 | 2 | -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 header | lloyd | 2012-01-03 | 2 | -25/+32 |
| | |||||
* | Add Credentials_Manager which is an interface to something that knows | lloyd | 2012-01-03 | 3 | -0/+130 |
what certs, keys, etc are available to the app. Needs polishing but it seems like it should be sound. |