aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* Cull remaining mostly dubious examples. Also remove readme.txtlloyd2014-01-0133-2607/+0
* Move asio tls serverlloyd2014-01-011-310/+0
* Moarlloyd2014-01-014-231/+0
* Move base64, bzip, ca, and tls exampleslloyd2014-01-019-1236/+0
* Move fpe, read_ssh, self_sig, and add X509 printlloyd2014-01-013-342/+0
* Make tss example a test of sortslloyd2014-01-012-279/+0
* Move cpuid, factor, asn1lloyd2014-01-014-539/+0
* Move bcrypt example to run from test applloyd2014-01-011-38/+0
* Movelloyd2014-01-011-1/+1
* Make eax_test example (which reads LTC's EAX test file) an actuallloyd2013-12-313-881/+0
* Add MSG_NOSIGNAL as 0 on platforms that don't have it.lloyd2013-12-312-0/+8
* Compile fixlloyd2013-12-311-3/+9
* Add CPUID::printlloyd2013-12-311-33/+1
* Make Boost easier to disable with minimal feature losslloyd2013-12-281-1/+1
* Add CPUID check for AVX-512lloyd2013-12-251-1/+2
* Fix TLS-SRP examplelloyd2013-12-211-1/+1
* Add cpuid support for new x86 feature flags like AVX2 and RDSEEDlloyd2013-12-141-2/+5
* 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-285-4/+28
* Split TLS callbacks into a data callback and an alert callback.lloyd2013-11-053-40/+54
* Always include modules requiring ISA extensions as long as thelloyd2013-04-171-1/+0
* In examples makefile, trust that g++ is C++11 capablelloyd2013-03-201-1/+1
* Remove the Turing and WiderWAKE4+1 stream cipher implementations.lloyd2013-03-191-1/+1
* Example compile fixeslloyd2012-12-083-3/+4
* Update for new cred APIlloyd2012-11-131-11/+6
* Offer DTLS if connecting over UDPlloyd2012-11-071-0/+6
* Add TLS::Server_Information to encapsulate the hostname/port pair.lloyd2012-10-131-2/+1
* secure_renegotiation isn't a session value anymorelloyd2012-09-142-8/+0
* This buffer size does not need to match TLSlloyd2012-09-111-1/+1
* Remove debug outputlloyd2012-09-091-1/+1
* Support both TLS and DTLS in the tls_server example.lloyd2012-09-092-410/+159
* Support DTLS in tls_client. Support client-initiated close_notify (via 'Q')lloyd2012-09-091-98/+103
* Turn on NPNlloyd2012-08-061-1/+2
* OpenSSL gets cranky if we send application data mid handshakelloyd2012-07-281-3/+2
* Add an optional parameter to TLS::Client specifying the port number.lloyd2012-07-121-8/+9
* Fix leak in read_ssh example, reported by Martin Olsson to the mailing listlloyd2012-07-091-2/+3
* Rename all text files that are actually reStructuredText to .rstlloyd2012-07-012-4/+2
* Use new header for sqlite session managerlloyd2012-06-291-2/+2
* Return existing certs fast if there is a matchlloyd2012-06-201-0/+15
* Allow configurable # of threads, useful for scale testinglloyd2012-06-201-2/+4
* Reformat output on the TLS client on handshake completion.lloyd2012-06-134-23/+49
* Various examples fixes, most notable updating cert_verify to the new APIlloyd2012-05-315-16/+26
* Fix examples buildinglloyd2012-05-301-2/+2
* Remove the PRIVATE ASN.1 tag. Not being used outside of the prettylloyd2012-05-271-13/+24
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-1821-73/+64
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-255-53/+13
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-254-29/+204
|\
| * Various hacks for testing client auth, SRP, etclloyd2012-04-203-10/+37
| * Finish up server side SRP support, a little ugly but it works.lloyd2012-04-063-16/+129