openaliro
Aliro reader: UWB/CCC core and ESP32-S3/C5/C6 port
Loading...
Searching...
No Matches
access_document.h File Reference

Aliro access document parsed from CBOR and COSE_Sign1 envelope: device public key, issued data element, issuer-signed item, signature, issuer key ID and certificate, validity period, and optional iteration count. More...

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Include dependency graph for access_document.h:

Go to the source code of this file.

Data Structures

struct  woz_aliro_access_document
 Parsed Aliro access document with all fields needed for signature verification: device public key, the issued data element and its issuer-signed item (CBOR), cryptographic envelope (COSE_Sign1 protected/payload/signature), issuer key ID and certificate, validity timestamps, and validity iteration if present. More...
 

Detailed Description

Aliro access document parsed from CBOR and COSE_Sign1 envelope: device public key, issued data element, issuer-signed item, signature, issuer key ID and certificate, validity period, and optional iteration count.