aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap/python/x509.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-88/+0
|
* Compile fixes for Python wrapperlloyd2013-11-201-39/+0
|
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
| | | | | | using a custom allocator. Currently our allocator just does new/delete with a memset before deletion, and the mmap and mlock allocators have been removed.
* Fix Python wrapperslloyd2010-12-011-15/+0
|
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-4/+6
| | | | | | | | 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.
* Add more or less functional integration with Boost.Python. Uselloyd2009-10-091-0/+140
--use-boost-python to enable creating a second makefile, Makefile.python, which has targets for building and installing the Python module.