Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

AWS Signature Version 4

Introduction

The AWS Signature Version 4 (SigV4) Library is a standalone library for generating authentication headers and signatures according to the specifications of the AWS Signature Version 4 signing process. This library can be used by applications to interact with AWS services that require SigV4 authentication using HTTP. This library has no dependencies on any library other than the standard C library.

This library has gone through code quality checks including verification that no function has a GNU Complexity score over 8, and checks against deviations from mandatory rules in the MISRA coding standard. Deviations from the MISRA C:2012 guidelines are documented under MISRA Deviations. This library has also undergone static code analysis using Coverity static analysis, and validation of memory safety through the CBMC automated reasoning tool.

This library can be freely used and is distributed under the MIT Open Source License.

 

Code Size of AWS SigV4 library (example generated with GCC for ARM Cortex-M)
FileWith -O1 OptimizationWith -Os Optimization
sigv4.c5.2K4.4K
sigv4_quicksort.c0.4K0.3K
Total estimates5.6K4.7K
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.