aboutsummaryrefslogtreecommitdiffstats
path: root/misc/python/test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add simple wrappers for block cipher objectslloyd2006-08-311-28/+7
|
* Just export OctetString, and define the alternate names for that typelloyd2006-08-231-16/+9
| | | | in the Python portion of the module
* Initial (only partially working) attempt to allow filters to be implementedlloyd2006-08-231-5/+19
| | | | in Python.
* Export Pipe::read_all_as_string simply as read_all, since strings are howlloyd2006-08-231-7/+3
| | | | | | binary data is handled in Python. Export Pipe::process_msg()
* Support for MAC filterslloyd2006-08-231-8/+18
| | | | Stream ciphers no longer require choosing a direction.
* Implement basic cipher filterslloyd2006-08-231-2/+7
|
* Finally get basic filters objects to work properlylloyd2006-08-231-4/+4
|
* Revert back to the original test script (which is still crashing, presumablylloyd2006-08-231-14/+9
| | | | due to reference counting bugs in the wrapper code)
* Updates to the test applicationlloyd2006-08-231-26/+13
|
* Add accessors for the key identifiers, and implement equality operatorslloyd2006-08-221-0/+6
|
* Start code for wrapping X.509 certificates in Pythonlloyd2006-08-221-1/+13
|
* Move Boost.Python wrapper from doc/ to misc/ lloyd2006-06-031-0/+19