aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* These should be precisely 32 bitslloyd2011-04-041-2/+2
* Remove some old scripts. Move the PGP key to a txt file. Documentlloyd2011-03-247-338/+39
* Add back min_keylength_of, max_keylength_of, keylength_multiple_oflloyd2011-03-212-0/+87
* Disable the by default strong key checking on loading a privatelloyd2011-03-212-1/+4
* Just use the plain textlloyd2011-03-211-1/+2
* At this point the 'old' one is still much more useful, out of date aslloyd2011-03-213-932/+932
* Tick to 1.9.16-devlloyd2011-03-213-8/+8
* Update notes, version, and readme for 1.9.15, first release candidate1.9.151.10.0-rc1lloyd2011-03-213-9/+17
* Indentlloyd2011-03-211-6/+6
* Print a warning when SSL is enabled, as it is new and mostlylloyd2011-03-212-2/+13
* Joel really was the driver behind Win32 DLLs in general, credit as suchlloyd2011-03-181-1/+1
* Prefer GCC builtin except on ARM, add comment as to whylloyd2011-03-141-6/+11
* merge of '2813f52a3bcb78c23217d8f1805860bfac4a7d00'lloyd2011-03-141-1/+1
|\
| * Shared lib should be marked as a dev releaselloyd2011-03-141-1/+1
* | Assume ARMs are little-endian by default; big-endian ARM seems to be a rarity.lloyd2011-03-142-20/+36
* | merge of '1bf20e797477a87c044a8fd74af47d872f630831'lloyd2011-03-141-2/+4
|\ \ | |/ |/|
| * More noteslloyd2011-03-091-0/+4
* | Use the same mesasge expansion trick in SHA-512. Performance onlloyd2011-03-133-121/+124
* | Modify SHA-224/SHA-256 so that it does the message expansion inlloyd2011-03-123-107/+105
|/
* Somewhat improved ARM support/autodetectionlloyd2011-03-092-18/+27
* Tick to 1.9.15-devlloyd2011-03-074-5/+9
* Split up deleting empty buffers with removing buffer slots from thelloyd2011-03-071-9/+10
* Update amalgamation copyright yearslloyd2011-03-021-1/+1
* Fix variable mask warning in Sun C++.lloyd2011-03-012-5/+7
* Tick version numbers for 1.9.14 release1.9.14lloyd2011-03-013-4/+4
* Add bcrypt and keywrap exampleslloyd2011-02-232-0/+83
* Fix PR 142: the zlib filters were not updated in 1.9.11 to use zeroiselloyd2011-02-183-15/+26
* Add a new option --link-method which allows the user to override thelloyd2011-02-181-5/+34
* Typo fixlloyd2011-02-181-2/+2
* Canonicalize OS name for Cygwin; apparently platform will reportlloyd2011-02-181-0/+5
* Move password hashing schemes to src/passhashlloyd2011-02-177-2/+7
* Add support for bcrypt, the Blowfish-based password hashing schemelloyd2011-02-167-7/+317
* Use size_t rather than u32bit for loop variableslloyd2011-02-164-20/+20
* Forward declare Algorithm_Factorylloyd2011-02-162-1/+3
* Add some more ECDSA tests (generated using Crypto++ 5.6)lloyd2011-02-161-0/+55
* Add the NIST AES key wrap algorithm, as specified in RFC 3394 andlloyd2011-02-155-0/+253
* Remove dead codelloyd2011-02-142-127/+0
* Const variables where possiblelloyd2011-02-141-5/+5
* Make this test easier to understandlloyd2011-02-141-46/+25
* Add a set of ECDSA tests using the Brainpool curves. Test caseslloyd2011-02-141-0/+65
* Add HMAC, AES, SHA-2, HMAC_RNG deps in libstate for the globallloyd2011-02-111-0/+5
* Some dependency fixeslloyd2011-02-114-2/+6
* Warn about unknown modules passed to --enable-modules or --disable-moduleslloyd2011-02-111-0/+8
* Remove inclusions of unused headers.lloyd2011-02-109-21/+19
* Tick version to 1.9.14-devlloyd2011-02-103-5/+7
* Tick to 1.9.13 release1.9.13lloyd2011-02-093-4/+8
* Pull out variable, causes link problems in amalgamationlloyd2011-02-092-3/+3
* More VC warning fixeslloyd2011-02-092-3/+5
* More VC warning fixeslloyd2011-02-094-6/+6
* Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-0926-60/+58