| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | merge of '311b4c5a7dea00ed2291aa6d8e76aa66e4460699' | lloyd | 2010-06-11 | 1 | -1/+3 |
|\ |
|
| * | Fix problem that prevented AES-NI code from getting loaded in at least | lloyd | 2010-06-11 | 1 | -1/+3 |
* | | Work around GCC 3.x bug with reverse iterators | lloyd | 2010-06-11 | 1 | -2/+6 |
|/ |
|
* | Document new code for wide multiply under VC | lloyd | 2010-06-11 | 1 | -0/+1 |
* | Include generic mp_asmi.h for MSVC | lloyd | 2010-06-11 | 3 | -1/+3 |
* | Have to add it as explicit dep in bigint | lloyd | 2010-06-11 | 1 | -1/+1 |
* | Add (untested) support for VC++'s _umul128 intrinsic, which apparently | lloyd | 2010-06-11 | 2 | -0/+76 |
* | For 64-bit InnoSetup | lloyd | 2010-06-10 | 1 | -1/+5 |
* | Improvments to the build instructions: | lloyd | 2010-06-10 | 1 | -25/+38 |
* | Add a simple Windows install target | lloyd | 2010-06-10 | 1 | -5/+3 |
* | Fix comparison to use IVs with a hypothetical negotiated TLS that uses | lloyd | 2010-06-09 | 2 | -2/+2 |
* | merge of '0ab1e77862bca53dec5ac1f2f9dbe994378e91f7' | lloyd | 2010-06-08 | 1 | -2/+4 |
|\ |
|
| * | In BigInt::bits, cache sig_words() result instead of calling twice | lloyd | 2010-06-07 | 1 | -2/+4 |
* | | Exclude Python/Perl wrappers from Doxygen output | lloyd | 2010-06-07 | 1 | -1/+1 |
* | | Make Filter::new_msg and finish_msg private; only used by Pipe, which is a fr... | lloyd | 2010-06-07 | 1 | -12/+13 |
* | | Add Doxygen header comments for XTS modes | lloyd | 2010-06-07 | 1 | -4/+4 |
* | | Fix build | lloyd | 2010-06-07 | 1 | -0/+1 |
* | | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 85 | -97/+96 |
|/ |
|
* | 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 |
* | Show inherited members; makes Doxygen output much more sensible | lloyd | 2010-06-02 | 1 | -1/+1 |
* | Add constructor and destructor for pipe_wrapper to handle init and close | lloyd | 2010-06-02 | 1 | -5/+5 |
* | Put PKCS hash ids in anon namespace | lloyd | 2010-06-02 | 1 | -21/+22 |
* | OpenBSD doesn't have MSG_NOSIGNAL; you need to set up a signal handler | lloyd | 2010-06-01 | 1 | -1/+0 |
* | If you didn't specify a qbits for the DSA kosherizer, then it would | lloyd | 2010-05-28 | 1 | -19/+20 |
* | Hid --enable-isa and instead expose --enable-{sse2,ssse3,aes-ni,altivec} | lloyd | 2010-05-26 | 2 | -10/+10 |
* | Forming TARGET_ARCH, filter characters as with TARGET_CPU, otherwise | lloyd | 2010-05-26 | 1 | -2/+3 |
* | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 9 | -1136/+2 |
* | Change BlockCipher::parallelism() to return the native parallelism of | lloyd | 2010-05-25 | 11 | -27/+31 |
* | Add a couple of small patches from Thomas Capricelli <orzel@freehackers.org> | lloyd | 2010-05-21 | 3 | -14/+27 |
* | Use -dumpversion instead of -v for detecting the GCC version. This | lloyd | 2010-05-20 | 1 | -7/+8 |
* | Replace print to stderr with logging.error call on unhandled exception. | lloyd | 2010-05-20 | 1 | -1/+1 |
* | merge of '540ae85af1cc9245c325ef716fcc5c5b334251d0' | lloyd | 2010-05-19 | 22 | -84/+60 |
|\ |
|
| * | Note other changes | lloyd | 2010-05-19 | 1 | -0/+3 |
| * | Add a build.h macro BOTAN_GCC_VERSION which is set to major*100+minor*10+patch | lloyd | 2010-05-13 | 2 | -2/+10 |
| * | Remove the old (unused) <supports_shared> config block. It specified | lloyd | 2010-05-13 | 18 | -70/+19 |
| * | Partially protect OAEP decoding against a timing attack. Possibility | lloyd | 2010-05-12 | 1 | -12/+28 |
* | | On Windows, configure would default to VC++ pretty much blindly. Add | lloyd | 2010-05-11 | 1 | -1/+25 |
* | | Use memcpy to copy gethostbyname's result to the socket info struct | lloyd | 2010-05-10 | 1 | -0/+5 |
* | | Another XTEA vector | lloyd | 2010-05-10 | 1 | -0/+1 |
|/ |
|
* | merge of '22c256e152c9765e98afa4d164af3f6783e96257' | lloyd | 2010-05-10 | 1 | -4/+11 |
|\ |
|
| * | Prevent crash if asked to benchmark unknown block cipher with a mode | lloyd | 2010-05-05 | 1 | -4/+11 |
* | | Avoid trying to use GCC's cpuid.h in versions where it doesn't exist | lloyd | 2010-05-06 | 1 | -1/+3 |
|/ |
|
* | Modify the implementation of multiplication mod 65537 used in IDEA to | lloyd | 2010-04-30 | 3 | -10/+534 |
* | Tick to 1.9.8-dev | lloyd | 2010-04-28 | 3 | -4/+6 |
* | Update log, readme, configure for 1.9.7 release1.9.7 | lloyd | 2010-04-27 | 3 | -3/+3 |
* | HMAC_RNG handling changes - split up reseed() and add_entropy() | lloyd | 2010-04-27 | 2 | -35/+31 |
* | Remove add_entropy_vec. Much cleaner way of doing this: add the entire | lloyd | 2010-04-27 | 3 | -7/+4 |
* | mutex.h is internal - had been picking up system installed version | lloyd | 2010-04-23 | 1 | -1/+1 |
* | Add the other parties Random value to the local PRNG state | lloyd | 2010-04-23 | 2 | -0/+4 |