aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/openssl
Commit message (Collapse)AuthorAgeFilesLines
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-092-4/+4
| | | | conflicts/collisions
* 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
| | | | | which allows it to be used while still disabling some (or all) public key algorithms.
* Split kdf.h and kdf.cpp from core/ to kdf/kdf_baselloyd2008-10-081-2/+2
| | | | Update dependencies as needed.
* Add dependencies on the public key implementations in the engines code,lloyd2008-10-021-0/+9
| | | | | since they assume all algos are available (need to be split up eventually, so one can use OpenSSL module in a RSA-only or DSA-only Botan)
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
| | | | | them modules now. In any case there is no distinction so info.txt seems better.
* Move all modules into src/ directorylloyd2008-09-289-0/+1068