| Commit message (Expand) | Author | Age | Files | Lines |
* | Detect (though not using) the CPUID bit for the RDRAND instruction | lloyd | 2011-06-16 | 1 | -0/+1 |
* | Fix linking for examples | lloyd | 2011-06-06 | 1 | -1/+1 |
* | Fix the very basic operations for encoding and decoding a | lloyd | 2011-05-17 | 1 | -1/+1 |
* | A few more WinSock fixes for TLS examples | lloyd | 2011-04-29 | 3 | -9/+12 |
* | Calling &str[str.size()] is only valid if str is const; otherwise the | lloyd | 2011-04-29 | 3 | -31/+82 |
* | Some doc updates, include the DSA examples in pubkey, remove outdated | lloyd | 2011-04-20 | 4 | -6/+7 |
* | It's likely that other FPE methods will be desirable once they are | lloyd | 2011-04-20 | 1 | -3/+3 |
* | More doc updates | lloyd | 2011-04-08 | 3 | -29/+5 |
* | ECC private keys had two different constructors, one taking a group | lloyd | 2011-04-08 | 17 | -326/+85 |
* | Drop the GTK example; it probably makes more sense to use threads | lloyd | 2011-04-08 | 5 | -708/+0 |
* | More pubkey doc updates | lloyd | 2011-04-08 | 67 | -0/+6852 |
* | Convert most of the documentation to reStructured Text, adding | lloyd | 2011-04-04 | 60 | -6381/+0 |
* | Add bcrypt and keywrap examples | lloyd | 2011-02-23 | 2 | -0/+83 |
* | Fix tls_server example compilation | lloyd | 2010-11-30 | 1 | -2/+8 |
* | Remove incorrect comment | lloyd | 2010-11-29 | 1 | -16/+4 |
* | Inherit policy and override check_cert | lloyd | 2010-11-29 | 2 | -2/+33 |
* | Add X509_Certificate::to_string | lloyd | 2010-11-29 | 1 | -122/+1 |
* | MemoryRegion::set was removed | lloyd | 2010-11-29 | 1 | -1/+2 |
* | New way of specifying key lengths | lloyd | 2010-10-29 | 1 | -1/+6 |
* | Remove use of lookups | lloyd | 2010-10-29 | 2 | -6/+10 |
* | Make TLS_Client entirely via callbacks, not talking to Socket directly | lloyd | 2010-10-19 | 1 | -1/+3 |
* | Use binary I/O where needed | lloyd | 2010-10-15 | 10 | -11/+11 |
* | Fix examples | lloyd | 2010-10-13 | 4 | -7/+11 |
* | Fix compilation of examples; benchmarking and RNG changes mostly | lloyd | 2010-10-12 | 5 | -35/+13 |
* | Fix examples for destroy being renamed clear | lloyd | 2010-09-13 | 2 | -2/+2 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -1/+5 |
* | Read input as binary | lloyd | 2010-09-08 | 1 | -1/+1 |
* | Specify the target host and port for tls_client on the command line | lloyd | 2010-09-08 | 1 | -3/+18 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -1/+1 |
* | Oops... renamed this quite a while ago, never updated example | lloyd | 2010-09-07 | 1 | -6/+6 |
* | Allow generating larger keys in rsa_kgen example (up to 16K bits) | lloyd | 2010-08-18 | 1 | -1/+1 |
* | Missing include, VC++ complained | lloyd | 2010-08-12 | 1 | -0/+1 |
* | Organize CPUID output a little more nicely | lloyd | 2010-07-28 | 1 | -4/+10 |
* | Add support in CPUID for detecting PCMULUDQ and MOVBE instructions. | lloyd | 2010-07-27 | 1 | -5/+4 |
* | Modify CPUID so all the check functions are purely inline. Add a new | lloyd | 2010-07-26 | 1 | -2/+4 |
* | Removed UI here | lloyd | 2010-07-12 | 1 | -3/+1 |
* | Rename S2K to PBKDF, because that is by far the most common name - S2K | lloyd | 2010-07-09 | 4 | -35/+37 |
* | Read and save the files in binary mode to avoid weird EOF problems | lloyd | 2010-07-07 | 2 | -2/+2 |
* | Add detection support for upcoming AVX | lloyd | 2010-06-25 | 1 | -0/+1 |
* | Small cleanups | lloyd | 2010-06-02 | 1 | -9/+8 |
* | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 1 | -1/+0 |
* | Cleanups. Name our cert for localhost. Used AutoSeeded_RNG. | lloyd | 2010-04-19 | 1 | -12/+16 |
* | Just report total size output at the end | lloyd | 2010-04-19 | 1 | -1/+7 |
* | Show as creating an engine instead | lloyd | 2010-03-24 | 1 | -27/+31 |
* | Fix factor wrt rename of primality test functions | lloyd | 2010-03-23 | 1 | -1/+1 |
* | Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME to | lloyd | 2010-03-08 | 2 | -2/+2 |
* | Modify pubkey classes to take names instead of object pointers. | lloyd | 2010-03-08 | 8 | -30/+26 |
* | Update DH example for PK changes | lloyd | 2010-03-08 | 1 | -14/+29 |
* | Fix minor errors and warnings in the examples. Remove boost dependency from | lloyd | 2010-03-03 | 15 | -120/+78 |
* | Add a simple cert validation example | lloyd | 2010-03-01 | 1 | -0/+35 |