aboutsummaryrefslogtreecommitdiffstats
path: root/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* Drop the SWIG wrappers; never worked. Move the XS wrappers to src/wrap/perl-xslloyd2009-10-0933-2547/+0
|
* Move boost.python example scripts to doc/pythonlloyd2009-10-094-177/+0
|
* Add more or less functional integration with Boost.Python. Uselloyd2009-10-097-705/+14
| | | | | --use-boost-python to enable creating a second makefile, Makefile.python, which has targets for building and installing the Python module.
* Remove old code in __init__.pylloyd2009-10-091-23/+0
|
* Simplify Boost.Python wrapper code. Now mostly functional! Yaylloyd2009-10-096-403/+157
|
* Add a wrapper around Botan's RandomNumberGenerator using Boost.Python, andlloyd2008-10-127-15/+76
| | | | add a Python test script for it.
* Fix path to NIST test certificates in Python versionlloyd2008-10-121-1/+1
|
* Correct copyright notices in SWIG wrapperlloyd2008-10-094-4/+4
|
* Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 thatlloyd2008-10-021-2/+2
| | | | | | | | added a new mandatory parameter of a Library_State& to get_cipher(). Do this so Monotone does not have to special case. Other lookup related functions like retrieve_<type> and add_algorithm() still require a Library_State& however.
* Remove the misc dir:lloyd2008-09-2946-0/+3623
Moved XS, Boost Python, and SWIG wrappers to new toplevel directory 'wrappers' Moved NIST X.509 test suite into checks directory Move the build information used by configure.pl to src/build-data Move scripts directory to doc (for lack of a better spot)