| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 26 | -208/+309 |
|\ |
|
| * | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 8 | -44/+44 |
| * | Require all PK keys implement check_key. Add for ECC keys. | lloyd | 2010-06-16 | 3 | -5/+11 |
| * | Doxygen comments | lloyd | 2010-06-16 | 1 | -3/+19 |
| * | Use Doxygen deprecation warnings | lloyd | 2010-06-15 | 2 | -4/+9 |
| * | More Doxygen updates/fixes | lloyd | 2010-06-15 | 12 | -18/+75 |
| * | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 7 | -15/+19 |
| * | New BER encoding funcs for PKCS and X.509. Remove Private_Key dep here | lloyd | 2010-06-15 | 6 | -108/+122 |
| * | Simplify PKCS8::copy_key | lloyd | 2010-06-15 | 1 | -7/+1 |
| * | Some PKCS #8 simplifications | lloyd | 2010-06-14 | 3 | -21/+19 |
| * | Add typedefs for the named EME encryptor/decryptor classes so code | lloyd | 2010-06-11 | 1 | -0/+6 |
| * | If you didn't specify a qbits for the DSA kosherizer, then it would | lloyd | 2010-05-28 | 1 | -19/+20 |
* | | propagate from branch 'net.randombit.botan' (head a5f25a3b954f24c5d07fa0dab6c... | lloyd | 2010-04-28 | 3 | -9/+26 |
|\| |
|
| * | Expose public_value() in ECDH public key | lloyd | 2010-04-20 | 1 | -3/+10 |
| * | In the string constructor of EC_Domain_Params, check if the PEM decoding | lloyd | 2010-04-19 | 2 | -6/+16 |
* | | Post-merge fixups | lloyd | 2010-03-21 | 1 | -1/+1 |
* | | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54... | lloyd | 2010-03-21 | 8 | -18/+34 |
|\ \
| |/
|/| |
|
| * | propagate from branch 'net.randombit.botan' (head aabb4c3bc2207ceac1920573293... | lloyd | 2010-03-13 | 4 | -10/+12 |
| |\ |
|
| * \ | propagate from branch 'net.randombit.botan' (head 5e9c6107cbb15744c2edf2eb0e2... | lloyd | 2010-03-13 | 8 | -20/+37 |
| |\ \ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head 74e9e8642943d126a5e5efa5be1... | lloyd | 2010-03-10 | 6 | -30/+29 |
| | |\ \ |
|
| | * | | | Add back async use for RSA, NR, DSA (was lost in mainline merge) | lloyd | 2010-03-09 | 3 | -6/+23 |
| | * | | | Various updates: unique_ptr, using chrono, merge fixups, etc | lloyd | 2010-03-09 | 1 | -2/+4 |
| | * | | | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c... | lloyd | 2010-03-09 | 5 | -10/+10 |
| | |\ \ \ |
|
| | | * \ \ | propagate from branch 'net.randombit.botan' (head fc86fc4842254088bf820ea6ebf... | lloyd | 2010-03-02 | 23 | -1926/+475 |
| | | |\ \ \ |
|
| | | * \ \ \ | propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d... | lloyd | 2010-02-25 | 17 | -53/+73 |
| | | |\ \ \ \ |
|
| | | | * | | | | Drop async.h and switch to using std::async which was added to GCC before | lloyd | 2010-02-24 | 4 | -14/+10 |
| | | | * | | | | Post-merge fixups | lloyd | 2010-02-24 | 1 | -7/+6 |
| | | | * | | | | propagate from branch 'net.randombit.botan' (head 2b67727dd9d1e7fe34f3cb7b7f6... | lloyd | 2010-02-24 | 6 | -5/+557 |
| | | | |\ \ \ \ |
|
| | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b... | lloyd | 2010-01-21 | 17 | -47/+71 |
| | | | |\ \ \ \ \ |
|
| | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 5525439539abc808b7b8588380a... | lloyd | 2009-12-22 | 17 | -47/+71 |
| | | | | |\ \ \ \ \ |
|
| | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f... | lloyd | 2009-12-16 | 17 | -47/+71 |
| | | | | | |\ \ \ \ \ |
|
| | | | | | | * | | | | | Post-merge fixes | lloyd | 2009-12-16 | 4 | -4/+4 |
| | | | | | | * | | | | | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 23 | -153/+38 |
| | | | | | | |\ \ \ \ \ |
|
| | | | | | | * \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 2f3665f775fafbdfa517ecdca7f... | lloyd | 2009-11-19 | 17 | -47/+71 |
| | | | | | | |\ \ \ \ \ \ |
|
| | | | | | | | * | | | | | | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 4 | -8/+8 |
| | | | | | | | * | | | | | | auto_ptr is unique_ptr in C++0x | lloyd | 2009-11-18 | 1 | -2/+2 |
| | | | | | | | * | | | | | | propagate from branch 'net.randombit.botan' (head 23f95467137a0531f74574d1e3e... | lloyd | 2009-11-18 | 13 | -37/+61 |
| | | | | | | | |\ \ \ \ \ \ |
|
| | | | | | | | | * | | | | | | Use async in ElGamal encryption and Nyberg-Rueppel verification | lloyd | 2009-11-18 | 2 | -4/+10 |
| | | | | | | | | * | | | | | | Add a simple version of std::async as std_async in async.h and use it | lloyd | 2009-11-17 | 2 | -39/+9 |
| | | | | | | | | * | | | | | | Also parallelize DSA signature generation, though due to critical path | lloyd | 2009-11-17 | 1 | -2/+13 |
| | | | | | | | | * | | | | | | Use a thread to compute half of the DSA verification. 20-90% faster depending | lloyd | 2009-11-17 | 1 | -2/+19 |
| | | | | | | | | * | | | | | | In IF decryption, two large powmods are done, one mod p and one mod q. Spawn | lloyd | 2009-11-17 | 1 | -1/+22 |
| | | | | | | | | * | | | | | | propagate from branch 'net.randombit.botan' (head 0ac5a29496b4e50775827d9655c... | lloyd | 2009-11-17 | 9 | -25/+24 |
| | | | | | | | | |\ \ \ \ \ \ |
|
| | | | | | | | | | * \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3... | lloyd | 2009-11-17 | 4 | -5/+5 |
| | | | | | | | | | |\ \ \ \ \ \ |
|
| | | | | | | | | | * \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615... | lloyd | 2009-11-13 | 2 | -6/+6 |
| | | | | | | | | | |\ \ \ \ \ \ \ |
|
| | | | | | | | | | * \ \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 9 | -25/+24 |
| | | | | | | | | | |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | | | * \ \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c... | lloyd | 2009-10-13 | 9 | -25/+24 |
| | | | | | | | | | | |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | | | | * \ \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53... | lloyd | 2009-09-17 | 9 | -6/+78 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573... | lloyd | 2009-09-08 | 9 | -25/+24 |
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388... | lloyd | 2009-07-21 | 31 | -96/+113 |
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ |
|