aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add credits entry (name, email, work done) for Martin Doering, Manuel Hartl, ↵lloyd2008-10-121-2/+15
| | | | and Christoph Ludwig
* Add Technische Universitat Darmstadt as a copyright holder (some oflloyd2008-10-121-1/+2
| | | | | | | | | the people who worked on InSiTo are from that organization). They were listed as a copyright holder in the InSiTo license file but not individually in any source file, so I missed them before now. Also mark Martin Doering's copyright as 2007-2008 (also to match InSiTo's license.txt)
* Add Patrick Sona to the copyright list (he wrote the GF(p) tests)lloyd2008-10-121-0/+1
|
* Add a new switch to configure.pl --with-tr1-implementation whichlloyd2008-10-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | accepts options 'boost' and 'system'. Now GF(p) math (and indirectly, ECDSA) will be enabled if --with-tr1=boost or --with-tr1=system is passed at build time to enable a shared_ptr implementation. Modules can now specify that they require TR1, in which case they will only be autoloaded if a TR1 implementation was set (they can choose which one to use by checking the feature macros from build.h) The gfpmath module was set to load only on request. That has changed to load automatically (but will only do so if a TR1 impl is set as described above). CVC has also been marked as requiring TR1. (ECDSA/ECDH are not, since they do not use tr1 shared_ptr directly) Update and cleanup help output. Do not print the list of modules in --help anymore (too long); you can still get the list (in an easier to parse format) --module-info. Reorganize the help text so the more useful options are described closer to the top. Fix the --with-endian and --with-unaligned-mem options: they were being accepted but ignored.
* Update readme and release notes for 1.7.17 release 2008-10-121.7.17lloyd2008-10-121-1/+1
|
* Move InSiTo's ECDSA tests into the main test suitelloyd2008-10-121-606/+0
|
* Remove unnecessary includeslloyd2008-10-111-10/+2
|
* Minor additions to the Windows build instructionslloyd2008-10-111-5/+7
|
* Update the algorithms list in doc/info.txtlloyd2008-10-111-21/+41
|
* Error was in both x86 and x86-64 asmlloyd2008-10-111-1/+1
|
* Clarify that HP-UX, QNX, Tru64, and like are tested not a few times a year ↵lloyd2008-10-111-3/+3
| | | | but maybe every few years (at least by me)
* Remove ECDSA/ECDH as todolloyd2008-10-111-8/+0
|
* Remove -Werror from example compile flagslloyd2008-10-111-1/+1
|
* Correct the expected signature name in test_decode_ecdsa_X509 - itlloyd2008-10-111-396/+393
| | | | | | | | | | | wanted ECC_TESTDATA/EMSA1_BSI(SHA-224), while Botan is providing ECDSA/EMSA1_BSI(SHA-224) which seems more useful anyway. Also reindent the code to match more or less the convention in the rest of the codebase. At this point all ECDSA tests are pasing. (That probably just means there aren't enough ECDSA tests)
* Move all ECDSA test data into ecc_testdatalloyd2008-10-111-20/+20
|
* Don't abort if a curve is not found in test_curve_registrylloyd2008-10-111-10/+18
|
* Catch and print exceptions in the CHECK macroslloyd2008-10-111-4/+4
|
* Generate and check ECDSA signature in examplelloyd2008-10-111-2/+29
|
* Update release noteslloyd2008-10-111-0/+2
|
* Print generated public key in ECDSA examplelloyd2008-10-111-0/+2
|
* Correct OID for ECDSA paramlloyd2008-10-111-1/+1
|
* Document other changes since 1.7.16. Spell check.lloyd2008-10-111-5/+8
|
* Set solib version, readme, log for 1.7.17 sometime in the mysterious future.lloyd2008-10-091-0/+3
|
* Update for 1.7.16 release 2008-10-091.7.16lloyd2008-10-091-2/+2
|
* Make GF(p) tests part of normal test suitelloyd2008-10-091-698/+0
|
* Remove BOOST_AUTO_TEST_CASE macrolloyd2008-10-091-23/+22
|
* Update release noteslloyd2008-10-081-3/+4
|
* Add BSI variant of EMSA1, from InSiTolloyd2008-10-081-0/+1
|
* Including the name Botan and the project URL in license.txt,lloyd2008-10-081-16/+19
| | | | | so it is clear (when the license text is redistributed) what the license text is actually referring to.
* Cleanuplloyd2008-10-081-2/+1
|
* Cleanuplloyd2008-10-081-4/+4
|
* Document that OpenSSL and GNU MP engines no longer require all public key ↵lloyd2008-10-081-0/+1
| | | | algorithms to be enabled
* Split GF(p) tests into passing and failing oneslloyd2008-10-081-7/+11
|
* Tenselloyd2008-10-081-2/+2
|
* Also mention that big pieces of ECDSA were missing in 1.7.15lloyd2008-10-081-0/+1
|
* Document adding GF(p) and ECDSA testslloyd2008-10-081-1/+2
|
* Document header renameslloyd2008-10-081-0/+2
|
* Make it clear in log.txt that SHA-224 came from InSiTolloyd2008-10-081-1/+1
|
* Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbHlloyd2008-10-081-0/+1
| | | | | Rename sha256.h and sha_64.h to sha2_32.h and sha2_64.h - this affects users who instantiate these classes directly.
* Add a set of ECDSA tests from InSiTolloyd2008-10-081-0/+609
|
* Correct boost macro replacementlloyd2008-10-081-3/+6
|
* Add GF(p) math test suite from InSiTolloyd2008-10-081-0/+692
|
* Update examples for recent API changeslloyd2008-10-0810-21/+46
|
* Initial changes for future 1.7.16lloyd2008-10-081-0/+3
|
* Fix includelloyd2008-10-081-1/+1
|
* Update for 2008-10-07 1.7.15 release1.7.15lloyd2008-10-071-1/+1
|
* Add changelog noteslloyd2008-10-011-1/+3
|
* Line wraplloyd2008-10-013-5/+11
|
* Document fixing /proc/cpuinfo handlinglloyd2008-10-011-0/+1
|
* Add the InSiTo user's manual and architecture reference guide.lloyd2008-10-012-0/+0
|