| Commit message (Expand) | Author | Age | Files | Lines |
* | Tick to 1.8.13 release1.8.13 | lloyd | 2011-07-08 | 3 | -3/+3 |
* | The Algorithm_Factory has this logic on looking for an object: | lloyd | 2011-07-05 | 7 | -12/+42 |
* | 1.8.12 release1.8.12 | lloyd | 2011-06-20 | 3 | -4/+4 |
* | The message wasn't being cleared by the call to .clear(), just zeroized. | lloyd | 2011-06-08 | 2 | -2/+4 |
* | Fix --enable-debug | lloyd | 2011-05-13 | 4 | -5/+18 |
* | Alias sun4u to sparc32-v9 | lloyd | 2011-04-29 | 1 | -0/+2 |
* | Delete the stream object if we're going to throw an exception out of | lloyd | 2011-04-04 | 3 | -0/+10 |
* | Tick to 1.8.12-dev | lloyd | 2011-02-21 | 3 | -4/+8 |
* | Add an option --link-style that lets the user override the type of | lloyd | 2011-02-18 | 1 | -5/+36 |
* | Canonicalize Cygwin platform name. The platform module will apparently | lloyd | 2011-02-18 | 1 | -0/+4 |
* | Include <ios> so std::hex is visible; caused compilation failure | lloyd | 2011-02-09 | 2 | -0/+2 |
* | Tick to 1.8.11 release 2010-11-021.8.11 | lloyd | 2010-11-02 | 3 | -4/+6 |
* | Mark functions removed in 1.9 as deprecated | lloyd | 2010-11-02 | 3 | -0/+5 |
* | 1.9 compat function | lloyd | 2010-10-29 | 1 | -0/+5 |
* | For compat with 1.9 | lloyd | 2010-10-28 | 1 | -0/+16 |
* | Add BlockCipher::block_size for source compatability with 1.9 | lloyd | 2010-10-28 | 1 | -0/+5 |
* | Use binary I/O if that is necessary. Would often break things on Windows | lloyd | 2010-10-15 | 12 | -13/+13 |
* | Fix updating CRLs, fix reason code handling, add a test for both situations. | lloyd | 2010-10-07 | 6 | -60/+18 |
* | Fix two CRL bugs: | lloyd | 2010-10-07 | 3 | -7/+29 |
* | Compile fix | lloyd | 2010-10-07 | 1 | -1/+1 |
* | Add deps for eng_ia32 so it gets properly loaded. Bug 122 | lloyd | 2010-10-04 | 4 | -0/+4 |
* | Add a version of algorithm_benchmark that is compatible with the | lloyd | 2010-09-20 | 2 | -5/+39 |
* | Various fixes for Sun Studio compilation on Linux and Solaris, | lloyd | 2010-09-20 | 6 | -11/+19 |
* | Tick to 1.8.11-dev | lloyd | 2010-09-20 | 4 | -2357/+9 |
* | Use /MDd under VC++ when --enable-debug is on | lloyd | 2010-09-20 | 2 | -5/+10 |
* | According to Thomas Maier-Komor, the preferred way of creating a static | lloyd | 2010-09-03 | 1 | -0/+2 |
* | Tick to 1.8.10 release 2010-08-311.8.10 | lloyd | 2010-08-31 | 4 | -7/+7 |
* | Replace S2K with PBKDF in doc and examples since that is the preferred name | lloyd | 2010-08-31 | 5 | -31/+32 |
* | Use small tables in the first round of AES. See notes from rev | lloyd | 2010-08-20 | 2 | -18/+39 |
* | get_pbkdf has to be inline, otherwise duplicate definitions | lloyd | 2010-08-20 | 1 | -1/+1 |
* | Improve compatability with the S2K/PBKDF changes made in 1.9: | lloyd | 2010-08-17 | 4 | -0/+37 |
* | Switch from 3DES to AES-256 for the default encryption algorithm for | lloyd | 2010-08-13 | 4 | -3/+5 |
* | Remove use of -ansi; it's not particularly helpful anyway, and it | lloyd | 2010-08-11 | 1 | -1/+1 |
* | Use clang++ rather than clang to ensure we get the C++ runtime libraries | lloyd | 2010-08-09 | 1 | -1/+1 |
* | If we fail to load any CC/OS/CPU info files, print a warning; this | lloyd | 2010-07-09 | 1 | -3/+10 |
* | Better --help output | lloyd | 2010-07-09 | 1 | -5/+9 |
* | Add --verbose and --quiet options | lloyd | 2010-07-09 | 1 | -3/+18 |
* | Clang fix, PR 116 | lloyd | 2010-07-07 | 1 | -1/+1 |
* | Tick to 1.8.10-dev | lloyd | 2010-06-23 | 3 | -7/+7 |
* | The Perl configure put the doxy file into doc/, while the Python one | lloyd | 2010-06-22 | 4 | -5/+9 |
* | Enable the /proc-walker on NetBSD. The version that had problems is a | lloyd | 2010-06-16 | 1 | -5/+2 |
* | Tick readme, log, configure for 1.8.9 release1.8.9 | lloyd | 2010-06-16 | 4 | -6/+6 |
* | Update X509/PKCS8 docs WRT BER_encode | lloyd | 2010-06-15 | 1 | -101/+60 |
* | This comment was incorrect; X509::load_key(str) is for files | lloyd | 2010-06-15 | 1 | -2/+2 |
* | s/PKCS8_PrivateKey/Private_Key/ and s/X509_PublicKey/Public_Key/ | lloyd | 2010-06-15 | 1 | -37/+40 |
* | Document new BER_encode functions | lloyd | 2010-06-15 | 1 | -0/+1 |
* | Add PKCS8::BER_encode for encrypted keys | lloyd | 2010-06-15 | 2 | -38/+53 |
* | Add BER_encode function for PKCS #8 keys | lloyd | 2010-06-15 | 2 | -41/+54 |
* | Add X509::BER_encode which returns an X.509 encoded as a BER bytestring. | lloyd | 2010-06-15 | 2 | -25/+31 |
* | Use a constant-time multiplication in IDEA. Add more IDEA tests. | lloyd | 2010-06-14 | 3 | -13/+543 |