aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/keypair/keypair.h
Commit message (Collapse)AuthorAgeFilesLines
* KeyPair::check_key's behavior of throwing an exception upon failure waslloyd2010-03-211-22/+22
| | | | | | | | | | | | | | not useful; in all cases, we immediately caught it and then returned false. Modify as follows: - Create the pubkey objects inside the checking code, so calling code doesn't need to do it. - Return true/false for pass/fail Also add consistency checking for ECDSA keys
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-4/+4
| | | | | Remove use of look_pk from the source and examples, instead instantiate classes directly.
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-4/+6
| | | | | | | | | | | | | | | 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).
* Add Doxygen comments for missing paramslloyd2008-10-131-2/+8
|
* More Doxygen comments from InSiTolloyd2008-10-131-3/+17
|
* Include pubkey.h instead of look_pk.h in keypair.hlloyd2008-10-011-1/+1
|
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-0/+25