| Commit message (Expand) | Author | Age | Files | Lines |
* | Check in some very preliminary code for wrapping public keys | lloyd | 2006-09-10 | 2 | -12/+68 |
* | Allow for implementing hash functions in Python | lloyd | 2006-09-02 | 4 | -67/+163 |
* | Allow for implementing block ciphers in Python | lloyd | 2006-09-02 | 2 | -64/+170 |
* | Remove the object() accessors, since those objects might not exist if | lloyd | 2006-08-31 | 1 | -8/+0 |
* | Merge the block cipher, stream cipher, hash, and MAC exports into algos.cpp | lloyd | 2006-08-31 | 6 | -244/+207 |
* | Export stream ciphers | lloyd | 2006-08-31 | 2 | -0/+57 |
* | Add hash and MAC wrappers | lloyd | 2006-08-31 | 3 | -0/+107 |
* | Also export the name() and clear() methods of the block cipher | lloyd | 2006-08-31 | 1 | -8/+7 |
* | Add simple wrappers for block cipher objects | lloyd | 2006-08-31 | 2 | -3/+85 |
* | Just export OctetString, and define the alternate names for that type | lloyd | 2006-08-23 | 1 | -12/+3 |
* | Initial (only partially working) attempt to allow filters to be implemented | lloyd | 2006-08-23 | 2 | -4/+60 |
* | Merge the export_pipe() and export_filter() functions, some other small | lloyd | 2006-08-23 | 2 | -33/+31 |
* | Remove all exports from the Filter class, so it becomes entirely opaque. | lloyd | 2006-08-23 | 1 | -4/+1 |
* | Export Pipe::read_all_as_string simply as read_all, since strings are how | lloyd | 2006-08-23 | 1 | -1/+3 |
* | Support for MAC filters | lloyd | 2006-08-23 | 1 | -2/+15 |
* | Implement basic cipher filters | lloyd | 2006-08-23 | 2 | -5/+25 |
* | Finally get basic filters objects to work properly | lloyd | 2006-08-23 | 1 | -39/+30 |
* | Add various useful attributes and functions. Also, remove the variant | lloyd | 2006-08-23 | 1 | -6/+11 |
* | Move the code from base.cpp into core.cpp, drop base.cpp | lloyd | 2006-08-23 | 2 | -35/+24 |
* | Add basic wrapping for X509_CRL, no member functions are exposed as they | lloyd | 2006-08-23 | 1 | -1/+7 |
* | Change a couple of enum names on the Python side | lloyd | 2006-08-23 | 1 | -2/+2 |
* | Add an implicit conversion from MemoryRegion<byte> to a (hex-encoded) | lloyd | 2006-08-23 | 1 | -16/+18 |
* | Add implicit conversions for std::vector for various useful types, so | lloyd | 2006-08-23 | 1 | -34/+46 |
* | Add basic wrapping for X509_Store | lloyd | 2006-08-23 | 1 | -1/+39 |
* | Add accessors for the key identifiers, and implement equality operators | lloyd | 2006-08-22 | 1 | -3/+26 |
* | Remove oid_lookup, since that is handled by X509_Certificate itself now. | lloyd | 2006-08-22 | 1 | -27/+12 |
* | Start code for wrapping X.509 certificates in Python | lloyd | 2006-08-22 | 1 | -2/+61 |
* | Move the contents of pipe.cpp into filter.cpp | lloyd | 2006-08-22 | 2 | -24/+14 |
* | Move Boost.Python wrapper from doc/ to misc/ | lloyd | 2006-06-03 | 5 | -0/+161 |