aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap
Commit message (Expand)AuthorAgeFilesLines
* Add RSA constructor that does not require a password. Patch submittedlloyd2011-05-161-0/+18
* Missing SQLite filelloyd2010-12-061-0/+90
* Fix deprecation warningslloyd2010-12-011-10/+10
* Fix Python wrapperslloyd2010-12-012-16/+1
* Updated version from Oli Diggilin <[email protected]> sentlloyd2010-11-308-457/+463
* Rename the base64 filter and macro names in prep for addinglloyd2010-10-271-3/+1
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-2/+2
* Update some callers that were using Hex_Encoder or Hex_Decoder butlloyd2010-09-031-1/+1
* Add Filter::name implementationlloyd2010-08-101-0/+2
* Typo fixeslloyd2010-08-101-2/+2
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-092-8/+8
* 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 SQLite3 encryption codec, contributed by Olivier de Gaalon. Useslloyd2010-01-226-0/+725
* 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
* Use -Wno-write-strings in XS wrapper to avoid many warningslloyd2009-10-091-1/+1
* Drop the SWIG wrappers; never worked. Move the XS wrappers to src/wrap/perl-xslloyd2009-10-0915-0/+1869
* Add more or less functional integration with Boost.Python. Uselloyd2009-10-096-0/+701