Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop the SWIG wrappers; never worked. Move the XS wrappers to src/wrap/perl-xs | lloyd | 2009-10-09 | 33 | -2547/+0 |
| | |||||
* | Move boost.python example scripts to doc/python | lloyd | 2009-10-09 | 4 | -177/+0 |
| | |||||
* | Add more or less functional integration with Boost.Python. Use | lloyd | 2009-10-09 | 7 | -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__.py | lloyd | 2009-10-09 | 1 | -23/+0 |
| | |||||
* | Simplify Boost.Python wrapper code. Now mostly functional! Yay | lloyd | 2009-10-09 | 6 | -403/+157 |
| | |||||
* | Add a wrapper around Botan's RandomNumberGenerator using Boost.Python, and | lloyd | 2008-10-12 | 7 | -15/+76 |
| | | | | add a Python test script for it. | ||||
* | Fix path to NIST test certificates in Python version | lloyd | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | Correct copyright notices in SWIG wrapper | lloyd | 2008-10-09 | 4 | -4/+4 |
| | |||||
* | Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 that | lloyd | 2008-10-02 | 1 | -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: | lloyd | 2008-09-29 | 46 | -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) |