aboutsummaryrefslogtreecommitdiffstats
path: root/src/credentials/credentials_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-1/+2
* Only do the hostname/DNS comparison if it is set. Otherwise, we havelloyd2012-04-171-1/+1
* Finish up server side SRP support, a little ugly but it works.lloyd2012-04-061-5/+33
* Revert the session_ticket callback in credentials manager. If a PSKlloyd2012-03-231-8/+0
* 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-13/+15
* Split up the psk function as the server also wants to be able to looklloyd2012-01-271-5/+11
* Credentials hooks for PSKlloyd2012-01-271-0/+14
* We can now actually handle multiple certificate types in the serverlloyd2012-01-241-4/+20
* The credentials manager interface seems a much better place for certlloyd2012-01-231-0/+30
* Fix unused param warnings. Comments in headerlloyd2012-01-031-18/+19
* Add Credentials_Manager which is an interface to something that knowslloyd2012-01-031-0/+51