aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/openssl
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-1/+1
|\
| * propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c...lloyd2010-08-041-1/+1
| |\
| | * propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-091-1/+1
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-172-6/+6
| | | |\
| | | * \ propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-211-1/+1
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-1/+1
| | | | |\ \
| | | | | * \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-161-1/+1
| | | | | |\ \
| | | | | | * \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-4/+10
| | | | | | |\ \
| | | | | | * | | Remove to_string, replacing with std::to_stringlloyd2009-11-181-1/+1
* | | | | | | | | Fix compilelloyd2010-10-131-1/+6
* | | | | | | | | Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-132-11/+11
* | | | | | | | | Use size_t for BufferedComputation::add_datalloyd2010-10-121-2/+2
* | | | | | | | | Use size_t in SCAN_Namelloyd2010-10-122-2/+2
* | | | | | | | | Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-24/+24
* | | | | | | | | Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-121-5/+6
* | | | | | | | | Make names more consistentlloyd2010-10-013-2/+2
* | | | | | | | | Fix OpenSSL engine WRT memory vector changes, append is no morelloyd2010-09-231-1/+3
|/ / / / / / / /
* / / / / / / / Add support for Camellia in OpenSSL enginelloyd2010-07-221-0/+6
|/ / / / / / /
* | | | | | / Avoid unused parameter warninglloyd2010-06-221-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Don't hide funcions in engine subclasses that are public in baselloyd2010-06-161-1/+1
* | | | | | More Doxygen updates/fixeslloyd2010-06-152-5/+5
|/ / / / /
* / / / / Remove unneeded includeslloyd2010-03-151-11/+4
|/ / / /
* | | | Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-10/+10
* | | | Update OpenSSL engine for new interface. Similiar to GMP engine, droplloyd2010-03-059-503/+356
|/ / /
* | / Add missing BOTAN_DLL exports.lloyd2009-12-1613-23/+20
| |/ |/|
* | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-4/+10
|/
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-223-5/+5
* Enable OpenSSL AES (fixed, I think). And add support for OpenSSL's RC5lloyd2009-09-241-1/+7
* Update OpenSSL engine with encrypt_n interface for block ciphers.lloyd2009-09-172-12/+46
* Thomas Moschny mentioned that OpenSSL 1.0 betas disable MD2 by default.lloyd2009-08-271-0/+10
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-0/+4
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3012-222/+246
* Disable using OpenSSL's AES - it is causing crashes for an unknown reason.lloyd2008-11-241-0/+6
* Remove openssl/gnump engine dep on libstate, no longer a deplloyd2008-11-231-4/+0
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-1113-0/+1162
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-0913-1184/+0
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-092-4/+4
* Remove needless include of mutex.hlloyd2008-11-081-1/+0
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-092-3/+3
* Split OpenSSL public key implementations into algorithm specific files,lloyd2008-10-088-388/+496
* Split kdf.h and kdf.cpp from core/ to kdf/kdf_baselloyd2008-10-081-2/+2
* Add dependencies on the public key implementations in the engines code,lloyd2008-10-021-0/+9
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Move all modules into src/ directorylloyd2008-09-289-0/+1068