Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for IPv4 addresses in the X.509 alternative name extension. | lloyd | 2007-10-16 | 1 | -1/+2 |
| | | | | Original patch from Yves Jerschow. | ||||
* | Initial changelog note for 1.7.2. Currently targeting a Oct 13 release. | lloyd | 2007-10-08 | 1 | -0/+9 |
| | |||||
* | If the LibraryInitializer is created with just default arguments, don't | lloyd | 2007-10-07 | 24 | -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 LibraryInitializer | lloyd | 2007-10-07 | 1 | -7/+19 |
| | | | | constructor. | ||||
* | Typo (s/holdin/holding/) | lloyd | 2007-08-01 | 1 | -6/+7 |
| | |||||
* | propagate from branch 'net.randombit.botan.stable' (head ↵ | lloyd | 2007-07-27 | 1 | -0/+4 |
|\ | | | | | | | | | | | b8139f65cc60ecf9c4b2e789474f81d97036f43e) to branch 'net.randombit.botan' (head 257e32039477e27e354f0cebf2f139fcd9f7400a) | ||||
| * | Document 1.6.3 changes1.6.3 | lloyd | 2007-07-23 | 1 | -0/+4 |
| | | |||||
* | | Add information for 1.7.1 release1.7.1 | lloyd | 2007-07-23 | 1 | -0/+8 |
| | | |||||
* | | Move the load/store operations to their own header, to allow assembly | lloyd | 2007-07-23 | 1 | -1/+1 |
| | | | | | | | | or other non-portable implementations as modules. | ||||
* | | Add memory allocator to the todo | lloyd | 2007-06-12 | 1 | -0/+7 |
| | | |||||
* | | Update Yves' credits with the other changes he sent that are being merged | lloyd | 2007-05-31 | 1 | -1/+1 |
| | | | | | | | | into mainline rather than stable. | ||||
* | | propagate from branch 'net.randombit.botan.stable' (head ↵ | lloyd | 2007-05-31 | 1 | -0/+5 |
|\| | | | | | | | | | | | e92fe807f749c526669303bd1530dd76a4d10a86) to branch 'net.randombit.botan' (head 04a56f961f413296df6637b77ec45aa444513cfc) | ||||
| * | Update credits with Yves' information. | lloyd | 2007-05-31 | 1 | -0/+5 |
| | | |||||
* | | propagate from branch 'net.randombit.botan.stable' (head ↵ | lloyd | 2007-04-01 | 1 | -0/+5 |
|\| | | | | | | | | | | | 63c067b5454498ee48466101aedb54613615a983) to branch 'net.randombit.botan' (head 2444e9d08f77852cf2df58c34ca38145c2f416ba) | ||||
| * | Update changelog, readme and configure.pl for 1.6.21.6.2 | lloyd | 2007-03-24 | 1 | -0/+5 |
| | | |||||
| * | Document the move to NYC. | lloyd | 2007-03-08 | 1 | -1/+1 |
| | | |||||
* | | Clean up the examples makefile a bit.1.7.0 | lloyd | 2007-03-13 | 1 | -9/+13 |
| | | |||||
* | | Document the move | lloyd | 2007-03-13 | 1 | -1/+1 |
| | | |||||
* | | Point people interested in writing assembler at bigint_monty_redc | lloyd | 2007-03-12 | 1 | -4/+14 |
| | | | | | | | | | | and bigint_mul_add_words since those are the major hot spots for public key operations. | ||||
* | | Update the changelog with some of the newer additions. | lloyd | 2007-03-10 | 1 | -1/+3 |
| | | |||||
* | | Always print the exact value of the OID found in the ASN.1 example, even | lloyd | 2007-03-10 | 1 | -1/+6 |
| | | | | | | | | if we found a human readable name for it (in that case we print both). | ||||
* | | Mention that the most requested alternate build system is Visual Studio ↵ | lloyd | 2007-03-10 | 1 | -3/+3 |
| | | | | | | | | projects. | ||||
* | | Looking through old emails, realized how many patches Luca sent in. | lloyd | 2007-03-09 | 1 | -1/+1 |
| | | |||||
* | | A few extra sentences on previous topcs. | lloyd | 2007-03-09 | 1 | -3/+4 |
| | | |||||
* | | Add a password hashing example. It uses PBKDF2/SHA-1 with 10000 iterations, | lloyd | 2007-03-09 | 2 | -1/+81 |
| | | | | | | | | | | a 48-bit seed, and a 96-bit hash. The example can both create new hashes and confirm existing ones. | ||||
* | | Move all the log files into logs/ | lloyd | 2007-03-08 | 12 | -0/+6 |
| | | | | | | | | | | Create a new log-17.txt to start documenting the major changes in this release series. | ||||
* | | Rewrite doc/todo.txt, narrow it down to a dozen interesting projects and | lloyd | 2007-03-08 | 1 | -57/+140 |
| | | | | | | | | explain in some detail what each of them will require. | ||||
* | | Some minor documentation updates and grammar fixes. | lloyd | 2007-03-06 | 1 | -69/+82 |
| | | |||||
* | | A little documentation about build roots and local configuration options. | lloyd | 2007-03-04 | 1 | -36/+44 |
| | | |||||
* | | Remove the CMS section of the documentation. | lloyd | 2007-03-04 | 1 | -415/+393 |
| | | | | | | | | | | Reorganize a number of the later sections into a single section titled 'Algorithms' | ||||
* | | Rewrite and reorganize several of the early sections. The API document | lloyd | 2007-03-04 | 1 | -962/+985 |
|/ | | | | | | | now moves directly from the intro material to Pipe/Filter, pushing the low-level API to the last half of the manual. The Pipe section also now starts with a series of simple examples that try to introduce only one or two new ideas at any one time. | ||||
* | Update changelog with information on 1.6.11.6.1 | lloyd | 2007-01-20 | 1 | -0/+6 |
| | | | | | | Update readme with new version Bump version in configure.pl to 1.6.1 | ||||
* | Bump copyright year to 2007 | lloyd | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | Update the version number in configure.pl to 1.6.0, update the readme | lloyd | 2006-12-16 | 2 | -147/+150 |
| | | | | and changelog files. First checkin of the new stable branch. | ||||
* | Documentation updates (Config and UI::pulse) | lloyd | 2006-12-14 | 1 | -28/+34 |
| | |||||
* | Fix a typo in the changelog | lloyd | 2006-12-11 | 1 | -1/+1 |
| | |||||
* | Update the logfile and readme for 1.5.13 aka 1.6.0 RC11.5.13 | lloyd | 2006-12-11 | 1 | -0/+4 |
| | |||||
* | Update changelog1.5.12 | lloyd | 2006-10-28 | 1 | -0/+8 |
| | |||||
* | Various small updates to the API doc, mostly in the section about writing | lloyd | 2006-10-11 | 1 | -126/+123 |
| | | | | modules. | ||||
* | Update the instructions for building the library. | lloyd | 2006-10-05 | 1 | -60/+76 |
| | |||||
* | Increment the date, since there have been some changes since July | lloyd | 2006-09-30 | 1 | -1/+1 |
| | |||||
* | Add a basic example of using the bare block cipher object. | lloyd | 2006-09-26 | 1 | -30/+48 |
| | | | | | Make it clear early on in the library initialization section that most users need nothing more than to create an object and go. | ||||
* | Update the section of the API doc that talks about library initialization | lloyd | 2006-09-27 | 1 | -22/+46 |
| | |||||
* | Update the changelog1.5.11 | lloyd | 2006-09-10 | 1 | -0/+9 |
| | |||||
* | Remove the (deleted) fips140 example from the Makefile | lloyd | 2006-09-07 | 1 | -5/+1 |
| | |||||
* | Just tidy up the description of the various flags | lloyd | 2006-09-06 | 1 | -3/+3 |
| | |||||
* | Make a passphrase optional for the DSA and RSA key generation examples | lloyd | 2006-09-04 | 2 | -12/+17 |
| | |||||
* | Drop the fips140 example, doesn't build after recent changes and it's | lloyd | 2006-08-23 | 1 | -59/+0 |
| | | | | more or less useless in any case. | ||||
* | Fix a typo | lloyd | 2006-08-21 | 1 | -1/+1 |
| | |||||
* | Document Pipe's use of Output_Buffers | lloyd | 2006-08-20 | 1 | -29/+45 |
| |