| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | These should be precisely 32 bits | lloyd | 2011-04-04 | 1 | -2/+2 |
* | Remove some old scripts. Move the PGP key to a txt file. Document | lloyd | 2011-03-24 | 7 | -338/+39 |
* | Add back min_keylength_of, max_keylength_of, keylength_multiple_of | lloyd | 2011-03-21 | 2 | -0/+87 |
* | Disable the by default strong key checking on loading a private | lloyd | 2011-03-21 | 2 | -1/+4 |
* | Just use the plain text | lloyd | 2011-03-21 | 1 | -1/+2 |
* | At this point the 'old' one is still much more useful, out of date as | lloyd | 2011-03-21 | 3 | -932/+932 |
* | Tick to 1.9.16-dev | lloyd | 2011-03-21 | 3 | -8/+8 |
* | Update notes, version, and readme for 1.9.15, first release candidate1.9.151.10.0-rc1 | lloyd | 2011-03-21 | 3 | -9/+17 |
* | Indent | lloyd | 2011-03-21 | 1 | -6/+6 |
* | Print a warning when SSL is enabled, as it is new and mostly | lloyd | 2011-03-21 | 2 | -2/+13 |
* | Joel really was the driver behind Win32 DLLs in general, credit as such | lloyd | 2011-03-18 | 1 | -1/+1 |
* | Prefer GCC builtin except on ARM, add comment as to why | lloyd | 2011-03-14 | 1 | -6/+11 |
* | merge of '2813f52a3bcb78c23217d8f1805860bfac4a7d00' | lloyd | 2011-03-14 | 1 | -1/+1 |
|\ |
|
| * | Shared lib should be marked as a dev release | lloyd | 2011-03-14 | 1 | -1/+1 |
* | | Assume ARMs are little-endian by default; big-endian ARM seems to be a rarity. | lloyd | 2011-03-14 | 2 | -20/+36 |
* | | merge of '1bf20e797477a87c044a8fd74af47d872f630831' | lloyd | 2011-03-14 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | More notes | lloyd | 2011-03-09 | 1 | -0/+4 |
* | | Use the same mesasge expansion trick in SHA-512. Performance on | lloyd | 2011-03-13 | 3 | -121/+124 |
* | | Modify SHA-224/SHA-256 so that it does the message expansion in | lloyd | 2011-03-12 | 3 | -107/+105 |
|/ |
|
* | Somewhat improved ARM support/autodetection | lloyd | 2011-03-09 | 2 | -18/+27 |
* | Tick to 1.9.15-dev | lloyd | 2011-03-07 | 4 | -5/+9 |
* | Split up deleting empty buffers with removing buffer slots from the | lloyd | 2011-03-07 | 1 | -9/+10 |
* | Update amalgamation copyright years | lloyd | 2011-03-02 | 1 | -1/+1 |
* | Fix variable mask warning in Sun C++. | lloyd | 2011-03-01 | 2 | -5/+7 |
* | Tick version numbers for 1.9.14 release1.9.14 | lloyd | 2011-03-01 | 3 | -4/+4 |
* | Add bcrypt and keywrap examples | lloyd | 2011-02-23 | 2 | -0/+83 |
* | Fix PR 142: the zlib filters were not updated in 1.9.11 to use zeroise | lloyd | 2011-02-18 | 3 | -15/+26 |
* | Add a new option --link-method which allows the user to override the | lloyd | 2011-02-18 | 1 | -5/+34 |
* | Typo fix | lloyd | 2011-02-18 | 1 | -2/+2 |
* | Canonicalize OS name for Cygwin; apparently platform will report | lloyd | 2011-02-18 | 1 | -0/+5 |
* | Move password hashing schemes to src/passhash | lloyd | 2011-02-17 | 7 | -2/+7 |
* | Add support for bcrypt, the Blowfish-based password hashing scheme | lloyd | 2011-02-16 | 7 | -7/+317 |
* | Use size_t rather than u32bit for loop variables | lloyd | 2011-02-16 | 4 | -20/+20 |
* | Forward declare Algorithm_Factory | lloyd | 2011-02-16 | 2 | -1/+3 |
* | Add some more ECDSA tests (generated using Crypto++ 5.6) | lloyd | 2011-02-16 | 1 | -0/+55 |
* | Add the NIST AES key wrap algorithm, as specified in RFC 3394 and | lloyd | 2011-02-15 | 5 | -0/+253 |
* | Remove dead code | lloyd | 2011-02-14 | 2 | -127/+0 |
* | Const variables where possible | lloyd | 2011-02-14 | 1 | -5/+5 |
* | Make this test easier to understand | lloyd | 2011-02-14 | 1 | -46/+25 |
* | Add a set of ECDSA tests using the Brainpool curves. Test cases | lloyd | 2011-02-14 | 1 | -0/+65 |
* | Add HMAC, AES, SHA-2, HMAC_RNG deps in libstate for the global | lloyd | 2011-02-11 | 1 | -0/+5 |
* | Some dependency fixes | lloyd | 2011-02-11 | 4 | -2/+6 |
* | Warn about unknown modules passed to --enable-modules or --disable-modules | lloyd | 2011-02-11 | 1 | -0/+8 |
* | Remove inclusions of unused headers. | lloyd | 2011-02-10 | 9 | -21/+19 |
* | Tick version to 1.9.14-dev | lloyd | 2011-02-10 | 3 | -5/+7 |
* | Tick to 1.9.13 release1.9.13 | lloyd | 2011-02-09 | 3 | -4/+8 |
* | Pull out variable, causes link problems in amalgamation | lloyd | 2011-02-09 | 2 | -3/+3 |
* | More VC warning fixes | lloyd | 2011-02-09 | 2 | -3/+5 |
* | More VC warning fixes | lloyd | 2011-02-09 | 4 | -6/+6 |
* | Convert the BER/DER coders to use size_t instead of u32bit for small | lloyd | 2011-02-09 | 26 | -60/+58 |