Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things). | ||||
* | Remove spurious trailing ; after blocks | lloyd | 2008-10-13 | 1 | -2/+2 |
| | |||||
* | Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now. | lloyd | 2008-10-11 | 1 | -17/+19 |
| | | | | Change several ECC functions to return const references instead of const values. | ||||
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 1 | -5/+5 |
| | |||||
* | Reformatting | lloyd | 2008-10-08 | 1 | -4/+4 |
| | |||||
* | Split ecdsa module into ecc_key, ecdsa, eckaeg | lloyd | 2008-10-08 | 1 | -0/+1 |
| | | | | | Add actual implementations (from InSiTo) for ECDSA_Operation and ECKAEG_Operation. | ||||
* | Split ECDSA and ECKAEG implementatations apart | lloyd | 2008-10-07 | 1 | -69/+109 |
| | |||||
* | Rename pk dir to pubkey, avoids tab-completion collision with pk_pad | lloyd | 2008-10-01 | 1 | -0/+100 |