[PATCH 6/9] KEYS: Implement binary asymmetric key ID handling

2014-09-12 Thread David Howells
Implement the first step in using binary key IDs for asymmetric keys rather than hex string keys. The previously added match data preparsing will be able to convert hex criterion strings into binary which can then be compared more rapidly. Further, we actually want more then one ID string per

[PATCH 6/9] KEYS: Implement binary asymmetric key ID handling

2014-09-12 Thread David Howells
Implement the first step in using binary key IDs for asymmetric keys rather than hex string keys. The previously added match data preparsing will be able to convert hex criterion strings into binary which can then be compared more rapidly. Further, we actually want more then one ID string per