aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tick version numbers to 1.10.0lloyd2011-04-141-1/+1
* Make the alg_id param for passhash9 optional. Update callers.lloyd2011-04-112-23/+4
* I think this fixes the soname stufflloyd2011-04-111-3/+2
* ECC private keys had two different constructors, one taking a grouplloyd2011-04-0814-92/+79
* In X509_Certificate::to_string, don't print key ids if emptylloyd2011-04-062-3/+7
* Call GCC's __get_cpuid macro from a function marked noinline to worklloyd2011-04-061-2/+9
* I belive this check in fixes PR 113 by making shared library sonameslloyd2011-04-062-4/+5
* PR 145 was based around an easy misunderstanding of the CTR code.lloyd2011-04-051-10/+16
* Remove the socket wrapper code, as the SSL interface itselflloyd2011-04-055-335/+0
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-045-0/+13
* These should be precisely 32 bitslloyd2011-04-041-2/+2
* 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-211-1/+1
* Indentlloyd2011-03-211-6/+6
* Print a warning when SSL is enabled, as it is new and mostlylloyd2011-03-211-0/+5
* Prefer GCC builtin except on ARM, add comment as to whylloyd2011-03-141-6/+11
* Assume ARMs are little-endian by default; big-endian ARM seems to be a rarity.lloyd2011-03-142-20/+36
* Use the same mesasge expansion trick in SHA-512. Performance onlloyd2011-03-132-119/+121
* Modify SHA-224/SHA-256 so that it does the message expansion inlloyd2011-03-122-107/+101
* Somewhat improved ARM support/autodetectionlloyd2011-03-092-18/+27
* Tick to 1.9.15-devlloyd2011-03-071-1/+1
* Split up deleting empty buffers with removing buffer slots from thelloyd2011-03-071-9/+10
* Fix variable mask warning in Sun C++.lloyd2011-03-012-5/+7
* Fix PR 142: the zlib filters were not updated in 1.9.11 to use zeroiselloyd2011-02-182-15/+25
* Move password hashing schemes to src/passhashlloyd2011-02-177-2/+7
* Add support for bcrypt, the Blowfish-based password hashing schemelloyd2011-02-165-7/+264
* Use size_t rather than u32bit for loop variableslloyd2011-02-164-20/+20
* Forward declare Algorithm_Factorylloyd2011-02-162-1/+3
* Add the NIST AES key wrap algorithm, as specified in RFC 3394 andlloyd2011-02-153-0/+166
* Const variables where possiblelloyd2011-02-141-5/+5
* Add HMAC, AES, SHA-2, HMAC_RNG deps in libstate for the globallloyd2011-02-111-0/+5
* Some dependency fixeslloyd2011-02-114-2/+6
* Remove inclusions of unused headers.lloyd2011-02-106-11/+7
* 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
* Another castlloyd2011-02-091-1/+1
* Some casts to avoid VC warningslloyd2011-02-092-7/+7
* Some cleanups, and add an <ios> include for Sun Studio 12lloyd2011-02-093-42/+49
* Add a new configure.py option --distribution-info which sets a macrolloyd2011-02-073-11/+27
* Fix the ordering of the GOST 34.10 signature values. Add a testlloyd2011-02-071-4/+4
* Remove friend decl of now dead functionlloyd2011-02-071-2/+0
* Use constlloyd2011-01-311-4/+4
* According to PR 137, cpuid.h doesn't exist with Clang on OS X orlloyd2011-01-211-1/+1
* Update Keccak to the round 3 variant announced 2011-01-17lloyd2011-01-202-9/+4
* Move pbe.h to pbe dirlloyd2010-12-282-1/+0
* Rename to avoid conflicts in the amalgamationlloyd2010-12-281-4/+6
* Use size_t for shift and rotate values. Also define rotate_left andlloyd2010-12-284-18/+21
* Add header guardlloyd2010-12-281-0/+5