| Commit message (Expand) | Author | Age | Files | Lines |
* | Move base64, bzip, ca, and tls examples | lloyd | 2014-01-01 | 1 | -255/+0 |
* | Add MSG_NOSIGNAL as 0 on platforms that don't have it. | lloyd | 2013-12-31 | 1 | -0/+4 |
* | Add OCSP example. Fix minor compile issues. | lloyd | 2013-11-28 | 1 | -1/+1 |
* | Split TLS callbacks into a data callback and an alert callback. | lloyd | 2013-11-05 | 1 | -6/+9 |
* | secure_renegotiation isn't a session value anymore | lloyd | 2012-09-14 | 1 | -4/+0 |
* | Support both TLS and DTLS in the tls_server example. | lloyd | 2012-09-09 | 1 | -141/+159 |
* | Huge pile of post merge fixups, mtn really fucked that merge | lloyd | 2012-04-25 | 1 | -7/+7 |
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07... | lloyd | 2012-04-25 | 1 | -23/+43 |
|\ |
|
| * | Various hacks for testing client auth, SRP, etc | lloyd | 2012-04-20 | 1 | -1/+9 |
| * | Finish up server side SRP support, a little ugly but it works. | lloyd | 2012-04-06 | 1 | -16/+28 |
* | | Fix examples. Use crazy hack of compiling asio tls server using 4.6.0 | lloyd | 2012-02-20 | 1 | -7/+7 |
|/ |
|
* | Change callback interface to pass the Alert object itself instead | lloyd | 2012-01-26 | 1 | -3/+3 |
* | The credentials manager interface seems a much better place for cert | lloyd | 2012-01-23 | 1 | -53/+2 |
* | Update examples with new ciphersuite string printer | lloyd | 2012-01-23 | 1 | -2/+2 |
* | Since this branch is hugely API breaking already, go ahead and put | lloyd | 2012-01-23 | 1 | -8/+8 |
* | Small fixes | lloyd | 2012-01-16 | 1 | -1/+1 |
* | Various example updates. Add a new TLS server example that uses asio | lloyd | 2012-01-06 | 1 | -13/+15 |
* | Example fixes | lloyd | 2012-01-03 | 1 | -1/+2 |
* | Add Credentials_Manager which is an interface to something that knows | lloyd | 2012-01-03 | 1 | -18/+48 |
* | Rename the session type to 'TLS_Session'. Split the manager out into | lloyd | 2011-12-30 | 1 | -1/+2 |
* | Add a function for getting the version number of an active connection. | lloyd | 2011-12-30 | 1 | -1/+17 |
* | Add support for sending server name indicator in client hello | lloyd | 2011-12-29 | 1 | -4/+5 |
* | Just print printable | lloyd | 2011-12-28 | 1 | -2/+0 |
* | Working though hacking client verify (server side only). Only supports | lloyd | 2011-12-28 | 1 | -3/+5 |
* | Make the server example less fragile, write a class that emulates the | lloyd | 2011-12-27 | 1 | -30/+118 |
* | Initial hooks for session resumption | lloyd | 2011-12-23 | 1 | -0/+3 |
* | Centralize a lot of the handshaking and message parsing in TLS_Channel | lloyd | 2011-12-23 | 1 | -15/+34 |
* | A few more WinSock fixes for TLS examples | lloyd | 2011-04-29 | 1 | -2/+2 |
* | Calling &str[str.size()] is only valid if str is const; otherwise the | lloyd | 2011-04-29 | 1 | -1/+2 |
* | More doc updates | lloyd | 2011-04-08 | 1 | -6/+0 |
* | More pubkey doc updates | lloyd | 2011-04-08 | 1 | -0/+109 |
* | Convert most of the documentation to reStructured Text, adding | lloyd | 2011-04-04 | 1 | -108/+0 |
* | Fix tls_server example compilation | lloyd | 2010-11-30 | 1 | -2/+8 |
* | Inherit policy and override check_cert | lloyd | 2010-11-29 | 1 | -1/+16 |
* | Fix examples | lloyd | 2010-10-13 | 1 | -1/+3 |
* | Cleanups. Name our cert for localhost. Used AutoSeeded_RNG. | lloyd | 2010-04-19 | 1 | -12/+16 |
* | TLS_Server example - more printfs, configurable port | lloyd | 2010-02-17 | 1 | -3/+13 |
* | Various minor SSL fixes | lloyd | 2010-02-14 | 1 | -1/+1 |
* | Import latest version of Ajisai into src/ssl; once this hits mainline | lloyd | 2010-01-11 | 1 | -0/+71 |