aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/credentials.h
Commit message (Expand)AuthorAgeFilesLines
* Fix TLS-SRP examplelloyd2013-12-211-1/+1
* Turn off asking for client cert in TLS server examplelloyd2013-12-051-2/+10
* Have OCSP responses return an enum allowing a range of conditions to be expre...lloyd2013-11-291-14/+9
* Add OCSP example. Fix minor compile issues.lloyd2013-11-281-2/+2
* Update for new cred APIlloyd2012-11-131-11/+6
* Return existing certs fast if there is a matchlloyd2012-06-201-0/+15
* Reformat output on the TLS client on handshake completion.lloyd2012-06-131-0/+2
* 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/+1
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-251-1/+107
|\
| * Various hacks for testing client auth, SRP, etclloyd2012-04-201-8/+18
| * Finish up server side SRP support, a little ugly but it works.lloyd2012-04-061-0/+96
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...lloyd2012-03-301-6/+16
|\|
| * Call Credentials_Manager::psk for the session ticket key.lloyd2012-03-221-3/+13
| * Add makefile dependency on credentials.h. Use 1024 bit keys forlloyd2012-02-271-4/+5
* | Fix examples. Use crazy hack of compiling asio tls server using 4.6.0lloyd2012-02-201-2/+3
|/
* Create and save certs on the fly for hostnames as they are asked forlloyd2012-02-031-17/+89
* Split up the psk function as the server also wants to be able to looklloyd2012-01-271-0/+14
* Use boost::asio instead of standalone asio as it's more commonlylloyd2012-01-271-17/+25
* We can now actually handle multiple certificate types in the serverlloyd2012-01-241-5/+25
* The credentials manager interface seems a much better place for certlloyd2012-01-231-0/+53