aboutsummaryrefslogtreecommitdiffstats
path: root/misc/python
Commit message (Expand)AuthorAgeFilesLines
* Update the Python version of the testsuite to use the new filename schemelloyd2006-12-141-2/+2
* Comment out some problematic code so at least the Python extension can buildlloyd2006-12-111-0/+2
* Check in some old (very minor) changes to the Python wrapper codelloyd2006-12-091-2/+4
* Somewhat better public key support, though I have a feeling this is notlloyd2006-10-281-6/+38
* Split up all the 'base' algorithm classes into different fileslloyd2006-09-294-71/+116
* Drop this, probably shouldn't have been included in the first place.lloyd2006-09-101-16/+0
* Check in some very preliminary code for wrapping public keyslloyd2006-09-102-12/+68
* Use formatted I/O to make the output a little easier to readlloyd2006-09-041-3/+3
* Allow for implementing hash functions in Pythonlloyd2006-09-025-69/+165
* Allow for implementing block ciphers in Pythonlloyd2006-09-022-64/+170
* Remove the object() accessors, since those objects might not exist iflloyd2006-08-311-8/+0
* Merge the block cipher, stream cipher, hash, and MAC exports into algos.cpplloyd2006-08-316-244/+207
* Export stream cipherslloyd2006-08-312-0/+57
* Add hash and MAC wrapperslloyd2006-08-313-0/+107
* Also export the name() and clear() methods of the block cipherlloyd2006-08-311-8/+7
* Add simple wrappers for block cipher objectslloyd2006-08-313-31/+92
* Add some comments to the NIST test suite results file with regards tolloyd2006-08-231-0/+6
* One of the tests had its expected result set wrong (was for testing)lloyd2006-08-231-1/+1
* Clean up and finish off the Python version of the NIST X.509 test suite.lloyd2006-08-232-23/+93
* Remove an old version of the Filter() wrapper functionlloyd2006-08-231-3/+1
* Just export OctetString, and define the alternate names for that typelloyd2006-08-233-28/+18
* Drop this nonsense with the build/ directory, it was just getting in the waylloyd2006-08-231-8/+4
* Initial (only partially working) attempt to allow filters to be implementedlloyd2006-08-233-9/+79
* Merge the export_pipe() and export_filter() functions, some other smalllloyd2006-08-232-33/+31
* Remove a semicolon that didn't need to be therelloyd2006-08-231-1/+1
* Remove all exports from the Filter class, so it becomes entirely opaque.lloyd2006-08-231-4/+1
* Export Pipe::read_all_as_string simply as read_all, since strings are howlloyd2006-08-232-8/+6
* Support for MAC filterslloyd2006-08-233-10/+35
* Implement basic cipher filterslloyd2006-08-234-9/+39
* Finally get basic filters objects to work properlylloyd2006-08-233-43/+41
* Remove dirs from the dependencies, as it was causing things to be rebuiltlloyd2006-08-231-2/+2
* Add various useful attributes and functions. Also, remove the variantlloyd2006-08-231-6/+11
* Revert back to the original test script (which is still crashing, presumablylloyd2006-08-231-14/+9
* Move the code from base.cpp into core.cpp, drop base.cpplloyd2006-08-232-35/+24
* Move all .o files into build/lloyd2006-08-231-5/+5
* Remove import for the re module, which was not being usedlloyd2006-08-231-4/+4
* Add an implementation of the NIST X.509 tests in Pythonlloyd2006-08-231-0/+45
* Add basic wrapping for X509_CRL, no member functions are exposed as theylloyd2006-08-231-1/+7
* Change a couple of enum names on the Python sidelloyd2006-08-231-2/+2
* Updates to the test applicationlloyd2006-08-231-26/+13
* Add an implicit conversion from MemoryRegion<byte> to a (hex-encoded)lloyd2006-08-231-16/+18
* Add implicit conversions for std::vector for various useful types, solloyd2006-08-231-34/+46
* Add basic wrapping for X509_Storelloyd2006-08-231-1/+39
* Add accessors for the key identifiers, and implement equality operatorslloyd2006-08-222-3/+32
* Remove oid_lookup, since that is handled by X509_Certificate itself now.lloyd2006-08-221-27/+12
* Start code for wrapping X.509 certificates in Pythonlloyd2006-08-222-3/+74
* Move the contents of pipe.cpp into filter.cpplloyd2006-08-222-24/+14
* Very minor Python wrapper updateslloyd2006-07-312-46/+5
* Move Boost.Python wrapper from doc/ to misc/ lloyd2006-06-039-0/+260