aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* When building for GCC, always get the version number, and turn off TR1lloyd2011-05-037-11/+14
* Tweak settings for SuperH setup, based on Debian bug 594159. Since aslloyd2011-05-023-8/+9
* Calling &str[str.size()] is only valid if str is const; otherwise thelloyd2011-04-292-5/+12
* Default sun4u to sparc32-v9 rather than sparc64lloyd2011-04-292-4/+2
* Flatten out the mp directory since no alternative asm implemenationslloyd2011-04-256-13/+3
* Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will alsolloyd2011-04-254-33/+33
* Use STLport with Sun Studio by default on Linux. It is probably thelloyd2011-04-251-1/+1
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-2248-193/+193
* Intel C++ doesn't seem to have an option for setting the soname, so itlloyd2011-04-221-1/+1
* 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