| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove BufferedComputation::OUTPUT_LENGTH | lloyd | 2010-10-29 | 1 | -18/+24 |
* | New way of specifying key lengths | lloyd | 2010-10-29 | 1 | -1/+6 |
* | Remove use of lookups | lloyd | 2010-10-29 | 2 | -6/+10 |
* | Document adding base64 standalone encoder | lloyd | 2010-10-28 | 1 | -0/+1 |
* | 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 |
* | More size_t. Document changes | lloyd | 2010-10-13 | 1 | -2/+5 |
* | Update API doc | lloyd | 2010-10-13 | 1 | -2/+2 |
* | Fix compilation of examples; benchmarking and RNG changes mostly | lloyd | 2010-10-12 | 5 | -35/+13 |
* | Forward port CRL fixes from rev 7bb2001cd554a1acc3d345914ea710ff0e1d3a6b | lloyd | 2010-10-07 | 1 | -0/+1 |
* | s/x.ptr()/&x[0]/ | lloyd | 2010-09-30 | 1 | -5/+5 |
* | Document removing append | lloyd | 2010-09-15 | 1 | -2/+3 |
* | 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 |
* | Wording changes | lloyd | 2010-09-08 | 1 | -3/+3 |
* | Document recent changes | lloyd | 2010-09-08 | 1 | -2/+5 |
* | 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 |
* | Realization while thinking about the recently added truncate: in a STL | lloyd | 2010-09-07 | 1 | -1/+0 |
* | Fix dependency update scripts | lloyd | 2010-09-03 | 2 | -2/+2 |
* | Document recent changes | lloyd | 2010-09-03 | 1 | -0/+4 |
* | Add 1.8.10 change notes | lloyd | 2010-08-31 | 1 | -0/+9 |
* | For passhash9, add another interface that allows the caller to specify | lloyd | 2010-08-22 | 1 | -0/+1 |
* | Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases, | lloyd | 2010-08-21 | 1 | -0/+1 |
* | In the first round of AES, use a 256 element table and do the | lloyd | 2010-08-18 | 1 | -0/+1 |
* | Allow generating larger keys in rsa_kgen example (up to 16K bits) | lloyd | 2010-08-18 | 1 | -1/+1 |
* | The changelog for 1.9.4 claimed that the default PKCS #8 encryption | lloyd | 2010-08-13 | 1 | -1/+4 |
* | Update log, readme, configure for 1.9.10 release 2010-08-121.9.10 | lloyd | 2010-08-12 | 1 | -1/+1 |
* | Add also AES-192 using SSSE3 | lloyd | 2010-08-12 | 2 | -1/+4 |
* | Missing include, VC++ complained | lloyd | 2010-08-12 | 1 | -0/+1 |
* | Support AES-256 is the SSSE3 implementation | lloyd | 2010-08-12 | 1 | -1/+1 |
* | Move the tutorial to old_tutorial since it's badly out of date and | lloyd | 2010-08-09 | 2 | -791/+932 |
* | Add an implementation of AES-128 using SSSE3 instructions. It runs in | lloyd | 2010-08-09 | 1 | -0/+1 |
* | Organize CPUID output a little more nicely | lloyd | 2010-07-28 | 1 | -4/+10 |
* | Document new engine loader | lloyd | 2010-07-27 | 1 | -0/+1 |
* | Mention byteswap changes, and fix spelling error in 1.9.9 log | lloyd | 2010-07-27 | 1 | -1/+2 |
* | 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 |
* | Consolidate the two engines that provided assembler implementations | lloyd | 2010-07-13 | 1 | -0/+1 |
* | Removed UI here | lloyd | 2010-07-12 | 1 | -3/+1 |
* | Drop support for running configure with Python 2.4. This allows | lloyd | 2010-07-09 | 2 | -2/+3 |
* | Small tweaks re 2to3 | lloyd | 2010-07-09 | 1 | -4/+4 |
* | Rename S2K to PBKDF, because that is by far the most common name - S2K | lloyd | 2010-07-09 | 7 | -70/+72 |
* | Read and save the files in binary mode to avoid weird EOF problems | lloyd | 2010-07-07 | 2 | -2/+2 |
* | Tick version to 1.9.10-dev | lloyd | 2010-06-30 | 1 | -0/+3 |
* | Tick readme, log, configure for 1.9.9 release | lloyd | 2010-06-28 | 1 | -1/+1 |
* | The fix for build.h also fixes a problem compiling under Apple's GCC 4.2 | lloyd | 2010-06-28 | 1 | -0/+1 |