summaryrefslogtreecommitdiff
path: root/lib/util/tests/data_blob.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-12lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett1-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-30s4:torture: data_blob_hex_string() output is now lowercase.Andrew Kroeger1-1/+1
Based on the change in commit fb84edabbe9f358031117de2cf78613c704ac600, these tests needs to expect lowercase output.
2008-10-13Add test for data_blob_string_const_null.Jelmer Vernooij1-0/+11
2008-10-12Add more tests to datablob testsuite.Jelmer Vernooij1-2/+44
2008-10-12Add one-test testsuite for datablob.Jelmer Vernooij1-0/+44