Laurence Lundblade

Results 46 issues of Laurence Lundblade

Create a new recipient object for IDs -6, -10... -13.

For t_cose 2.0

Useful if you only want EdDSA or RSA sign/verify.

This requires the ability to set up a memory pool allocator for the internal QCBOR encoder

enhancement

This partially addresses a long-standing TODO:

The input to the encoder should be a pointer and a length, not a NULL-terminated string. Input binary data could NUL characters in it. The same problem occurs with decoding.

bug fix: QCBOR_DECODE_MODE_MAP_AS_ARRAY didn't work with indefinite-length maps bug fix: QCBOR_DECODE_MODE_MAP_AS_ARRAY didn't work with QCBORDecode_EnterArray() and QCBORDecode_GetArray(). Add lots of testing for QCBOR_DECODE_MODE_MAP_AS_ARRAY including testing with unusual map labels like...