Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish up server side SRP support, a little ugly but it works. | lloyd | 2012-04-06 | 1 | -14/+22 |
* | Revert the session_ticket callback in credentials manager. If a PSK | lloyd | 2012-03-23 | 1 | -9/+2 |
* | Add a special hook in credentials manager for the session ticket key, | lloyd | 2012-03-23 | 1 | -0/+8 |
* | Actually check CA signatures in Credentials_Manager. This area needs a | lloyd | 2012-02-01 | 1 | -2/+3 |
* | Split up the psk function as the server also wants to be able to look | lloyd | 2012-01-27 | 1 | -10/+16 |
* | Credentials hooks for PSK | lloyd | 2012-01-27 | 1 | -2/+13 |
* | Deleting the return of private_key_for in the TLS server forces the | lloyd | 2012-01-26 | 1 | -0/+2 |
* | We can now actually handle multiple certificate types in the server | lloyd | 2012-01-24 | 1 | -2/+17 |
* | The credentials manager interface seems a much better place for cert | lloyd | 2012-01-23 | 1 | -1/+26 |
* | Fix unused param warnings. Comments in header | lloyd | 2012-01-03 | 1 | -7/+13 |
* | Add Credentials_Manager which is an interface to something that knows | lloyd | 2012-01-03 | 1 | -0/+78 |