| Commit message (Expand) | Author | Age | Files | Lines |
* | Cull remaining mostly dubious examples. Also remove readme.txt | lloyd | 2014-01-01 | 33 | -2607/+0 |
* | Move asio tls server | lloyd | 2014-01-01 | 1 | -310/+0 |
* | Moar | lloyd | 2014-01-01 | 4 | -231/+0 |
* | Move base64, bzip, ca, and tls examples | lloyd | 2014-01-01 | 9 | -1236/+0 |
* | Move fpe, read_ssh, self_sig, and add X509 print | lloyd | 2014-01-01 | 3 | -342/+0 |
* | Make tss example a test of sorts | lloyd | 2014-01-01 | 2 | -279/+0 |
* | Move cpuid, factor, asn1 | lloyd | 2014-01-01 | 4 | -539/+0 |
* | Move bcrypt example to run from test app | lloyd | 2014-01-01 | 1 | -38/+0 |
* | Move | lloyd | 2014-01-01 | 1 | -1/+1 |
* | Make eax_test example (which reads LTC's EAX test file) an actual | lloyd | 2013-12-31 | 3 | -881/+0 |
* | Add MSG_NOSIGNAL as 0 on platforms that don't have it. | lloyd | 2013-12-31 | 2 | -0/+8 |
* | Compile fix | lloyd | 2013-12-31 | 1 | -3/+9 |
* | Add CPUID::print | lloyd | 2013-12-31 | 1 | -33/+1 |
* | Make Boost easier to disable with minimal feature loss | lloyd | 2013-12-28 | 1 | -1/+1 |
* | Add CPUID check for AVX-512 | lloyd | 2013-12-25 | 1 | -1/+2 |
* | Fix TLS-SRP example | lloyd | 2013-12-21 | 1 | -1/+1 |
* | Add cpuid support for new x86 feature flags like AVX2 and RDSEED | lloyd | 2013-12-14 | 1 | -2/+5 |
* | Turn off asking for client cert in TLS server example | lloyd | 2013-12-05 | 1 | -2/+10 |
* | Have OCSP responses return an enum allowing a range of conditions to be expre... | lloyd | 2013-11-29 | 1 | -14/+9 |
* | Add OCSP example. Fix minor compile issues. | lloyd | 2013-11-28 | 5 | -4/+28 |
* | Split TLS callbacks into a data callback and an alert callback. | lloyd | 2013-11-05 | 3 | -40/+54 |
* | Always include modules requiring ISA extensions as long as the | lloyd | 2013-04-17 | 1 | -1/+0 |
* | In examples makefile, trust that g++ is C++11 capable | lloyd | 2013-03-20 | 1 | -1/+1 |
* | Remove the Turing and WiderWAKE4+1 stream cipher implementations. | lloyd | 2013-03-19 | 1 | -1/+1 |
* | Example compile fixes | lloyd | 2012-12-08 | 3 | -3/+4 |
* | Update for new cred API | lloyd | 2012-11-13 | 1 | -11/+6 |
* | Offer DTLS if connecting over UDP | lloyd | 2012-11-07 | 1 | -0/+6 |
* | Add TLS::Server_Information to encapsulate the hostname/port pair. | lloyd | 2012-10-13 | 1 | -2/+1 |
* | secure_renegotiation isn't a session value anymore | lloyd | 2012-09-14 | 2 | -8/+0 |
* | This buffer size does not need to match TLS | lloyd | 2012-09-11 | 1 | -1/+1 |
* | Remove debug output | lloyd | 2012-09-09 | 1 | -1/+1 |
* | Support both TLS and DTLS in the tls_server example. | lloyd | 2012-09-09 | 2 | -410/+159 |
* | Support DTLS in tls_client. Support client-initiated close_notify (via 'Q') | lloyd | 2012-09-09 | 1 | -98/+103 |
* | Turn on NPN | lloyd | 2012-08-06 | 1 | -1/+2 |
* | OpenSSL gets cranky if we send application data mid handshake | lloyd | 2012-07-28 | 1 | -3/+2 |
* | Add an optional parameter to TLS::Client specifying the port number. | lloyd | 2012-07-12 | 1 | -8/+9 |
* | Fix leak in read_ssh example, reported by Martin Olsson to the mailing list | lloyd | 2012-07-09 | 1 | -2/+3 |
* | Rename all text files that are actually reStructuredText to .rst | lloyd | 2012-07-01 | 2 | -4/+2 |
* | Use new header for sqlite session manager | lloyd | 2012-06-29 | 1 | -2/+2 |
* | Return existing certs fast if there is a match | lloyd | 2012-06-20 | 1 | -0/+15 |
* | Allow configurable # of threads, useful for scale testing | lloyd | 2012-06-20 | 1 | -2/+4 |
* | Reformat output on the TLS client on handshake completion. | lloyd | 2012-06-13 | 4 | -23/+49 |
* | Various examples fixes, most notable updating cert_verify to the new API | lloyd | 2012-05-31 | 5 | -16/+26 |
* | Fix examples building | lloyd | 2012-05-30 | 1 | -2/+2 |
* | Remove the PRIVATE ASN.1 tag. Not being used outside of the pretty | lloyd | 2012-05-27 | 1 | -13/+24 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 21 | -73/+64 |
* | Huge pile of post merge fixups, mtn really fucked that merge | lloyd | 2012-04-25 | 5 | -53/+13 |
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07... | lloyd | 2012-04-25 | 4 | -29/+204 |
|\ |
|
| * | Various hacks for testing client auth, SRP, etc | lloyd | 2012-04-20 | 3 | -10/+37 |
| * | Finish up server side SRP support, a little ugly but it works. | lloyd | 2012-04-06 | 3 | -16/+129 |