aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* Example fixeslloyd2012-01-032-3/+9
* Add Credentials_Manager which is an interface to something that knowslloyd2012-01-031-18/+48
* Add support for client-side session resumptionlloyd2011-12-311-66/+77
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-302-2/+4
* Add a function for getting the version number of an active connection.lloyd2011-12-302-1/+33
* New more interesting client, pipes stdin<->remote box via TLS alalloyd2011-12-301-74/+122
* Add support for sending server name indicator in client hellolloyd2011-12-292-5/+8
* Just print printablelloyd2011-12-281-2/+0
* Don't stall on errorlloyd2011-12-281-3/+6
* Additional bits for SSLv3 client authlloyd2011-12-281-1/+4
* Working though hacking client verify (server side only). Only supportslloyd2011-12-282-3/+8
* Make the server example less fragile, write a class that emulates thelloyd2011-12-271-30/+118
* Initial hooks for session resumptionlloyd2011-12-231-0/+3
* Centralize a lot of the handshaking and message parsing in TLS_Channellloyd2011-12-235-196/+36
* First stab at an event driven TLS client.lloyd2011-12-232-37/+92
* Detect (though not using) the CPUID bit for the RDRAND instructionlloyd2011-06-161-0/+1
* Fix linking for exampleslloyd2011-06-061-1/+1
* Fix the very basic operations for encoding and decoding alloyd2011-05-171-1/+1
* A few more WinSock fixes for TLS exampleslloyd2011-04-293-9/+12
* Calling &str[str.size()] is only valid if str is const; otherwise thelloyd2011-04-293-31/+82
* Some doc updates, include the DSA examples in pubkey, remove outdatedlloyd2011-04-204-6/+7
* It's likely that other FPE methods will be desirable once they arelloyd2011-04-201-3/+3
* More doc updateslloyd2011-04-083-29/+5
* ECC private keys had two different constructors, one taking a grouplloyd2011-04-0817-326/+85
* Drop the GTK example; it probably makes more sense to use threadslloyd2011-04-085-708/+0
* More pubkey doc updateslloyd2011-04-0867-0/+6852
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-0460-6381/+0
* Add bcrypt and keywrap exampleslloyd2011-02-232-0/+83
* Fix tls_server example compilationlloyd2010-11-301-2/+8
* Remove incorrect commentlloyd2010-11-291-16/+4
* Inherit policy and override check_certlloyd2010-11-292-2/+33
* Add X509_Certificate::to_stringlloyd2010-11-291-122/+1
* MemoryRegion::set was removedlloyd2010-11-291-1/+2
* New way of specifying key lengthslloyd2010-10-291-1/+6
* Remove use of lookupslloyd2010-10-292-6/+10
* Make TLS_Client entirely via callbacks, not talking to Socket directlylloyd2010-10-191-1/+3
* Use binary I/O where neededlloyd2010-10-1510-11/+11
* Fix exampleslloyd2010-10-134-7/+11
* Fix compilation of examples; benchmarking and RNG changes mostlylloyd2010-10-125-35/+13
* Fix examples for destroy being renamed clearlloyd2010-09-132-2/+2
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+5
* Read input as binarylloyd2010-09-081-1/+1
* Specify the target host and port for tls_client on the command linelloyd2010-09-081-3/+18
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-1/+1
* Oops... renamed this quite a while ago, never updated examplelloyd2010-09-071-6/+6
* Allow generating larger keys in rsa_kgen example (up to 16K bits)lloyd2010-08-181-1/+1
* Missing include, VC++ complainedlloyd2010-08-121-0/+1
* Organize CPUID output a little more nicelylloyd2010-07-281-4/+10
* Add support in CPUID for detecting PCMULUDQ and MOVBE instructions.lloyd2010-07-271-5/+4
* Modify CPUID so all the check functions are purely inline. Add a newlloyd2010-07-261-2/+4