aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use small tables in the first round of AES. See notes from revlloyd2010-08-202-18/+39
* get_pbkdf has to be inline, otherwise duplicate definitionslloyd2010-08-201-1/+1
* Improve compatability with the S2K/PBKDF changes made in 1.9:lloyd2010-08-174-0/+37
* Switch from 3DES to AES-256 for the default encryption algorithm forlloyd2010-08-134-3/+5
* Remove use of -ansi; it's not particularly helpful anyway, and itlloyd2010-08-111-1/+1
* Use clang++ rather than clang to ensure we get the C++ runtime librarieslloyd2010-08-091-1/+1
* If we fail to load any CC/OS/CPU info files, print a warning; thislloyd2010-07-091-3/+10
* Better --help outputlloyd2010-07-091-5/+9
* Add --verbose and --quiet optionslloyd2010-07-091-3/+18
* Clang fix, PR 116lloyd2010-07-071-1/+1
* Tick to 1.8.10-devlloyd2010-06-233-7/+7
* The Perl configure put the doxy file into doc/, while the Python onelloyd2010-06-224-5/+9
* Enable the /proc-walker on NetBSD. The version that had problems is alloyd2010-06-161-5/+2
* Tick readme, log, configure for 1.8.9 release1.8.9lloyd2010-06-164-6/+6
* Update X509/PKCS8 docs WRT BER_encodelloyd2010-06-151-101/+60
* This comment was incorrect; X509::load_key(str) is for fileslloyd2010-06-151-2/+2
* s/PKCS8_PrivateKey/Private_Key/ and s/X509_PublicKey/Public_Key/lloyd2010-06-151-37/+40
* Document new BER_encode functionslloyd2010-06-151-0/+1
* Add PKCS8::BER_encode for encrypted keyslloyd2010-06-152-38/+53
* Add BER_encode function for PKCS #8 keyslloyd2010-06-152-41/+54
* Add X509::BER_encode which returns an X.509 encoded as a BER bytestring.lloyd2010-06-152-25/+31
* Use a constant-time multiplication in IDEA. Add more IDEA tests.lloyd2010-06-143-13/+543
* Add typedefs in pubkey.h to match the 1.9 nameslloyd2010-06-111-0/+6
* Change how OS X install_name is set. I don't know anything about thislloyd2010-06-111-1/+1
* Minor tweakslloyd2010-06-101-2/+6
* Readme updateslloyd2010-06-101-26/+17
* Add make check to impatient instructions.lloyd2010-06-101-72/+6
* Update instructions to use the Python script, and note the existencelloyd2010-06-101-75/+52
* The Perl script will now refuse to run at all unless you pass thelloyd2010-06-102-0/+10
* Quote so backslash doesn't get lostlloyd2010-06-101-1/+1
* Add a simple make install for Windows/nmakelloyd2010-06-101-35/+13
* Don't want a colon herelloyd2010-06-101-1/+1
* Set lib basename to just botan not libbotanlloyd2010-06-101-1/+1
* Final DLL link fixeslloyd2010-06-103-1/+6
* Use the compiler instead of link to genererate the DLLlloyd2010-06-101-1/+1
* Fix clean/distclean targets for nmakelloyd2010-06-101-1/+3
* Fix static builds, bad var name in nmake filelloyd2010-06-101-1/+1
* Respect --disable-sharedlloyd2010-06-101-2/+7
* Backport fixes for DLL builds on Windowslloyd2010-06-101-2/+8
* Fix export/import flags for VC DLLslloyd2010-06-103-4/+4
* Use using directives to bring parent members of vector types intolloyd2010-06-093-10/+66
* For DSA groups, use 160 bit q for all p less than or equal to 1024 bitslloyd2010-05-282-1/+2
* Initial partial protection against timing attacks in OAEP decoding.lloyd2010-05-251-10/+22
* Fix the size of MD4's M buffer. No harm done here except wasted memory.lloyd2010-02-031-1/+1
* Add a set of test vectors for XTS mode using AES, Twofish, andlloyd2010-01-251-0/+6677
* Use a reference count in GMP_Engine to track if we should reset thelloyd2010-01-223-9/+15
* Add support for the InnoSetup installer. This will not work right nowlloyd2009-11-254-12/+104
* Add missing BOTAN_DLL annotation for SCAN_Name classlloyd2009-11-251-3/+3
* Use negative values for adding constants >= 2^31 in the SHA-1 x86-64 asm.lloyd2009-11-031-2/+8
* Update docs for 1.8.8 release 2009-11-031.8.8lloyd2009-11-034-5/+6