Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This project provides a C implementation of [Oracle Cloud Infrastructure (OCI) request signature](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/signingrequests.htm), suitable for use in embedded, kernel, or user-space applications. It includes a shared library and an example application demonstrating usage.

> For more background and insights about this project, see our [blog post](https://riptides.io/blog-post/announcing-oci-req-signer-c-a-lightweight-c-library-for-oracle-cloud-request-signing).

## Features

- Produces the HTTP `Authorization` header (key and value) for OCI requests, including the computed signature and all required metadata
Expand Down