Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add credits entry (name, email, work done) for Martin Doering, Manuel Hartl, ↵ | lloyd | 2008-10-12 | 1 | -2/+15 |
| | | | | and Christoph Ludwig | ||||
* | Add Technische Universitat Darmstadt as a copyright holder (some of | lloyd | 2008-10-12 | 1 | -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) | lloyd | 2008-10-12 | 1 | -0/+1 |
| | |||||
* | Add a new switch to configure.pl --with-tr1-implementation which | lloyd | 2008-10-12 | 1 | -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.17 | lloyd | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | Move InSiTo's ECDSA tests into the main test suite | lloyd | 2008-10-12 | 1 | -606/+0 |
| | |||||
* | Remove unnecessary includes | lloyd | 2008-10-11 | 1 | -10/+2 |
| | |||||
* | Minor additions to the Windows build instructions | lloyd | 2008-10-11 | 1 | -5/+7 |
| | |||||
* | Update the algorithms list in doc/info.txt | lloyd | 2008-10-11 | 1 | -21/+41 |
| | |||||
* | Error was in both x86 and x86-64 asm | lloyd | 2008-10-11 | 1 | -1/+1 |
| | |||||
* | Clarify that HP-UX, QNX, Tru64, and like are tested not a few times a year ↵ | lloyd | 2008-10-11 | 1 | -3/+3 |
| | | | | but maybe every few years (at least by me) | ||||
* | Remove ECDSA/ECDH as todo | lloyd | 2008-10-11 | 1 | -8/+0 |
| | |||||
* | Remove -Werror from example compile flags | lloyd | 2008-10-11 | 1 | -1/+1 |
| | |||||
* | Correct the expected signature name in test_decode_ecdsa_X509 - it | lloyd | 2008-10-11 | 1 | -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_testdata | lloyd | 2008-10-11 | 1 | -20/+20 |
| | |||||
* | Don't abort if a curve is not found in test_curve_registry | lloyd | 2008-10-11 | 1 | -10/+18 |
| | |||||
* | Catch and print exceptions in the CHECK macros | lloyd | 2008-10-11 | 1 | -4/+4 |
| | |||||
* | Generate and check ECDSA signature in example | lloyd | 2008-10-11 | 1 | -2/+29 |
| | |||||
* | Update release notes | lloyd | 2008-10-11 | 1 | -0/+2 |
| | |||||
* | Print generated public key in ECDSA example | lloyd | 2008-10-11 | 1 | -0/+2 |
| | |||||
* | Correct OID for ECDSA param | lloyd | 2008-10-11 | 1 | -1/+1 |
| | |||||
* | Document other changes since 1.7.16. Spell check. | lloyd | 2008-10-11 | 1 | -5/+8 |
| | |||||
* | Set solib version, readme, log for 1.7.17 sometime in the mysterious future. | lloyd | 2008-10-09 | 1 | -0/+3 |
| | |||||
* | Update for 1.7.16 release 2008-10-091.7.16 | lloyd | 2008-10-09 | 1 | -2/+2 |
| | |||||
* | Make GF(p) tests part of normal test suite | lloyd | 2008-10-09 | 1 | -698/+0 |
| | |||||
* | Remove BOOST_AUTO_TEST_CASE macro | lloyd | 2008-10-09 | 1 | -23/+22 |
| | |||||
* | Update release notes | lloyd | 2008-10-08 | 1 | -3/+4 |
| | |||||
* | Add BSI variant of EMSA1, from InSiTo | lloyd | 2008-10-08 | 1 | -0/+1 |
| | |||||
* | Including the name Botan and the project URL in license.txt, | lloyd | 2008-10-08 | 1 | -16/+19 |
| | | | | | so it is clear (when the license text is redistributed) what the license text is actually referring to. | ||||
* | Cleanup | lloyd | 2008-10-08 | 1 | -2/+1 |
| | |||||
* | Cleanup | lloyd | 2008-10-08 | 1 | -4/+4 |
| | |||||
* | Document that OpenSSL and GNU MP engines no longer require all public key ↵ | lloyd | 2008-10-08 | 1 | -0/+1 |
| | | | | algorithms to be enabled | ||||
* | Split GF(p) tests into passing and failing ones | lloyd | 2008-10-08 | 1 | -7/+11 |
| | |||||
* | Tense | lloyd | 2008-10-08 | 1 | -2/+2 |
| | |||||
* | Also mention that big pieces of ECDSA were missing in 1.7.15 | lloyd | 2008-10-08 | 1 | -0/+1 |
| | |||||
* | Document adding GF(p) and ECDSA tests | lloyd | 2008-10-08 | 1 | -1/+2 |
| | |||||
* | Document header renames | lloyd | 2008-10-08 | 1 | -0/+2 |
| | |||||
* | Make it clear in log.txt that SHA-224 came from InSiTo | lloyd | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbH | lloyd | 2008-10-08 | 1 | -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 InSiTo | lloyd | 2008-10-08 | 1 | -0/+609 |
| | |||||
* | Correct boost macro replacement | lloyd | 2008-10-08 | 1 | -3/+6 |
| | |||||
* | Add GF(p) math test suite from InSiTo | lloyd | 2008-10-08 | 1 | -0/+692 |
| | |||||
* | Update examples for recent API changes | lloyd | 2008-10-08 | 10 | -21/+46 |
| | |||||
* | Initial changes for future 1.7.16 | lloyd | 2008-10-08 | 1 | -0/+3 |
| | |||||
* | Fix include | lloyd | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Update for 2008-10-07 1.7.15 release1.7.15 | lloyd | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | Add changelog notes | lloyd | 2008-10-01 | 1 | -1/+3 |
| | |||||
* | Line wrap | lloyd | 2008-10-01 | 3 | -5/+11 |
| | |||||
* | Document fixing /proc/cpuinfo handling | lloyd | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | Add the InSiTo user's manual and architecture reference guide. | lloyd | 2008-10-01 | 2 | -0/+0 |
| |