aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Function was renamed, bigint_simple_sqr is now hotspotlloyd2008-09-161-2/+2
|
* Initial notes for 1.7.12 releaselloyd2008-09-151-0/+6
|
* List Noekeon and Salsa20 in info.txtlloyd2008-09-111-17/+18
|
* Update log for 1.7.11 releaselloyd2008-09-111-2/+4
|
* Document some other recent updateslloyd2008-09-111-2/+4
|
* Note new 16x16 Comba operationslloyd2008-09-101-0/+1
|
* Add implementation of Salsa20 stream cipherlloyd2008-09-091-0/+1
|
* Add a little more detail to RSA example. Reword some intro text.lloyd2008-09-081-29/+39
|
* Update release noteslloyd2008-09-071-0/+3
|
* Bump to 1.7.11 (pre)lloyd2008-09-071-0/+2
|
* Changes for 1.7.10lloyd2008-09-051-1/+1
|
* Mention DL_Group::Format aliaseslloyd2008-09-051-0/+1
|
* Further release notes for 1.7.10lloyd2008-09-051-1/+7
|
* Start of 1.7.10 release noteslloyd2008-09-051-0/+3
|
* Generate a random 2k bit DSA group instead of 1024-bit JCE defaultlloyd2008-08-301-1/+3
|
* Fix xor_ciph examplelloyd2008-08-301-2/+4
|
* Changes for 1.7.91.7.9lloyd2008-08-271-0/+11
|
* Update log and readme for 1.7.81.7.8lloyd2008-07-151-1/+1
|
* Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode"lloyd2008-07-111-0/+1
| | | | keying is supported (see section 2.3 of the specification for details)
* Note some recent changes in the loglloyd2008-07-071-0/+2
|
* Add an implementation of the Shanks-Tonelli algorithm, which is used tolloyd2008-07-072-0/+8
| | | | find square roots modulo a prime. Contributed by FlexSecure GmbH
* Document changes so far since 1.7.7lloyd2008-06-301-0/+5
|
* Mark this as 1.7.8-pre in readme and log filelloyd2008-06-301-0/+2
|
* Document the removal of the PK filter objects (somewhat after the fact)lloyd2008-06-281-0/+1
|
* Update changelog and readme for 1.7.7lloyd2008-06-281-1/+2
|
* Fix the DSA examples. Reindent.lloyd2008-06-2813-30/+50
|
* Update more of the exampleslloyd2008-06-273-5/+11
|
* Update pkcs10, passhash exampleslloyd2008-06-272-9/+16
|
* Update some of the examples for the recent API changeslloyd2008-06-277-28/+42
|
* New structure for entropy sources + RNGs. The entropy sources are owned bylloyd2008-06-271-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, untillloyd2008-06-233-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 underlloyd2008-06-118-0/+9
| | | | GCC 4.3. Missing <memory> for auto_ptr and <cstdlib> for atoi
* GmbH, not GmBHlloyd2008-06-101-1/+1
|
* Document RNG test suite, SHA1PRNG contributionlloyd2008-06-091-0/+2
|
* Check in the first import from InSiTo, SHA1PRNG, which implements thelloyd2008-06-072-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,lloyd2008-06-071-1/+1
| | | | instead of introducing new typedefs.
* 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'