aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/openssl
Commit message (Expand)AuthorAgeFilesLines
* 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