| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add typedefs in pubkey.h to match the 1.9 names | lloyd | 2010-06-11 | 1 | -0/+6 |
* | Change how OS X install_name is set. I don't know anything about this | lloyd | 2010-06-11 | 1 | -1/+1 |
* | Minor tweaks | lloyd | 2010-06-10 | 1 | -2/+6 |
* | Readme updates | lloyd | 2010-06-10 | 1 | -26/+17 |
* | Add make check to impatient instructions. | lloyd | 2010-06-10 | 1 | -72/+6 |
* | Update instructions to use the Python script, and note the existence | lloyd | 2010-06-10 | 1 | -75/+52 |
* | The Perl script will now refuse to run at all unless you pass the | lloyd | 2010-06-10 | 2 | -0/+10 |
* | Quote so backslash doesn't get lost | lloyd | 2010-06-10 | 1 | -1/+1 |
* | Add a simple make install for Windows/nmake | lloyd | 2010-06-10 | 1 | -35/+13 |
* | Don't want a colon here | lloyd | 2010-06-10 | 1 | -1/+1 |
* | Set lib basename to just botan not libbotan | lloyd | 2010-06-10 | 1 | -1/+1 |
* | Final DLL link fixes | lloyd | 2010-06-10 | 3 | -1/+6 |
* | Use the compiler instead of link to genererate the DLL | lloyd | 2010-06-10 | 1 | -1/+1 |
* | Fix clean/distclean targets for nmake | lloyd | 2010-06-10 | 1 | -1/+3 |
* | Fix static builds, bad var name in nmake file | lloyd | 2010-06-10 | 1 | -1/+1 |
* | Respect --disable-shared | lloyd | 2010-06-10 | 1 | -2/+7 |
* | Backport fixes for DLL builds on Windows | lloyd | 2010-06-10 | 1 | -2/+8 |
* | Fix export/import flags for VC DLLs | lloyd | 2010-06-10 | 3 | -4/+4 |
* | Use using directives to bring parent members of vector types into | lloyd | 2010-06-09 | 3 | -10/+66 |
* | For DSA groups, use 160 bit q for all p less than or equal to 1024 bits | lloyd | 2010-05-28 | 2 | -1/+2 |
* | Initial partial protection against timing attacks in OAEP decoding. | lloyd | 2010-05-25 | 1 | -10/+22 |
* | Fix the size of MD4's M buffer. No harm done here except wasted memory. | lloyd | 2010-02-03 | 1 | -1/+1 |
* | Add a set of test vectors for XTS mode using AES, Twofish, and | lloyd | 2010-01-25 | 1 | -0/+6677 |
* | Use a reference count in GMP_Engine to track if we should reset the | lloyd | 2010-01-22 | 3 | -9/+15 |
* | Add support for the InnoSetup installer. This will not work right now | lloyd | 2009-11-25 | 4 | -12/+104 |
* | Add missing BOTAN_DLL annotation for SCAN_Name class | lloyd | 2009-11-25 | 1 | -3/+3 |
* | Use negative values for adding constants >= 2^31 in the SHA-1 x86-64 asm. | lloyd | 2009-11-03 | 1 | -2/+8 |
* | Update docs for 1.8.8 release 2009-11-031.8.8 | lloyd | 2009-11-03 | 4 | -5/+6 |