aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac/ssl3mac/ssl3_mac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resize key arrays in HMAC and SSL3_MAC when the key is set.lloyd2012-05-251-9/+10
* Remove all uses of MemoryRegion::copy outside of internal uses inlloyd2012-05-181-2/+3
* Remove BufferedComputation::OUTPUT_LENGTHlloyd2010-10-291-3/+1
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-3/+3
* Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-2/+2
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-3/+3
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-1/+1
* Use size_t for BufferedComputation::add_datalloyd2010-10-121-2/+2
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-2/+2
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-2/+2
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-25/+27
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-091-1/+1
* Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1lloyd2008-09-301-8/+8
* Move all modules into src/ directorylloyd2008-09-281-0/+88