aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Give all Filter objects a method for querying their namelloyd2010-06-281-0/+1
* Add detection support for upcoming AVXlloyd2010-06-251-0/+1
* Reorganize building guide, putting the most important things near thelloyd2010-06-221-59/+101
* Document other changes since 1.9.8lloyd2010-06-211-0/+3
* Reorder by date then versionlloyd2010-06-181-16/+16
* Import the 1.8.9 release noteslloyd2010-06-161-0/+13
* Mention Doxygen updates in release loglloyd2010-06-161-0/+1
* Increase the iteration count and salt size used for encryptedlloyd2010-06-151-0/+1
* More API ref updateslloyd2010-06-151-196/+194
* Move reading list to the start, want people to see thislloyd2010-06-151-44/+46
* Cleanups, remove dead wordslloyd2010-06-151-191/+204
* Update docs WRT PKCS8/X509 funcslloyd2010-06-151-119/+90
* More ref manual changeslloyd2010-06-141-179/+175
* Mention options for getting the moduleslloyd2010-06-141-17/+13
* Some reference manual updates. Still needs a lot of work.lloyd2010-06-141-298/+97
* Tick to 1.9.9-devlloyd2010-06-141-0/+2
* Update log, readme for 1.9.8 releaselloyd2010-06-141-1/+1
* Rename the --use-boost-python optin to --with-boost-python, and add alloyd2010-06-132-1/+2
* Demo to_ber in the RSA example/test scriptlloyd2010-06-111-2/+15
* Document new code for wide multiply under VClloyd2010-06-111-0/+1
* Improvments to the build instructions:lloyd2010-06-101-25/+38
* Small cleanupslloyd2010-06-021-9/+8
* Document fixing 512/768 bit DL groups via DSA kosherizerlloyd2010-06-021-0/+1
* Remove FORK-256; it's obscure and has been definitively broken.lloyd2010-05-253-2/+2
* Add a couple of small patches from Thomas Capricelli <[email protected]>lloyd2010-05-211-0/+1
* Note other changeslloyd2010-05-191-0/+3
* Modify the implementation of multiplication mod 65537 used in IDEA tolloyd2010-04-301-0/+1
* Tick to 1.9.8-devlloyd2010-04-281-0/+2
* Update log, readme, configure for 1.9.7 release1.9.7lloyd2010-04-271-1/+1
* Fix EMSA_Raw in the case where the original input had leading 0 bytes.lloyd2010-04-211-0/+1
* Dist script updateslloyd2010-04-191-4/+8
* Cleanups. Name our cert for localhost. Used AutoSeeded_RNG.lloyd2010-04-191-12/+16
* Just report total size output at the endlloyd2010-04-191-1/+7
* Add support for SEED ciphersuites. Tested against OpenSSL 0.9.8nlloyd2010-04-171-0/+1