Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -36/+0 |
* | Assertion failure is not always an internal error | lloyd | 2013-09-05 | 1 | -1/+1 |
* | Move assert.h from internal to very public (included in types.h) | lloyd | 2013-03-13 | 1 | -1/+0 |
* | The messages for assertion checks were done both ways, both "assertion | lloyd | 2012-07-09 | 1 | -3/+5 |
* | Remove BOTAN_ASSERT_FUNCTION, use __func__ which is now standard in C++11 | lloyd | 2012-07-09 | 1 | -3/+3 |
* | Add non-null assertion, don't print msg if empty string | lloyd | 2011-12-28 | 1 | -1/+1 |
* | There is a pretty common pattern in the code for testing for internal | lloyd | 2010-09-26 | 1 | -0/+35 |