| Commit message (Expand) | Author | Age | Files | Lines |
* | 1.10.1 release1.10.1 | lloyd | 2011-07-11 | 4 | -25/+46 |
* | Add a new, somewhat more functional dist script | lloyd | 2011-07-11 | 1 | -0/+168 |
* | Allow overriding the VC revision in botan_version.py (for releases) | lloyd | 2011-07-11 | 2 | -1/+2 |
* | merge of '040da681d3a04ab0caf2f9ba7f8492d296fd7c0c' | lloyd | 2011-07-06 | 1 | -1/+1 |
|\ |
|
| * | Fix link | lloyd | 2011-06-20 | 1 | -1/+1 |
* | | The Algorithm_Factory has this logic on looking for an object: | lloyd | 2011-07-05 | 5 | -8/+36 |
* | | Tick to 1.10.1 unreleased. | lloyd | 2011-06-30 | 6 | -8/+29 |
* | | Make CMAC::poly_double at least theoretically constant time, though | lloyd | 2011-06-23 | 1 | -3/+2 |
* | | Fix -Wshadow warning | lloyd | 2011-06-22 | 1 | -2/+2 |
* | | Add a second test for bcrypt, using an 8-bit character. This test | lloyd | 2011-06-20 | 1 | -8/+13 |
|/ |
|
* | Update with info on 1.8.12 release | lloyd | 2011-06-20 | 2 | -17/+33 |
* | Tick version to 1.10.0 release1.10.0 | lloyd | 2011-06-20 | 4 | -4/+7 |
* | Invert the meaning of the Miller-Rabin test; passes_test meant 'is not | lloyd | 2011-06-16 | 1 | -9/+17 |
* | Detect (though not using) the CPUID bit for the RDRAND instruction | lloyd | 2011-06-16 | 2 | -1/+9 |
* | Add std::swap specialization for memory containers | lloyd | 2011-06-13 | 2 | -0/+12 |
* | Drop InSiTo manual | lloyd | 2011-06-10 | 1 | -0/+0 |
* | Add (compile-time) toggle for fault protection checking in the PK | lloyd | 2011-06-07 | 1 | -3/+6 |
* | Write zeros in 4K blocks | lloyd | 2011-06-07 | 1 | -7/+9 |
* | Simplify Montgomery setup here a bit | lloyd | 2011-06-07 | 1 | -6/+4 |
* | Update build doc | lloyd | 2011-06-07 | 1 | -16/+25 |
* | Fix linking for examples | lloyd | 2011-06-06 | 2 | -26/+26 |
* | Zap this, I just replaced the 1.9.18 tarball instead. | lloyd | 2011-06-03 | 1 | -2/+0 |
* | Tick version to 1.10.0 | lloyd | 2011-06-03 | 3 | -4/+13 |
* | Rename some dirs for shorter object files where configure will | lloyd | 2011-06-03 | 13 | -2/+2 |
* | Ignore \r as whitespace in base64 decoder - caused test failures on | lloyd | 2011-06-03 | 1 | -1/+3 |
* | Update download links | lloyd | 2011-06-03 | 1 | -11/+11 |
* | Tick to 1.9.18 release1.9.18 | lloyd | 2011-06-03 | 3 | -3/+3 |
* | Fix building with --via-amalgamation; it wouldn't generate the | lloyd | 2011-06-03 | 6 | -446/+461 |
* | Remove BOTAN_DLL from internal headers, add it to Unexpected_Message | lloyd | 2011-06-02 | 4 | -14/+14 |
* | Change order of arguments to bigint_monty_redc (internal interface, | lloyd | 2011-06-02 | 3 | -46/+43 |
* | Add monty sqr and multiply routines (they just call karatsuba and then | lloyd | 2011-06-02 | 4 | -43/+77 |
* | Reduce number of temporaries needed in point addition | lloyd | 2011-06-01 | 1 | -22/+14 |
* | Multi-expoentiation, using the single bit variation. Using a 2 or 3 | lloyd | 2011-06-01 | 5 | -2/+54 |
* | Remove amalg on distclean | lloyd | 2011-06-01 | 2 | -0/+2 |
* | Add --via-amalgamation option that builds everything from a single | lloyd | 2011-06-01 | 2 | -16/+36 |
* | PointGFp::get_affine_{x,y} doesn't return a reference | lloyd | 2011-05-31 | 1 | -2/+2 |
* | Use visibility control unless explicitly turned off | lloyd | 2011-05-31 | 1 | -0/+3 |
* | MinGW install commands are the default, so don't specify explicitly. | lloyd | 2011-05-26 | 2 | -5/+2 |
* | Explicitly specify the types for make_pair when passing a const array | lloyd | 2011-05-24 | 1 | -2/+10 |
* | Split the SIMD implementations into their own modules and choose one | lloyd | 2011-05-24 | 13 | -25/+49 |
* | FD_ZERO on Solaris uses memset, and assumes we included string.h | lloyd | 2011-05-24 | 3 | -0/+7 |
* | Only call p.sig_words once in CurveGFp constructor. | lloyd | 2011-05-19 | 2 | -5/+3 |
* | Move the curve over GF(p) code back into its own subdir | lloyd | 2011-05-19 | 7 | -7/+22 |
* | Reject s == 0 or r == 0 in a ECC signature. | lloyd | 2011-05-19 | 3 | -13/+22 |
* | Small cleanup in the Barrett reducer, now doesn't create a temp if | lloyd | 2011-05-18 | 2 | -33/+35 |
* | Fix the very basic operations for encoding and decoding a | lloyd | 2011-05-17 | 5 | -95/+28 |
* | Modify ECC points to do all math in Montgomery form, rather than | lloyd | 2011-05-17 | 6 | -161/+153 |
* | Fix building the tests when ECC is turned off. | lloyd | 2011-05-17 | 1 | -2/+13 |
* | Add RSA constructor that does not require a password. Patch submitted | lloyd | 2011-05-16 | 1 | -0/+18 |
* | Fixes for base64 incremental decoding. | lloyd | 2011-05-16 | 4 | -122/+54 |