aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* merge of '311b4c5a7dea00ed2291aa6d8e76aa66e4460699'lloyd2010-06-111-1/+3
|\
| * Fix problem that prevented AES-NI code from getting loaded in at leastlloyd2010-06-111-1/+3
* | Work around GCC 3.x bug with reverse iteratorslloyd2010-06-111-2/+6
|/
* Document new code for wide multiply under VClloyd2010-06-111-0/+1
* Include generic mp_asmi.h for MSVClloyd2010-06-113-1/+3
* Have to add it as explicit dep in bigintlloyd2010-06-111-1/+1
* Add (untested) support for VC++'s _umul128 intrinsic, which apparentlylloyd2010-06-112-0/+76
* For 64-bit InnoSetuplloyd2010-06-101-1/+5
* Improvments to the build instructions:lloyd2010-06-101-25/+38
* Add a simple Windows install targetlloyd2010-06-101-5/+3
* Fix comparison to use IVs with a hypothetical negotiated TLS that useslloyd2010-06-092-2/+2
* merge of '0ab1e77862bca53dec5ac1f2f9dbe994378e91f7'lloyd2010-06-081-2/+4
|\
| * In BigInt::bits, cache sig_words() result instead of calling twicelloyd2010-06-071-2/+4
* | Exclude Python/Perl wrappers from Doxygen outputlloyd2010-06-071-1/+1
* | Make Filter::new_msg and finish_msg private; only used by Pipe, which is a fr...lloyd2010-06-071-12/+13
* | Add Doxygen header comments for XTS modeslloyd2010-06-071-4/+4
* | Fix buildlloyd2010-06-071-0/+1
* | Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-0785-97/+96
|/
* Small cleanupslloyd2010-06-021-9/+8
* Document fixing 512/768 bit DL groups via DSA kosherizerlloyd2010-06-021-0/+1
* Show inherited members; makes Doxygen output much more sensiblelloyd2010-06-021-1/+1
* Add constructor and destructor for pipe_wrapper to handle init and closelloyd2010-06-021-5/+5
* Put PKCS hash ids in anon namespacelloyd2010-06-021-21/+22
* OpenBSD doesn't have MSG_NOSIGNAL; you need to set up a signal handlerlloyd2010-06-011-1/+0
* If you didn't specify a qbits for the DSA kosherizer, then it wouldlloyd2010-05-281-19/+20
* Hid --enable-isa and instead expose --enable-{sse2,ssse3,aes-ni,altivec}lloyd2010-05-262-10/+10
* Forming TARGET_ARCH, filter characters as with TARGET_CPU, otherwiselloyd2010-05-261-2/+3
* Remove FORK-256; it's obscure and has been definitively broken.lloyd2010-05-259-1136/+2
* Change BlockCipher::parallelism() to return the native parallelism oflloyd2010-05-2511-27/+31
* Add a couple of small patches from Thomas Capricelli <orzel@freehackers.org>lloyd2010-05-213-14/+27
* Use -dumpversion instead of -v for detecting the GCC version. Thislloyd2010-05-201-7/+8
* Replace print to stderr with logging.error call on unhandled exception.lloyd2010-05-201-1/+1
* merge of '540ae85af1cc9245c325ef716fcc5c5b334251d0'lloyd2010-05-1922-84/+60
|\
| * Note other changeslloyd2010-05-191-0/+3
| * Add a build.h macro BOTAN_GCC_VERSION which is set to major*100+minor*10+patchlloyd2010-05-132-2/+10
| * Remove the old (unused) <supports_shared> config block. It specifiedlloyd2010-05-1318-70/+19
| * Partially protect OAEP decoding against a timing attack. Possibilitylloyd2010-05-121-12/+28
* | On Windows, configure would default to VC++ pretty much blindly. Addlloyd2010-05-111-1/+25
* | Use memcpy to copy gethostbyname's result to the socket info structlloyd2010-05-101-0/+5
* | Another XTEA vectorlloyd2010-05-101-0/+1
|/
* merge of '22c256e152c9765e98afa4d164af3f6783e96257'lloyd2010-05-101-4/+11
|\
| * Prevent crash if asked to benchmark unknown block cipher with a modelloyd2010-05-051-4/+11
* | Avoid trying to use GCC's cpuid.h in versions where it doesn't existlloyd2010-05-061-1/+3
|/
* Modify the implementation of multiplication mod 65537 used in IDEA tolloyd2010-04-303-10/+534
* Tick to 1.9.8-devlloyd2010-04-283-4/+6
* Update log, readme, configure for 1.9.7 release1.9.7lloyd2010-04-273-3/+3
* HMAC_RNG handling changes - split up reseed() and add_entropy()lloyd2010-04-272-35/+31
* Remove add_entropy_vec. Much cleaner way of doing this: add the entirelloyd2010-04-273-7/+4
* mutex.h is internal - had been picking up system installed versionlloyd2010-04-231-1/+1
* Add the other parties Random value to the local PRNG statelloyd2010-04-232-0/+4