| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rewrite the RSA and DSA benchmarks to be much more readable and flexible, | lloyd | 2008-08-31 | 1 | -51/+158 |
* | Add a simple timer class | lloyd | 2008-08-31 | 2 | -0/+138 |
* | Extra warnings for GCC 4 | lloyd | 2008-08-31 | 1 | -1/+2 |
* | Allow generating 512 and 768 bit DSA keys. | lloyd | 2008-08-31 | 1 | -6/+9 |
* | Allow creating 512 bit RSA keys again (for benchmark, mostly) | lloyd | 2008-08-31 | 1 | -1/+1 |
* | Benchmark change: Skip RSA 1536, DH 1536. Add DSA 2048/256 and 3072/256, RSA ... | lloyd | 2008-08-30 | 1 | -6/+16 |
* | Replace some C-style casts with C++ named casts in bzip2 and zlib | lloyd | 2008-08-30 | 2 | -11/+11 |
* | Generate a random 2k bit DSA group instead of 1024-bit JCE default | lloyd | 2008-08-30 | 1 | -1/+3 |
* | Fix xor_ciph example | lloyd | 2008-08-30 | 1 | -2/+4 |
* | Changes for 1.7.91.7.9 | lloyd | 2008-08-27 | 3 | -2/+13 |
* | Merge mp_sqr.cpp and mp_mul.cpp into mp_karat.cpp, since there is a lot | lloyd | 2008-08-27 | 2 | -147/+132 |
* | Use -BigInt(1) instead of BigInt("-1") to avoid the parsing overhead. | lloyd | 2008-08-27 | 1 | -2/+2 |
* | Make the header guard macros for the x86 and x86-64 asm_macr.h header | lloyd | 2008-08-27 | 2 | -6/+14 |
* | Cleaner flags: define MAP_NOSYNC to zero ifndef, always use it | lloyd | 2008-08-27 | 1 | -5/+5 |
* | Use lib instead of link to create static lib | lloyd | 2008-08-18 | 1 | -1/+1 |
* | Fix autoconfiguration on Windows (testing on XP, VS 2008) | lloyd | 2008-08-18 | 3 | -11/+19 |
* | Include mp_asm.h in mp_asmi.h in both of the assembly modules, for | lloyd | 2008-07-19 | 2 | -2/+2 |
* | merge of '8ef9c5a39f68223d7f1930004418feab96dfa7ea' | lloyd | 2008-07-18 | 1 | -1/+7 |
|\ |
|
| * | If MAP_NOSYNC is defined, pass it as a flag to mmap. Apparently on | lloyd | 2008-07-17 | 1 | -1/+7 |
* | | Make the declaration of clear() in base classes pure virtual. So if an | lloyd | 2008-07-18 | 2 | -5/+7 |
|/ |
|
* | Update log and readme for 1.7.81.7.8 | lloyd | 2008-07-15 | 2 | -2/+2 |
* | Add a specialized version of theta() for NullVector, since it cleans up | lloyd | 2008-07-15 | 1 | -4/+25 |
* | And then add an empty constructor to allow things to contine to compile. | lloyd | 2008-07-13 | 1 | -0/+1 |
* | Disable synthesized copy constructor and assignment operator for | lloyd | 2008-07-13 | 1 | -0/+4 |
* | Use NULL instead of 0 for execl terminator | lloyd | 2008-07-13 | 1 | -1/+1 |
* | merge of '17a621a99c0fb8685efd5f3f3411a44e4d5ff835' | lloyd | 2008-07-13 | 4 | -3/+3 |
|\ |
|
| * | Missing include of timers.h, error if no timer modules used | lloyd | 2008-07-08 | 1 | -0/+1 |
| * | Complete the core2duo -> core2 rename | lloyd | 2008-07-07 | 3 | -3/+2 |
* | | Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode" | lloyd | 2008-07-11 | 6 | -1/+226 |
|/ |
|
* | Fix return values for ressol(), saying BigInt x = -1 does something | lloyd | 2008-07-07 | 1 | -2/+2 |
* | Remove unneeded parens | lloyd | 2008-07-07 | 1 | -1/+1 |
* | Note some recent changes in the log | lloyd | 2008-07-07 | 1 | -0/+2 |
* | Set -march=<submodel> for x86-64 processors, and delete the bit of code | lloyd | 2008-07-07 | 1 | -2/+2 |
* | Change submodel name for Core2 processors from 'core2duo' to 'core2' | lloyd | 2008-07-07 | 1 | -5/+5 |
* | Add an implementation of the Shanks-Tonelli algorithm, which is used to | lloyd | 2008-07-07 | 4 | -2/+98 |
* | Remove printf in catch block | lloyd | 2008-07-07 | 1 | -1/+0 |
* | Extend random_prime() to be able to generate primes of any bit size. | lloyd | 2008-07-05 | 1 | -1/+10 |
* | Set MSVC dll import flags (from Joel Low) | lloyd | 2008-07-03 | 1 | -1/+1 |
* | Missing BOTAN_DLL for XTEA, noted by Joel Low | lloyd | 2008-07-03 | 1 | -1/+1 |
* | Document changes so far since 1.7.7 | lloyd | 2008-06-30 | 1 | -0/+5 |
* | Remove the free-standing function deref_alias. It only served as a forwarder | lloyd | 2008-06-30 | 8 | -38/+32 |
* | Remove unnecessary include of rng.h | lloyd | 2008-06-30 | 1 | -1/+0 |
* | Remove the default_pbe option. Instead hardcode the default into | lloyd | 2008-06-30 | 2 | -5/+2 |
* | Remove option v1_assume_ca, no longer used | lloyd | 2008-06-30 | 1 | -2/+0 |
* | Previously X509_Store took two configuration values from the library | lloyd | 2008-06-30 | 3 | -10/+6 |
* | Remove the Config class. | lloyd | 2008-06-30 | 14 | -217/+118 |
* | Remove unnecessary inclusion of botan/config.h in several modules | lloyd | 2008-06-30 | 5 | -5/+0 |
* | Remove global_config() - replace by direct calls to global_state() | lloyd | 2008-06-30 | 14 | -46/+48 |
* | Mark this as 1.7.8-pre in readme and log file | lloyd | 2008-06-30 | 2 | -1/+3 |
* | Bump version code to 1.7.8 | lloyd | 2008-06-30 | 1 | -1/+1 |