All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

wolfCOSE: A Lightweight COSE + CBOR Library for Embedded Systems with PQC and FIPS 140-3 Support

By

aidangarske

1d ago· 4 min readenCode

Summary

wolfCOSE is a lightweight C library implementing CBOR (RFC 8949) and COSE (RFC 9052/9053) for embedded systems, using wolfSSL as the crypto backend. It supports a wide range of signing, encryption, and MAC algorithms including post-quantum cryptography (ML-DSA), and is designed for compliance with FIPS 140-3, DO-178, and MISRA C standards. The library implements all RFC 9052 COSE message types with both single-actor and multi-actor variants.

Key quotes

· 3 pulled
wolfCOSE is a lightweight C library implementing CBOR (RFC 8949) and COSE (RFC 9052/9053) using wolfSSL as the crypto backend.
Supports PQC, FIPS 140-3, DO-178, and MISRA C.
wolfCOSE has implemented all RFC 9052 messages both single-actor and multi-actor variants.
Snippet from the RSS feed
A fast, portable, and lightweight COSE + CBOR implementation for embedded systems. Supports PQC, FIPS 140-3, DO-178, and MISRA C. Powered by wolfSSL. - wolfSSL/wolfCOSE

You might also wanna read