Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-12 | lib/util Split data_blob_hex_string() into upper and lower | Andrew Bartlett | 1 | -1/+2 | |
Rather than have a repeat of the bugs we found at the plugfest where hexidecimal strings must be in upper or lower case in particular places, ensure that each caller chooses which case they want. This reverts most of the callers back to upper case, as things were before tridge's patch. The critical call in the extended DN code is of course handled in lower case. Andrew Bartlett | |||||
2009-09-30 | s4:torture: data_blob_hex_string() output is now lowercase. | Andrew Kroeger | 1 | -1/+1 | |
Based on the change in commit fb84edabbe9f358031117de2cf78613c704ac600, these tests needs to expect lowercase output. | |||||
2008-10-13 | Add test for data_blob_string_const_null. | Jelmer Vernooij | 1 | -0/+11 | |
2008-10-12 | Add more tests to datablob testsuite. | Jelmer Vernooij | 1 | -2/+44 | |
2008-10-12 | Add one-test testsuite for datablob. | Jelmer Vernooij | 1 | -0/+44 | |