Fraunhofer-SIT / charra

Proof-of-concept implementation of the "Challenge/Response Remote Attestation" interaction model of the IETF RATS Reference Interaction Models for Remote Attestation Procedures using TPM 2.0.
BSD 3-Clause "New" or "Revised" License
27 stars 20 forks source link

Use libcoap message type coap_pdu_type_t #82

Closed eckelmeckel closed 9 months ago

eckelmeckel commented 9 months ago

Please use the message type coap_pdu_type_t from libcoap (which is now available) instead of the custom coap_message_t.