aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/openssl/ossl_bc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the newlloyd2012-06-071-3/+3
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Fix OpenSSL engine compile :/lloyd2010-12-011-4/+9
* More size_tlloyd2010-10-131-3/+3
* Compile fixlloyd2010-10-131-5/+13
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-4/+4
* Use size_t in SCAN_Namelloyd2010-10-121-1/+1
* Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-121-5/+6
* 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
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-2/+2
* 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-171-7/+27
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-34/+36
* Disable using OpenSSL's AES - it is causing crashes for an unknown reason.lloyd2008-11-241-0/+6
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-0/+192
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-091-204/+0
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-091-2/+2
* Move all modules into src/ directorylloyd2008-09-281-0/+204