aboutsummaryrefslogtreecommitdiffstats
path: root/src/credentials/credentials_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Finish up server side SRP support, a little ugly but it works.lloyd2012-04-061-14/+22
* Revert the session_ticket callback in credentials manager. If a PSKlloyd2012-03-231-9/+2
* Add a special hook in credentials manager for the session ticket key,lloyd2012-03-231-0/+8
* Actually check CA signatures in Credentials_Manager. This area needs alloyd2012-02-011-2/+3
* Split up the psk function as the server also wants to be able to looklloyd2012-01-271-10/+16
* Credentials hooks for PSKlloyd2012-01-271-2/+13
* Deleting the return of private_key_for in the TLS server forces thelloyd2012-01-261-0/+2
* We can now actually handle multiple certificate types in the serverlloyd2012-01-241-2/+17
* The credentials manager interface seems a much better place for certlloyd2012-01-231-1/+26
* Fix unused param warnings. Comments in headerlloyd2012-01-031-7/+13
* Add Credentials_Manager which is an interface to something that knowslloyd2012-01-031-0/+78