Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) |