| Commit message (Expand) | Author | Age | Files | Lines |
* | Use size_t in filters | lloyd | 2010-10-12 | 47 | -424/+424 |
* | Use size_t rather than u32bit for the blocks argument of encrypt_n | lloyd | 2010-10-12 | 1 | -2/+2 |
* | s/u32bit/size_t/ in codec and benchmark | lloyd | 2010-10-12 | 1 | -2/+2 |
* | Use BOTAN_ASSERT in various places | lloyd | 2010-09-26 | 1 | -6/+7 |
* | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 2 | -3/+3 |
* | Implicit conversions | lloyd | 2010-09-14 | 2 | -12/+16 |
* | Remove more implicit vector to pointer conversions | lloyd | 2010-09-14 | 5 | -22/+22 |
* | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 1 | -5/+5 |
* | Handle the case that container size() returns something other than u32bit | lloyd | 2010-09-14 | 7 | -11/+11 |
* | Completely remove the second parameter to SecureVector which specifies | lloyd | 2010-09-14 | 2 | -4/+8 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 4 | -13/+14 |
* | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 3 | -6/+6 |
* | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 2 | -1/+10 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 7 | -13/+13 |
* | Fix binary input in DataSource_Stream - the conditional was backwards. | lloyd | 2010-09-08 | 2 | -11/+10 |
* | Rename MemoryRegion::destroy to MemoryRegion::clear to match STL | lloyd | 2010-09-08 | 2 | -3/+3 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 2 | -4/+4 |
* | Remove declaration of Hex_Encoder::encode, which was removed in an earlier | lloyd | 2010-09-03 | 1 | -8/+4 |
* | Add a standalone version of hex encoding and decoding, defining the filters | lloyd | 2010-09-03 | 5 | -137/+45 |
* | Use a different idiom for handling the different cases between being | lloyd | 2010-08-19 | 4 | -45/+48 |
* | Add name() function to DataSource_Stream for Filter interface | lloyd | 2010-07-30 | 1 | -0/+2 |
* | If the Keyed_Filter's set_iv is called (ie, in the case that the1.9.9 | lloyd | 2010-06-28 | 1 | -2/+3 |
* | Give all Filter objects a method for querying their name | lloyd | 2010-06-28 | 11 | -5/+46 |
* | We can't hide the filter wrappers in an anon namespace because they | lloyd | 2010-06-22 | 2 | -6/+26 |
* | Doxygen | lloyd | 2010-06-22 | 2 | -3/+17 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -0/+13 |
* | We can expose valid_iv_length in the header without problems. | lloyd | 2010-06-16 | 2 | -8/+3 |
* | Add Keyed_Filter::valid_iv_length (it was already in | lloyd | 2010-06-16 | 12 | -14/+56 |
* | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 2 | -15/+15 |
* | Move (empty) implementation of Keyed_Filter::set_iv to basefilt.cpp | lloyd | 2010-06-16 | 2 | -1/+8 |
* | Doxygen comments | lloyd | 2010-06-16 | 1 | -5/+40 |
* | More Doxygen | lloyd | 2010-06-15 | 3 | -2/+32 |
* | More Doxygen updates | lloyd | 2010-06-15 | 1 | -2/+2 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 16 | -32/+43 |
* | More Doxygen fixes | lloyd | 2010-06-15 | 1 | -4/+30 |
* | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 7 | -23/+31 |
* | Make Filter::new_msg and finish_msg private; only used by Pipe, which is a fr... | lloyd | 2010-06-07 | 1 | -12/+13 |
* | Add Doxygen header comments for XTS modes | lloyd | 2010-06-07 | 1 | -4/+4 |
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -1/+1 |
* | Change BlockCipher::parallelism() to return the native parallelism of | lloyd | 2010-05-25 | 3 | -17/+12 |
* | Remove SecureBuffer, which is the fixed-size variant of SecureVector. | lloyd | 2010-03-23 | 2 | -3/+3 |
* | Instead of the mode parallelism being specified via macros, have it | lloyd | 2010-02-25 | 4 | -20/+30 |
* | Reset buffer position in end_msg | lloyd | 2010-02-14 | 1 | -0/+2 |
* | Make SecureQueue public. Needed, at least for the moment, for SSL handling. | lloyd | 2010-02-14 | 7 | -7/+7 |
* | Fix leaks in several of the cipher mode filters. Introduced by the | lloyd | 2010-02-14 | 4 | -2/+12 |
* | Fix some buffering and off-by-one errors in Buffering_Filter::write | lloyd | 2010-02-03 | 1 | -19/+10 |
* | Remove debug check | lloyd | 2010-01-27 | 1 | -7/+10 |
* | Fix several buffering problems in the XTS implementation that would | lloyd | 2010-01-25 | 1 | -9/+31 |
* | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 9 | -23/+27 |
* | Remove Exception::set_msg. Inline all exception constructors. | lloyd | 2010-01-04 | 2 | -13/+5 |