aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lowlevel.txt
Commit message (Collapse)AuthorAgeFilesLines
* Enable unix_procs for FreeBSD. It was disabled in 2006 to worklloyd2011-04-211-58/+66
| | | | | | | | | | | | | | | | | | | | | | | | around a bug in FreeBSD 6.1, which is long EOL. If we can't figure out the CPU in configure.py, if running verbosely dump the entire list of CPUs we know about. Some doc cleanups. Rename the 'beos' target to 'haiku', since testing shows that botan can't compile under the old BeOS GCC 2.95 anyway. Remove the call to idle_time in the stats entropy source - it causes a crash on Haiku R1-alpha2 somewhere inside a system DLL. I didn't bother debugging it beyond looking at the backtrace. Add a 'bepc' alias for i386 as that is what Haiku reports its processor as. Fix the install dirs to match Haiku R1, though apparently they will change in R2 anyway when they add package management. Enable use of gmtime_r on Haiku.
* More doc updateslloyd2011-04-211-97/+15
|
* Some doc updates, include the DSA examples in pubkey, remove outdatedlloyd2011-04-201-55/+39
| | | | | and probably useless threads section, also fix compilation of several examples.
* Tick version numbers to 1.10.0lloyd2011-04-141-93/+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
* More doc updateslloyd2011-04-081-6/+6
|
* Pile more doc updateslloyd2011-04-081-258/+0
|
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-0/+641
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.