aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap/python/rsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant functionlloyd2009-10-091-10/+3
* Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, si...lloyd2009-10-091-0/+194