| Commit message (Expand) | Author | Age | Files | Lines |
* | Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, and | lloyd | 2012-11-06 | 1 | -1/+2 |
* | Patch name changed | lloyd | 2012-06-17 | 2 | -46/+15 |
* | Update to rev 924b482d25 from https://github.com/OlivierJG/botansqlite3 | lloyd | 2012-06-17 | 4 | -24/+28 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 3 | -4/+4 |
* | propagate from branch 'net.randombit.botan' (head c247a55e7c0bcd239fcfc672139... | lloyd | 2012-02-20 | 1 | -5/+0 |
|\ |
|
| * | Remove debug printfs, stdio includes | lloyd | 2012-01-30 | 1 | -5/+0 |
* | | propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8... | lloyd | 2011-06-13 | 3 | -9/+10 |
|\ \
| |/
|/| |
|
| * | propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7... | lloyd | 2011-02-11 | 3 | -9/+10 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0... | lloyd | 2010-10-28 | 1 | -3/+1 |
| | |\ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 4 | -13/+14 |
| | |\ \ |
|
| | | * | | Partially fix Python compilation. Looks like Boost.Python doesn't support | lloyd | 2010-09-09 | 1 | -1/+2 |
| | | * | | propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af... | lloyd | 2010-09-03 | 3 | -12/+12 |
| | | |\ \ |
|
| | | | * \ | propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2... | lloyd | 2010-08-13 | 3 | -12/+12 |
| | | | |\ \ |
|
| | | | | * \ | propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1... | lloyd | 2010-07-09 | 3 | -12/+12 |
| | | | | |\ \ |
|
| | | | | | * \ | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 1 | -0/+18 |
| | | | | | |\ \ |
|
| | | | | | * | | | Various updates: unique_ptr, using chrono, merge fixups, etc | lloyd | 2010-03-09 | 3 | -12/+12 |
* | | | | | | | | | Add RSA constructor that does not require a password. Patch submitted | lloyd | 2011-05-16 | 1 | -0/+18 |
|/ / / / / / / / |
|
* | | | | | | | | Missing SQLite file | lloyd | 2010-12-06 | 1 | -0/+90 |
* | | | | | | | | Fix deprecation warnings | lloyd | 2010-12-01 | 1 | -10/+10 |
* | | | | | | | | Fix Python wrappers | lloyd | 2010-12-01 | 2 | -16/+1 |
* | | | | | | | | Updated version from Oli Diggilin <[email protected]> sent | lloyd | 2010-11-30 | 8 | -457/+463 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Rename the base64 filter and macro names in prep for adding | lloyd | 2010-10-27 | 1 | -3/+1 |
|/ / / / / / |
|
* / / / / / | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -2/+2 |
|/ / / / / |
|
* / / / / | Update some callers that were using Hex_Encoder or Hex_Decoder but | lloyd | 2010-09-03 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Add Filter::name implementation | lloyd | 2010-08-10 | 1 | -0/+2 |
* | | | | Typo fixes | lloyd | 2010-08-10 | 1 | -2/+2 |
|/ / / |
|
* | / | Rename S2K to PBKDF, because that is by far the most common name - S2K | lloyd | 2010-07-09 | 2 | -8/+8 |
| |/
|/| |
|
* | | 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 |
|/ |
|
* | Fix python_pbkdf2 for new signature. | lloyd | 2010-03-02 | 1 | -3/+19 |
* | Add SQLite3 encryption codec, contributed by Olivier de Gaalon. Uses | lloyd | 2010-01-22 | 6 | -0/+725 |
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 3 | -8/+17 |
* | 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, si... | lloyd | 2009-10-09 | 4 | -155/+224 |
* | 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 |