Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add RSA constructor that does not require a password. Patch submitted | lloyd | 2011-05-16 | 1 | -0/+18 |
| | | | | to the list by William Emmanuel S. Yu <[email protected]> | ||||
* | Fix deprecation warnings | lloyd | 2010-12-01 | 1 | -10/+10 |
| | |||||
* | Fix Python wrappers | lloyd | 2010-12-01 | 2 | -16/+1 |
| | |||||
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | Add Filter::name implementation | lloyd | 2010-08-10 | 1 | -0/+2 |
| | |||||
* | 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 |
| | | | | Requested by Thomas Capricelli. | ||||
* | Fix python_pbkdf2 for new signature. | lloyd | 2010-03-02 | 1 | -3/+19 |
| | | | | Add python KDF2 call, patch from Thomas Capricelli | ||||
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 3 | -8/+17 |
| | | | | | | | | including the examples and self-test code. Most of these files had not copyright/license information at all; since a major point of the examples is to allow users to copy and paste code that already does something they want, an ambigious license is not good. | ||||
* | Remove redundant function | lloyd | 2009-10-09 | 1 | -10/+3 |
| | |||||
* | Add PBKDF2 wrapper | lloyd | 2009-10-09 | 1 | -0/+17 |
| | |||||
* | Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, ↵ | lloyd | 2009-10-09 | 4 | -155/+224 |
| | | | | sign/verify | ||||
* | Fix python install target. Add CryptoBox wrapper plus an example | lloyd | 2009-10-09 | 1 | -0/+24 |
| | |||||
* | Add more or less functional integration with Boost.Python. Use | lloyd | 2009-10-09 | 6 | -0/+701 |
--use-boost-python to enable creating a second makefile, Makefile.python, which has targets for building and installing the Python module. |