]> the.earth.li Git - onak.git/commit
Add more generic OID parsing to decodekey
authorJonathan McDowell <noodles@earth.li>
Tue, 30 Jul 2019 18:32:34 +0000 (15:32 -0300)
committerJonathan McDowell <noodles@earth.li>
Tue, 30 Jul 2019 18:32:34 +0000 (15:32 -0300)
commitb3c67e7383ef6ece55dcf6fbfa9587f5d0a14546
tree34fcae7540b2ad8bacb6e856615f395625b7a131
parent2039724ebd70536ad567630725f6b75b7868e486
Add more generic OID parsing to decodekey

Rather than only parsing the encoded OID to calculate the key size make
a helper function in decodekey and use that. This will be useful when
trying to parse key material for signature checks.
decodekey.c
decodekey.h
keyindex.c