aws-c-auth
brew install aws-c-auth
v0.10.3
Apache-2.0
C99 shared library for AWS client-side authentication, credentials providers, and request signing.
Why you might care
This is a build/runtime dependency for AWS SDK projects written in C/C++. It provides credential chain resolution and SigV4 request signing without pulling in larger SDK dependencies. Used primarily by aws-cli-v2 and other AWS tooling built on the C SDK.
4.5k
30-day installs · #653
12.6k
90-day · #716
50.5k
365-day · #687
57
★ GitHub stars · updated 1d ago
Runtime dependencies
Build dependencies
GitHub topics
hacktoberfest
Links
- https://github.com/awslabs/aws-c-auth
- GitHub: awslabs/aws-c-auth
- Brew formula source: Formula/a/aws-c-auth.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"aws-sdk-cpp",
"aws-sdk-go",
"botocore"
],
"build_dependencies": [
"cmake"
],
"categories": [
"library",
"binding",
"crypto"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"aws-c-cal",
"aws-c-common",
"aws-c-http",
"aws-c-io",
"aws-c-sdkutils"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "C99 library implementation of AWS client-side authentication",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:40+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "aws-c-auth",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-19T16:42:50Z",
"github_readme_excerpt": "## AWS C Auth\n\nC99 library implementation of AWS client-side authentication: standard credentials providers and signing.\n\nFrom a cryptographic perspective, only functions with the suffix \"_constant_time\" should be considered constant\ntime.\n\n## License\n\nThis library is licensed under the Apache 2.0 License.\n\n## Usage\n\n### Building\n\nCMake 3.9+ is required to build.\n\n`\u003cinstall-path\u003e` must be an absolute path in the following instructions.\n\n#### Linux-Only Dependencies\n\nIf you are building on Linux, you will need to build aws-lc and s2n-tls first.\n\n```\ngit clone git@github.com:awslabs/aws-lc.git\ncmake -S aws-lc -B aws-lc/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e\ncmake --build aws-lc/build --target install\n\ngit clone git@github.com:aws/s2n-tls.git\ncmake -S s2n-tls -B s2n-tls/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build s2n-tls/build --target install\n```\n\n#### Building aws-c-auth and Remaining Dependencies\n\n```\ngit clone git@github.com:awslabs/aws-c-common.git\ncmake -S aws-c-common -B aws-c-common/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e\ncmake --build aws-c-common/build --target install\n\ngit clone git@github.com:awslabs/aws-c-cal.git\ncmake -S aws-c-cal -B aws-c-cal/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-cal/build --target install\n\ngit clone git@github.com:awslabs/aws-c-io.git\ncmake -S aws-c-io -B aws-c-io/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-io/build --target install\n\ngit clone git@github.com:awslabs/aws-c-compression.git\ncmake -S aws-c-compression -B aws-c-compression/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-compression/build --target install\n\ngit clone git@github.com:awslabs/aws-c-http.git\ncmake -S aws-c-http -B aws-c-http/build -DCMAKE_INSTALL_PREFIX=\u003cinstall-path\u003e -DCMAKE_PREFIX_PATH=\u003cinstall-path\u003e\ncmake --build aws-c-http/build --target i",
"github_repo": "awslabs/aws-c-auth",
"github_stars": 57,
"github_topics": [
"hacktoberfest"
],
"homepage": "https://github.com/awslabs/aws-c-auth",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 4450,
"installs_365d": 50493,
"installs_90d": 12611,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": "2026-06-20T23:46:10+00:00",
"llm_model": "claude-haiku-4-5",
"name": "aws-c-auth",
"oldnames": [],
"one_liner": "C99 shared library for AWS client-side authentication, credentials providers, and request signing.",
"optional_dependencies": [],
"rank_30d": 653,
"rank_365d": 687,
"rank_90d": 716,
"raw_hash": "c65d0d629cd91c2d",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/a/aws-c-auth.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "0.10.3",
"versioned_formulae": [],
"why_use_this": "This is a build/runtime dependency for AWS SDK projects written in C/C++. It provides credential chain resolution and SigV4 request signing without pulling in larger SDK dependencies. Used primarily by aws-cli-v2 and other AWS tooling built on the C SDK."
}