aboutsummaryrefslogtreecommitdiffstats
path: root/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* 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)