aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Mention Randpool change in log.txtlloyd2008-06-031-1/+2
|
* Check in initial changelog for 1.7.7. Increase version number in configure.pllloyd2008-05-241-0/+5
| | | | and in readme.txt
* Update passhash example with new S2K::new_random_salt signaturelloyd2008-05-241-1/+2
|
* Avoid using the global RNG in check_key, instead pass a reference.lloyd2008-05-246-13/+24
| | | | Update the examples
* Print the class tag type(s) on constructed formslloyd2008-05-081-0/+9
|
* The log notes for 1.6.4 got lost when the logs were consolidated to a single ↵lloyd2008-05-051-0/+3
| | | | file
* Update notes and readme for 1.7.6 release1.7.6lloyd2008-05-051-1/+3
|
* Document changes from remove-libstatelloyd2008-04-291-1/+6
|
* propagate from branch 'net.randombit.botan.remove-libstate' (head ↵lloyd2008-04-291-44/+0
|\ | | | | | | | | | | d4d75cf4f682ec63e316b853617e7cf9ba093272) to branch 'net.randombit.botan' (head 2fac918f1a1cb77d155cf434177e443d41e9e517)
| * Remove section on pulses - removedlloyd2008-04-241-44/+0
| |
* | Credit Joel Low for DLL symbol visibility patcheslloyd2008-04-221-0/+3
|/
* Convert date format in log.txt to YYYY-MM-DD for easier grepping and statisticslloyd2008-04-171-100/+100
|
* Add first change notes about the upcoming 1.7.6lloyd2008-04-171-0/+4
|
* merge of '34be1e0ad58e29063ea95d33f2cdc090fd63c4b2'lloyd2008-04-141-0/+6
|\ | | | | | | and 'fcc3affb2faabb6cf819877452cfc88201d4e1a0'
| * Document that shared builds would be nicelloyd2008-04-131-0/+6
| |
* | Consolidate all logfiles into a single log.txt organized by time. Easierlloyd2008-04-1412-1074/+1074
|/ | | | to grep through.
* Final updates for 1.7.5 release1.7.5lloyd2008-04-121-1/+1
|
* Updates for 1.7.5, now tentatively planned for tomorrow.lloyd2008-04-121-11/+11
|
* Update the changeloglloyd2008-04-121-5/+4
|
* Update ca.cpp with new signature of X509_CA::sign_requestlloyd2008-04-101-1/+5
|
* Summary of the notable changes since 1.7.4lloyd2008-04-101-0/+9
|
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-102-4/+10
| | | | | | the actual copyright holders. For rationale, see my post to botan-devel on April 9, subject 'Changing license to directly reflect contributors' (http://www.randombit.net/pipermail/botan-devel/2008-April/000527.html)
* Don't hard-code the user and group when doing an install: instead uselloyd2008-04-061-16/+6
| | | | | whatever the current user/group is. If you wish to override, edit the makefile or override the INSTALL_CMD_* variables on the command line.
* Startup a changelog entry for 1.7.5 to document notable stuff since 1.7.4lloyd2008-03-141-0/+4
|
* Changes for 1.7.4lloyd2008-03-101-0/+9
|
* Add to the todo: Tests for the simple functions (bigint_*, rotate_left, etc)lloyd2008-03-101-0/+4
|
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
| | | | | | | but might as well keep it up to date. And it's easier to do it once with a 'perl -pi' command than to update each file over time. Apologies to anyone looking at diffs.
* Wrap to 80 columnslloyd2008-01-241-7/+7
|
* Update readme.txt and changelog with 1.7.3 information1.7.3lloyd2008-01-231-2/+3
|
* Revert the change that renamed append() to push_back(). As pointed outlloyd2007-11-151-1/+0
| | | | | | by Joel Low on the mailing list, the STL container types have only a single version of push_back(), along with variations of insert() for handling range-based appending.
* The porting doc describes how to port code from Botan 1.2 to 1.4, butlloyd2007-11-151-144/+0
| | | | | doesn't go beyond that. Since 1.4 itself is pretty obsolete, and 1.6 is now in wide use, just drop the doc in mainline
* Update log to mention the recent rename of append to push_backlloyd2007-11-141-1/+2
|
* Remove the ability to load an external configuration file. Applicationslloyd2007-11-141-105/+0
| | | | | | | | | | | needing this functionality probably already have a preexisting configuration system that they would rather use. Also remove the documentation about this feature, and the example configuration (which was pretty out of date, anyway). RFC on this change sent to the mailing list on 11-13-2007, no responses after 24 hours. It seems quite likely this code is not in use anywhere.
* Document some of the other major changes since 1.7.2lloyd2007-10-221-2/+6
|
* Document changes so far for 1.7.3 in the log. Bump the version in configure.pllloyd2007-10-211-1/+6
|
* Update build instructions with the new sytnax for configure.pllloyd2007-10-211-41/+31
|
* Have the ca example take all filenames as arguments instead of hardcoding.lloyd2007-10-201-10/+18
|
* Print the IPv4 address, DNS name, or URL included in the subject orlloyd2007-10-201-0/+6
| | | | issuer alternative names.
* Wrap lines in pk_bench and passhash to keep them under 80 columns.lloyd2007-10-191-2/+2
|
* Add support for IPv4 addresses in the X.509 alternative name extension.lloyd2007-10-161-1/+2
| | | | Original patch from Yves Jerschow.
* Initial changelog note for 1.7.2. Currently targeting a Oct 13 release.lloyd2007-10-081-0/+9
|
* If the LibraryInitializer is created with just default arguments, don'tlloyd2007-10-0724-104/+56
| | | | | | | bother creating it, just let it be initialized lazily when needed. Reindents in encypt.cpp and hash_fd.cpp (indenting the brace after a try statement).
* Optionally, you can specify an argument that is passed to the LibraryInitializerlloyd2007-10-071-7/+19
| | | | constructor.
* Typo (s/holdin/holding/)lloyd2007-08-011-6/+7
|
* propagate from branch 'net.randombit.botan.stable' (head ↵lloyd2007-07-271-0/+4
|\ | | | | | | | | | | b8139f65cc60ecf9c4b2e789474f81d97036f43e) to branch 'net.randombit.botan' (head 257e32039477e27e354f0cebf2f139fcd9f7400a)
| * Document 1.6.3 changes1.6.3lloyd2007-07-231-0/+4
| |
* | Add information for 1.7.1 release1.7.1lloyd2007-07-231-0/+8
| |
* | Move the load/store operations to their own header, to allow assemblylloyd2007-07-231-1/+1
| | | | | | | | or other non-portable implementations as modules.
* | Add memory allocator to the todolloyd2007-06-121-0/+7
| |
* | Update Yves' credits with the other changes he sent that are being mergedlloyd2007-05-311-1/+1
| | | | | | | | into mainline rather than stable.