| Commit message (Expand) | Author | Age | Files | Lines |
* | Update docs | lloyd | 2011-04-11 | 8 | -38/+319 |
* | Make the alg_id param for passhash9 optional. Update callers. | lloyd | 2011-04-11 | 3 | -24/+5 |
* | I think this fixes the soname stuff | lloyd | 2011-04-11 | 3 | -21/+11 |
* | Two more files from the plane | lloyd | 2011-04-11 | 2 | -0/+190 |
* | More docs | lloyd | 2011-04-08 | 5 | -7/+13 |
* | More doc updates | lloyd | 2011-04-08 | 12 | -276/+84 |
* | ECC private keys had two different constructors, one taking a group | lloyd | 2011-04-08 | 42 | -556/+281 |
* | Drop the GTK example; it probably makes more sense to use threads | lloyd | 2011-04-08 | 5 | -708/+0 |
* | More pubkey doc updates | lloyd | 2011-04-08 | 68 | -97/+79 |
* | Pile more doc updates | lloyd | 2011-04-08 | 9 | -406/+634 |
* | In X509_Certificate::to_string, don't print key ids if empty | lloyd | 2011-04-06 | 2 | -3/+7 |
* | Call GCC's __get_cpuid macro from a function marked noinline to work | lloyd | 2011-04-06 | 1 | -2/+9 |
* | Fix syntax highlighting | lloyd | 2011-04-06 | 3 | -13/+15 |
* | s/Release/Version/ | lloyd | 2011-04-06 | 2 | -153/+162 |
* | I belive this check in fixes PR 113 by making shared library sonames | lloyd | 2011-04-06 | 3 | -6/+7 |
* | PR 145 was based around an easy misunderstanding of the CTR code. | lloyd | 2011-04-05 | 2 | -10/+531 |
* | Remove the socket wrapper code, as the SSL interface itself | lloyd | 2011-04-05 | 10 | -344/+227 |
* | A bit more BigInt documentation | lloyd | 2011-04-04 | 1 | -25/+64 |
* | Avoid pyc file from running Sphinx | lloyd | 2011-04-04 | 1 | -0/+4 |
* | Refer the user to the Doxygen output as well. | lloyd | 2011-04-04 | 2 | -148/+133 |
* | Put 'Release' in front of every version. This causes Sphinx to | lloyd | 2011-04-04 | 1 | -150/+150 |
* | Convert most of the documentation to reStructured Text, adding | lloyd | 2011-04-04 | 102 | -5705/+5485 |
* | 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 |