aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap/python/python_botan.h
Commit message (Collapse)AuthorAgeFilesLines
* Partially fix Python compilation. Looks like Boost.Python doesn't supportlloyd2010-09-091-1/+2
| | | | C++0x though, particularly unique_ptr, so this may be DOA...
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+5
| | | | | | | | including the examples and self-test code. Most of these files had not copyright/license information at all; since a major point of the examples is to allow users to copy and paste code that already does something they want, an ambigious license is not good.
* Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, ↵lloyd2009-10-091-1/+29
| | | | sign/verify
* Add more or less functional integration with Boost.Python. Uselloyd2009-10-091-0/+51
--use-boost-python to enable creating a second makefile, Makefile.python, which has targets for building and installing the Python module.