Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -220/+0 |
* | Compile fixes for Python wrapper | lloyd | 2013-11-20 | 1 | -5/+2 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -2/+2 |
* | Add RSA constructor that does not require a password. Patch submitted | lloyd | 2011-05-16 | 1 | -0/+18 |
* | Fix deprecation warnings | lloyd | 2010-12-01 | 1 | -10/+10 |
* | Typo fixes | lloyd | 2010-08-10 | 1 | -2/+2 |
* | Use X509::BER_encode in the Python wrappers | lloyd | 2010-06-15 | 1 | -10/+8 |
* | Oops. On a private key, call PKCS8::encode so the full key is exported | lloyd | 2010-06-11 | 1 | -1/+1 |
* | Add to_ber to the RSA objects so you can get the raw BER encoding. | lloyd | 2010-06-11 | 1 | -0/+20 |
* | Remove redundant function | lloyd | 2009-10-09 | 1 | -10/+3 |
* | Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, si... | lloyd | 2009-10-09 | 1 | -0/+194 |