aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Enable unix_procs for FreeBSD. It was disabled in 2006 to worklloyd2011-04-219-26/+24
* It's likely that other FPE methods will be desirable once they arelloyd2011-04-203-9/+17
* Add a --no-autoload examplelloyd2011-04-191-0/+4
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-1815-58/+77
* My workaround for gcc pr 44174 caused cpuid support to be silentlylloyd2011-04-183-6/+12
* Integrate building docs using Sphinx and Doxygen into the makefilelloyd2011-04-184-86/+45
* Fix location of online docs in readmelloyd2011-04-153-23/+15
* One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), andlloyd2011-04-153-2/+8
* 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