| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 1 | -1/+1 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c... | lloyd | 2010-08-04 | 1 | -1/+1 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1... | lloyd | 2010-07-09 | 1 | -1/+1 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 2 | -6/+6 |
| | | |\ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54... | lloyd | 2010-03-21 | 1 | -1/+1 |
| | | |\ \ |
|
| | | | * \ | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c... | lloyd | 2010-03-09 | 1 | -1/+1 |
| | | | |\ \ |
|
| | | | | * \ | propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f... | lloyd | 2009-12-16 | 1 | -1/+1 |
| | | | | |\ \ |
|
| | | | | | * \ | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 1 | -4/+10 |
| | | | | | |\ \ |
|
| | | | | | * | | | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 1 | -1/+1 |
* | | | | | | | | | Fix compile | lloyd | 2010-10-13 | 1 | -1/+6 |
* | | | | | | | | | Use size_t rather than u32bit in SymmetricAlgorithm | lloyd | 2010-10-13 | 2 | -11/+11 |
* | | | | | | | | | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 1 | -2/+2 |
* | | | | | | | | | Use size_t in SCAN_Name | lloyd | 2010-10-12 | 2 | -2/+2 |
* | | | | | | | | | Use size_t instead of u32bit in all of pubkey | lloyd | 2010-10-12 | 1 | -24/+24 |
* | | | | | | | | | Use size_t rather than u32bit for the blocks argument of encrypt_n | lloyd | 2010-10-12 | 1 | -5/+6 |
* | | | | | | | | | Make names more consistent | lloyd | 2010-10-01 | 3 | -2/+2 |
* | | | | | | | | | Fix OpenSSL engine WRT memory vector changes, append is no more | lloyd | 2010-09-23 | 1 | -1/+3 |
|/ / / / / / / / |
|
* / / / / / / / | Add support for Camellia in OpenSSL engine | lloyd | 2010-07-22 | 1 | -0/+6 |
|/ / / / / / / |
|
* | | | | | / | Avoid unused parameter warning | lloyd | 2010-06-22 | 1 | -1/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Don't hide funcions in engine subclasses that are public in base | lloyd | 2010-06-16 | 1 | -1/+1 |
* | | | | | | More Doxygen updates/fixes | lloyd | 2010-06-15 | 2 | -5/+5 |
|/ / / / / |
|
* / / / / | Remove unneeded includes | lloyd | 2010-03-15 | 1 | -11/+4 |
|/ / / / |
|
* | | | | Deconstify PK_Ops. It's quite reasonable that some op will want to | lloyd | 2010-03-09 | 1 | -10/+10 |
* | | | | Update OpenSSL engine for new interface. Similiar to GMP engine, drop | lloyd | 2010-03-05 | 9 | -503/+356 |
|/ / / |
|
* | / | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 13 | -23/+20 |
| |/
|/| |
|
* | | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -4/+10 |
|/ |
|
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 3 | -5/+5 |
* | Enable OpenSSL AES (fixed, I think). And add support for OpenSSL's RC5 | lloyd | 2009-09-24 | 1 | -1/+7 |
* | Update OpenSSL engine with encrypt_n interface for block ciphers. | lloyd | 2009-09-17 | 2 | -12/+46 |
* | Thomas Moschny mentioned that OpenSSL 1.0 betas disable MD2 by default. | lloyd | 2009-08-27 | 1 | -0/+10 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -0/+4 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 12 | -222/+246 |
* | Disable using OpenSSL's AES - it is causing crashes for an unknown reason. | lloyd | 2008-11-24 | 1 | -0/+6 |
* | Remove openssl/gnump engine dep on libstate, no longer a dep | lloyd | 2008-11-23 | 1 | -4/+0 |
* | Move most of the remaining libstate code to pk_engine.cpp, move engines | lloyd | 2008-11-11 | 13 | -0/+1162 |
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 13 | -1184/+0 |
* | Rename SymmetricAlgorithm::key to key_schedule to avoid many name | lloyd | 2008-11-09 | 2 | -4/+4 |
* | Remove needless include of mutex.h | lloyd | 2008-11-08 | 1 | -1/+0 |
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 2 | -3/+3 |
* | Split OpenSSL public key implementations into algorithm specific files, | lloyd | 2008-10-08 | 8 | -388/+496 |
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 1 | -2/+2 |
* | Add dependencies on the public key implementations in the engines code, | lloyd | 2008-10-02 | 1 | -0/+9 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 9 | -0/+1068 |