aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap/python
Commit message (Expand)AuthorAgeFilesLines
* Add RSA constructor that does not require a password. Patch submittedlloyd2011-05-161-0/+18
* Fix deprecation warningslloyd2010-12-011-10/+10
* Fix Python wrapperslloyd2010-12-012-16/+1
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-2/+2
* Add Filter::name implementationlloyd2010-08-101-0/+2
* Typo fixeslloyd2010-08-101-2/+2
* Use X509::BER_encode in the Python wrapperslloyd2010-06-151-10/+8
* Oops. On a private key, call PKCS8::encode so the full key is exportedlloyd2010-06-111-1/+1
* Add to_ber to the RSA objects so you can get the raw BER encoding.lloyd2010-06-111-0/+20
* Fix python_pbkdf2 for new signature.lloyd2010-03-021-3/+19
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-313-8/+17
* Remove redundant functionlloyd2009-10-091-10/+3
* Add PBKDF2 wrapperlloyd2009-10-091-0/+17
* Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, si...lloyd2009-10-094-155/+224
* Fix python install target. Add CryptoBox wrapper plus an examplelloyd2009-10-091-0/+24
* Add more or less functional integration with Boost.Python. Uselloyd2009-10-096-0/+701