Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update more of the examples | lloyd | 2008-06-27 | 3 | -5/+11 |
| | |||||
* | Update pkcs10, passhash examples | lloyd | 2008-06-27 | 2 | -9/+16 |
| | |||||
* | Update some of the examples for the recent API changes | lloyd | 2008-06-27 | 7 | -28/+42 |
| | |||||
* | New structure for entropy sources + RNGs. The entropy sources are owned by | lloyd | 2008-06-27 | 1 | -1/+1 |
| | | | | | | | Randpool, it will query them as needed (or if asked to do so). New function make_rng() that creates an RNG (X9.31 backed by a Randpool) and seeds it. Remove the entropy source related code from the Modules/Builtin_Modules classes. | ||||
* | Remove SHA1PRNG for the moment, until | lloyd | 2008-06-23 | 3 | -10/+5 |
| | | | | | | | | | a) I am sure we really want to include this (proprietary, unanalyzed?) PRNG in Botan b) I have a chance to add test cases and clean up the code. Also note a few more changes in the changelog, and set a provisial release date for sometime in July. | ||||
* | Add missing headers in the example problems, noticed while compiling under | lloyd | 2008-06-11 | 8 | -0/+9 |
| | | | | GCC 4.3. Missing <memory> for auto_ptr and <cstdlib> for atoi | ||||
* | GmbH, not GmBH | lloyd | 2008-06-10 | 1 | -1/+1 |
| | |||||
* | Document RNG test suite, SHA1PRNG contribution | lloyd | 2008-06-09 | 1 | -0/+2 |
| | |||||
* | Check in the first import from InSiTo, SHA1PRNG, which implements the | lloyd | 2008-06-07 | 2 | -2/+9 |
| | | | | | Java SecureRandom PRNG algorithm. (I accidentally checked in the header in the previous revision). | ||||
* | Make the contents of Botan_types namespace be just using declarations, | lloyd | 2008-06-07 | 1 | -1/+1 |
| | | | | instead of introducing new typedefs. | ||||
* | Mention Randpool change in log.txt | lloyd | 2008-06-03 | 1 | -1/+2 |
| | |||||
* | Check in initial changelog for 1.7.7. Increase version number in configure.pl | lloyd | 2008-05-24 | 1 | -0/+5 |
| | | | | and in readme.txt | ||||
* | Update passhash example with new S2K::new_random_salt signature | lloyd | 2008-05-24 | 1 | -1/+2 |
| | |||||
* | Avoid using the global RNG in check_key, instead pass a reference. | lloyd | 2008-05-24 | 6 | -13/+24 |
| | | | | Update the examples | ||||
* | Print the class tag type(s) on constructed forms | lloyd | 2008-05-08 | 1 | -0/+9 |
| | |||||
* | The log notes for 1.6.4 got lost when the logs were consolidated to a single ↵ | lloyd | 2008-05-05 | 1 | -0/+3 |
| | | | | file | ||||
* | Update notes and readme for 1.7.6 release1.7.6 | lloyd | 2008-05-05 | 1 | -1/+3 |
| | |||||
* | Document changes from remove-libstate | lloyd | 2008-04-29 | 1 | -1/+6 |
| | |||||
* | propagate from branch 'net.randombit.botan.remove-libstate' (head ↵ | lloyd | 2008-04-29 | 1 | -44/+0 |
|\ | | | | | | | | | | | d4d75cf4f682ec63e316b853617e7cf9ba093272) to branch 'net.randombit.botan' (head 2fac918f1a1cb77d155cf434177e443d41e9e517) | ||||
| * | Remove section on pulses - removed | lloyd | 2008-04-24 | 1 | -44/+0 |
| | | |||||
* | | Credit Joel Low for DLL symbol visibility patches | lloyd | 2008-04-22 | 1 | -0/+3 |
|/ | |||||
* | Convert date format in log.txt to YYYY-MM-DD for easier grepping and statistics | lloyd | 2008-04-17 | 1 | -100/+100 |
| | |||||
* | Add first change notes about the upcoming 1.7.6 | lloyd | 2008-04-17 | 1 | -0/+4 |
| | |||||
* | merge of '34be1e0ad58e29063ea95d33f2cdc090fd63c4b2' | lloyd | 2008-04-14 | 1 | -0/+6 |
|\ | | | | | | | and 'fcc3affb2faabb6cf819877452cfc88201d4e1a0' | ||||
| * | Document that shared builds would be nice | lloyd | 2008-04-13 | 1 | -0/+6 |
| | | |||||
* | | Consolidate all logfiles into a single log.txt organized by time. Easier | lloyd | 2008-04-14 | 12 | -1074/+1074 |
|/ | | | | to grep through. | ||||
* | Final updates for 1.7.5 release1.7.5 | lloyd | 2008-04-12 | 1 | -1/+1 |
| | |||||
* | Updates for 1.7.5, now tentatively planned for tomorrow. | lloyd | 2008-04-12 | 1 | -11/+11 |
| | |||||
* | Update the changelog | lloyd | 2008-04-12 | 1 | -5/+4 |
| | |||||
* | Update ca.cpp with new signature of X509_CA::sign_request | lloyd | 2008-04-10 | 1 | -1/+5 |
| | |||||
* | Summary of the notable changes since 1.7.4 | lloyd | 2008-04-10 | 1 | -0/+9 |
| | |||||
* | Change the copyrights in all files in the Botan tree to directly reflect | lloyd | 2008-04-10 | 2 | -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 use | lloyd | 2008-04-06 | 1 | -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.4 | lloyd | 2008-03-14 | 1 | -0/+4 |
| | |||||
* | Changes for 1.7.4 | lloyd | 2008-03-10 | 1 | -0/+9 |
| | |||||
* | Add to the todo: Tests for the simple functions (bigint_*, rotate_left, etc) | lloyd | 2008-03-10 | 1 | -0/+4 |
| | |||||
* | Mass update of the copyright date. Honestly I don't know why I bother, | lloyd | 2008-02-14 | 1 | -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 columns | lloyd | 2008-01-24 | 1 | -7/+7 |
| | |||||
* | Update readme.txt and changelog with 1.7.3 information1.7.3 | lloyd | 2008-01-23 | 1 | -2/+3 |
| | |||||
* | Revert the change that renamed append() to push_back(). As pointed out | lloyd | 2007-11-15 | 1 | -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, but | lloyd | 2007-11-15 | 1 | -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_back | lloyd | 2007-11-14 | 1 | -1/+2 |
| | |||||
* | Remove the ability to load an external configuration file. Applications | lloyd | 2007-11-14 | 1 | -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.2 | lloyd | 2007-10-22 | 1 | -2/+6 |
| | |||||
* | Document changes so far for 1.7.3 in the log. Bump the version in configure.pl | lloyd | 2007-10-21 | 1 | -1/+6 |
| | |||||
* | Update build instructions with the new sytnax for configure.pl | lloyd | 2007-10-21 | 1 | -41/+31 |
| | |||||
* | Have the ca example take all filenames as arguments instead of hardcoding. | lloyd | 2007-10-20 | 1 | -10/+18 |
| | |||||
* | Print the IPv4 address, DNS name, or URL included in the subject or | lloyd | 2007-10-20 | 1 | -0/+6 |
| | | | | issuer alternative names. | ||||
* | Wrap lines in pk_bench and passhash to keep them under 80 columns. | lloyd | 2007-10-19 | 1 | -2/+2 |
| | |||||
* | Add support for IPv4 addresses in the X.509 alternative name extension. | lloyd | 2007-10-16 | 1 | -1/+2 |
| | | | | Original patch from Yves Jerschow. |