aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-18/+24
* New way of specifying key lengthslloyd2010-10-291-1/+6
* Remove use of lookupslloyd2010-10-292-6/+10
* Document adding base64 standalone encoderlloyd2010-10-281-0/+1
* 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
* More size_t. Document changeslloyd2010-10-131-2/+5
* Update API doclloyd2010-10-131-2/+2
* Fix compilation of examples; benchmarking and RNG changes mostlylloyd2010-10-125-35/+13
* Forward port CRL fixes from rev 7bb2001cd554a1acc3d345914ea710ff0e1d3a6blloyd2010-10-071-0/+1
* s/x.ptr()/&x[0]/lloyd2010-09-301-5/+5
* Document removing appendlloyd2010-09-151-2/+3
* 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
* Wording changeslloyd2010-09-081-3/+3
* Document recent changeslloyd2010-09-081-2/+5
* 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
* Realization while thinking about the recently added truncate: in a STLlloyd2010-09-071-1/+0
* Fix dependency update scriptslloyd2010-09-032-2/+2
* Document recent changeslloyd2010-09-031-0/+4
* Add 1.8.10 change noteslloyd2010-08-311-0/+9
* For passhash9, add another interface that allows the caller to specifylloyd2010-08-221-0/+1
* Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases,lloyd2010-08-211-0/+1
* In the first round of AES, use a 256 element table and do thelloyd2010-08-181-0/+1
* Allow generating larger keys in rsa_kgen example (up to 16K bits)lloyd2010-08-181-1/+1
* The changelog for 1.9.4 claimed that the default PKCS #8 encryptionlloyd2010-08-131-1/+4
* Update log, readme, configure for 1.9.10 release 2010-08-121.9.10lloyd2010-08-121-1/+1
* Add also AES-192 using SSSE3lloyd2010-08-122-1/+4
* Missing include, VC++ complainedlloyd2010-08-121-0/+1
* Support AES-256 is the SSSE3 implementationlloyd2010-08-121-1/+1
* Move the tutorial to old_tutorial since it's badly out of date andlloyd2010-08-092-791/+932
* Add an implementation of AES-128 using SSSE3 instructions. It runs inlloyd2010-08-091-0/+1
* Organize CPUID output a little more nicelylloyd2010-07-281-4/+10
* Document new engine loaderlloyd2010-07-271-0/+1
* Mention byteswap changes, and fix spelling error in 1.9.9 loglloyd2010-07-271-1/+2
* 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
* Consolidate the two engines that provided assembler implementationslloyd2010-07-131-0/+1
* Removed UI herelloyd2010-07-121-3/+1
* Drop support for running configure with Python 2.4. This allowslloyd2010-07-092-2/+3
* Small tweaks re 2to3lloyd2010-07-091-4/+4
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-097-70/+72
* Read and save the files in binary mode to avoid weird EOF problemslloyd2010-07-072-2/+2
* Tick version to 1.9.10-devlloyd2010-06-301-0/+3
* Tick readme, log, configure for 1.9.9 releaselloyd2010-06-281-1/+1
* The fix for build.h also fixes a problem compiling under Apple's GCC 4.2lloyd2010-06-281-0/+1