Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SQLite3 encryption codec, contributed by Olivier de Gaalon. Uses | lloyd | 2010-01-22 | 6 | -0/+725 |
| | | | | Twofish in XTS mode for encryption by default, but is easily tweakable. | ||||
* | 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 |
| | |||||
* | Use -Wno-write-strings in XS wrapper to avoid many warnings | lloyd | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | Drop the SWIG wrappers; never worked. Move the XS wrappers to src/wrap/perl-xs | lloyd | 2009-10-09 | 15 | -0/+1869 |
| | |||||
* | 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. |