Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -83/+0 |
* | Make SIMD_Scalar a template | lloyd | 2013-12-10 | 1 | -0/+5 |
* | Move assert.h from internal to very public (included in types.h) | lloyd | 2013-03-13 | 1 | -5/+7 |
* | Add BOTAN_ASSERT_IMPLICATION macro | lloyd | 2013-03-01 | 1 | -0/+13 |
* | Add parens to BOTAN_ASSERT_EQUALS, otherwise low precedence ops could | lloyd | 2012-10-13 | 1 | -3/+3 |
* | Remove BOTAN_ASSERT_FUNCTION, use __func__ which is now standard in C++11 | lloyd | 2012-07-09 | 1 | -38/+32 |
* | Fix | lloyd | 2011-12-28 | 1 | -0/+1 |
* | Cleaner | lloyd | 2011-12-28 | 1 | -2/+1 |
* | Add non-null assertion, don't print msg if empty string | lloyd | 2011-12-28 | 1 | -0/+10 |
* | Add assert equal | lloyd | 2010-11-29 | 1 | -8/+18 |
* | There is a pretty common pattern in the code for testing for internal | lloyd | 2010-09-26 | 1 | -0/+49 |