aboutsummaryrefslogtreecommitdiffstats
path: root/misc/python/src
Commit message (Expand)AuthorAgeFilesLines
* Check in some very preliminary code for wrapping public keyslloyd2006-09-102-12/+68
* Allow for implementing hash functions in Pythonlloyd2006-09-024-67/+163
* 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-312-3/+85
* Just export OctetString, and define the alternate names for that typelloyd2006-08-231-12/+3
* Initial (only partially working) attempt to allow filters to be implementedlloyd2006-08-232-4/+60
* Merge the export_pipe() and export_filter() functions, some other smalllloyd2006-08-232-33/+31
* 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-231-1/+3
* Support for MAC filterslloyd2006-08-231-2/+15
* Implement basic cipher filterslloyd2006-08-232-5/+25
* Finally get basic filters objects to work properlylloyd2006-08-231-39/+30
* Add various useful attributes and functions. Also, remove the variantlloyd2006-08-231-6/+11
* Move the code from base.cpp into core.cpp, drop base.cpplloyd2006-08-232-35/+24
* 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
* 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-221-3/+26
* 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-221-2/+61
* Move the contents of pipe.cpp into filter.cpplloyd2006-08-222-24/+14
* Move Boost.Python wrapper from doc/ to misc/ lloyd2006-06-035-0/+161