aboutsummaryrefslogtreecommitdiffstats
path: root/src/credentials
Commit message (Expand)AuthorAgeFilesLines
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Change Credentials_Manager::trusted_certificate_authorities to returnlloyd2012-11-132-11/+22
* Move the hostname check last as it's the least 'important' error.lloyd2012-09-061-3/+3
* Doxygen warning fixeslloyd2012-07-091-2/+32
* The messages for assertion checks were done both ways, both "assertionlloyd2012-07-091-0/+2
* Reorder Credentials_Manager with cert stuff first, then SRP, then PSKlloyd2012-06-261-66/+69
* Some post merge fixups.lloyd2012-05-252-34/+9
* 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-182-2/+2
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-1/+2
* Various dependency/amalgamation fixeslloyd2012-04-191-0/+5
* 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-062-19/+55
* Revert the session_ticket callback in credentials manager. If a PSKlloyd2012-03-232-17/+2
* Add a special hook in credentials manager for the session ticket key,lloyd2012-03-232-0/+16
* Actually check CA signatures in Credentials_Manager. This area needs alloyd2012-02-012-15/+18
* Split up the psk function as the server also wants to be able to looklloyd2012-01-272-15/+27
* Credentials hooks for PSKlloyd2012-01-272-2/+27
* 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-242-6/+37
* The credentials manager interface seems a much better place for certlloyd2012-01-232-1/+56
* 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