| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Give all Filter objects a method for querying their name | lloyd | 2010-06-28 | 1 | -0/+1 |
* | Add detection support for upcoming AVX | lloyd | 2010-06-25 | 1 | -0/+1 |
* | Reorganize building guide, putting the most important things near the | lloyd | 2010-06-22 | 1 | -59/+101 |
* | Document other changes since 1.9.8 | lloyd | 2010-06-21 | 1 | -0/+3 |
* | Reorder by date then version | lloyd | 2010-06-18 | 1 | -16/+16 |
* | Import the 1.8.9 release notes | lloyd | 2010-06-16 | 1 | -0/+13 |
* | Mention Doxygen updates in release log | lloyd | 2010-06-16 | 1 | -0/+1 |
* | Increase the iteration count and salt size used for encrypted | lloyd | 2010-06-15 | 1 | -0/+1 |
* | More API ref updates | lloyd | 2010-06-15 | 1 | -196/+194 |
* | Move reading list to the start, want people to see this | lloyd | 2010-06-15 | 1 | -44/+46 |
* | Cleanups, remove dead words | lloyd | 2010-06-15 | 1 | -191/+204 |
* | Update docs WRT PKCS8/X509 funcs | lloyd | 2010-06-15 | 1 | -119/+90 |
* | More ref manual changes | lloyd | 2010-06-14 | 1 | -179/+175 |
* | Mention options for getting the modules | lloyd | 2010-06-14 | 1 | -17/+13 |
* | Some reference manual updates. Still needs a lot of work. | lloyd | 2010-06-14 | 1 | -298/+97 |
* | Tick to 1.9.9-dev | lloyd | 2010-06-14 | 1 | -0/+2 |
* | Update log, readme for 1.9.8 release | lloyd | 2010-06-14 | 1 | -1/+1 |
* | Rename the --use-boost-python optin to --with-boost-python, and add a | lloyd | 2010-06-13 | 2 | -1/+2 |
* | Demo to_ber in the RSA example/test script | lloyd | 2010-06-11 | 1 | -2/+15 |
* | Document new code for wide multiply under VC | lloyd | 2010-06-11 | 1 | -0/+1 |
* | Improvments to the build instructions: | lloyd | 2010-06-10 | 1 | -25/+38 |
* | Small cleanups | lloyd | 2010-06-02 | 1 | -9/+8 |
* | Document fixing 512/768 bit DL groups via DSA kosherizer | lloyd | 2010-06-02 | 1 | -0/+1 |
* | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 3 | -2/+2 |
* | Add a couple of small patches from Thomas Capricelli <[email protected]> | lloyd | 2010-05-21 | 1 | -0/+1 |
* | Note other changes | lloyd | 2010-05-19 | 1 | -0/+3 |
* | Modify the implementation of multiplication mod 65537 used in IDEA to | lloyd | 2010-04-30 | 1 | -0/+1 |
* | Tick to 1.9.8-dev | lloyd | 2010-04-28 | 1 | -0/+2 |
* | Update log, readme, configure for 1.9.7 release1.9.7 | lloyd | 2010-04-27 | 1 | -1/+1 |
* | Fix EMSA_Raw in the case where the original input had leading 0 bytes. | lloyd | 2010-04-21 | 1 | -0/+1 |
* | Dist script updates | lloyd | 2010-04-19 | 1 | -4/+8 |
* | 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 |
* | Add support for SEED ciphersuites. Tested against OpenSSL 0.9.8n | lloyd | 2010-04-17 | 1 | -0/+1 |