aboutsummaryrefslogtreecommitdiffstats
path: root/doc/pubkey.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge last bits from the tutorial.lloyd2011-04-221-175/+155
| | | | | | Many other cleanups and changes in the docs. Make the index page a functional standin for the current site so the entire website can be built using Sphinx.
* More doc updateslloyd2011-04-211-79/+128
|
* Some doc updates, include the DSA examples in pubkey, remove outdatedlloyd2011-04-201-0/+8
| | | | | and probably useless threads section, also fix compilation of several examples.
* Import the build results log. Wrap some really long lines.lloyd2011-04-151-18/+36
|
* Tick version numbers to 1.10.0lloyd2011-04-141-14/+36
| | | | | | | | | | | | | | More documentation updates. The clean target wasn't removing one of the symlinks. In the self-test application, warn if the version we are linked against does not match the version we were built against. This always indicates a problem. Someone who had an older version installed on their system got very confused when the test app was linked against it at runtime; this warning would have saved a couple hours of puzzling by me. This would also have helped avoid the nasty bug in 1.8.3
* Example updates1.9.16lloyd2011-04-111-0/+21
|
* More docslloyd2011-04-081-2/+5
|
* More doc updateslloyd2011-04-081-1/+1
|
* ECC private keys had two different constructors, one taking a grouplloyd2011-04-081-98/+68
| | | | | | | | | | | | | | | | and a random number generator, and the other taking a group and a preset private key value. The DL private keys instead have on constructor for this; if the x value is zero, then a new random key is created. For consistency, do this with ECC as well. ECDH actually didn't have one of these constructors, forcing you to either load from PKCS #8 or else use a random key. Rename EC_Domain_Params to EC_Group, with a typedef for compatability. More doc updates. Update mtn ignores for Sphinx output
* More pubkey doc updateslloyd2011-04-081-71/+64
|
* Pile more doc updateslloyd2011-04-081-143/+222
|
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-0/+398
a makefile to build it with Sphinx (http://sphinx.pocoo.org/). Previously credits.txt listed public domain code sources; instead directly credit the authors in the relevant files and delete that file. Drop the draft FIPS 140 security policy; I can't imagine FIPS 140 validation will ever happen, and if it does, I don't want anything to do with it. Also drop the internals doc, which was so out of date (and incomplete) as to be worthless. Move the tutorials and InSiTo pdfs into old/ for the time being, until anything relevant from them can be filtered out and converted into RST.