aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-113-9/+10
|\
| * propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...lloyd2010-10-281-3/+1
| |\
| * \ propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-134-13/+14
| |\ \
| | * | Partially fix Python compilation. Looks like Boost.Python doesn't supportlloyd2010-09-091-1/+2
| | * | propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-033-12/+12
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2...lloyd2010-08-133-12/+12
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-093-12/+12
| | | | |\ \
| | | | | * \ propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-0/+18
| | | | | |\ \
| | | | | * | | Various updates: unique_ptr, using chrono, merge fixups, etclloyd2010-03-093-12/+12
* | | | | | | | 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