https://github.com/awslabs/aws-c-auth

C99 library implementation of AWS client-side authentication: standard credentials providers and signing.

https://github.com/awslabs/aws-c-auth

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.0%) to scientific vocabulary

Keywords

hacktoberfest
Last synced: 11 months ago · JSON representation

Repository

C99 library implementation of AWS client-side authentication: standard credentials providers and signing.

Basic Info
  • Host: GitHub
  • Owner: awslabs
  • License: apache-2.0
  • Language: C
  • Default Branch: main
  • Homepage:
  • Size: 1.04 MB
Statistics
  • Stars: 53
  • Watchers: 21
  • Forks: 37
  • Open Issues: 7
  • Releases: 118
Topics
hacktoberfest
Created over 7 years ago · Last pushed 11 months ago
Metadata Files
Readme Contributing License Code of conduct

README.md

AWS C Auth

C99 library implementation of AWS client-side authentication: standard credentials providers and signing.

From a cryptographic perspective, only functions with the suffix "constanttime" should be considered constant time.

License

This library is licensed under the Apache 2.0 License.

Usage

Building

CMake 3.9+ is required to build.

<install-path> must be an absolute path in the following instructions.

Linux-Only Dependencies

If you are building on Linux, you will need to build aws-lc and s2n-tls first.

``` git clone git@github.com:awslabs/aws-lc.git cmake -S aws-lc -B aws-lc/build -DCMAKEINSTALLPREFIX= cmake --build aws-lc/build --target install

git clone git@github.com:aws/s2n-tls.git cmake -S s2n-tls -B s2n-tls/build -DCMAKEINSTALLPREFIX= -DCMAKEPREFIXPATH= cmake --build s2n-tls/build --target install ```

Building aws-c-auth and Remaining Dependencies

``` git clone git@github.com:awslabs/aws-c-common.git cmake -S aws-c-common -B aws-c-common/build -DCMAKEINSTALLPREFIX= cmake --build aws-c-common/build --target install

git clone git@github.com:awslabs/aws-c-cal.git cmake -S aws-c-cal -B aws-c-cal/build -DCMAKEINSTALLPREFIX= -DCMAKEPREFIXPATH= cmake --build aws-c-cal/build --target install

git clone git@github.com:awslabs/aws-c-io.git cmake -S aws-c-io -B aws-c-io/build -DCMAKEINSTALLPREFIX= -DCMAKEPREFIXPATH= cmake --build aws-c-io/build --target install

git clone git@github.com:awslabs/aws-c-compression.git cmake -S aws-c-compression -B aws-c-compression/build -DCMAKEINSTALLPREFIX= -DCMAKEPREFIXPATH= cmake --build aws-c-compression/build --target install

git clone git@github.com:awslabs/aws-c-http.git cmake -S aws-c-http -B aws-c-http/build -DCMAKEINSTALLPREFIX= -DCMAKEPREFIXPATH= cmake --build aws-c-http/build --target install

git clone git@github.com:awslabs/aws-c-auth.git cmake -S aws-c-auth -B aws-c-auth/build -DCMAKEINSTALLPREFIX= -DCMAKEPREFIXPATH= cmake --build aws-c-auth/build --target install ```

Testing

Certain tests require a specific environment setup in order to run successfully. This may be a specific execution environment (EC2, ECS, etc...) or it may require certain environment variables to be set that configure properties (often sensitive materials, like keys). Whether or not these tests are enabled is controlled by certain CMAKE properties: * AWSBUILDINGONEC2 - indicates real IMDS credentials provider test(s) should run * AWSBUILDINGONECS - indciates real ECS credentials provider tests(s) should run * AWSHASCI_ENVIRONMENT - indicates that all tests that require environmentally injected secrets/properties should run

Environment properties are injected by CRT builder process via the custom builder step defined in ./.builder/action/aws-c-auth-test.py

Owner

  • Name: Amazon Web Services - Labs
  • Login: awslabs
  • Kind: organization
  • Location: Seattle, WA

AWS Labs

GitHub Events

Total
  • Create event: 26
  • Issues event: 7
  • Release event: 7
  • Watch event: 7
  • Delete event: 21
  • Issue comment event: 19
  • Push event: 89
  • Pull request review comment event: 31
  • Pull request review event: 40
  • Pull request event: 33
  • Fork event: 7
Last Year
  • Create event: 26
  • Issues event: 7
  • Release event: 7
  • Watch event: 7
  • Delete event: 21
  • Issue comment event: 19
  • Push event: 89
  • Pull request review comment event: 31
  • Pull request review event: 40
  • Pull request event: 33
  • Fork event: 7

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 158
  • Total Committers: 21
  • Avg Commits per committer: 7.524
  • Development Distribution Score (DDS): 0.633
Past Year
  • Commits: 23
  • Committers: 7
  • Avg Commits per committer: 3.286
  • Development Distribution Score (DDS): 0.652
Top Committers
Name Email Commits
Bret Ambrose b****e@g****m 58
Michael Graeb g****m@a****m 17
Jonathan M. Henson h****o@a****m 13
Colden Cullen c****n@c****m 11
Andrew Tang t****1@1****m 9
Justin Boswell b****j@a****m 9
Waqar Ahmed Khan w****7@g****m 8
James Siri j****i@a****m 7
Dengke Tang d****t@a****m 6
rccarper 5****r@u****m 5
ilevyor 8****r@u****m 4
Dengke Tang 8****5@q****m 2
Pushen Wang w****0@h****m 1
Colden Cullen c****n@a****m 1
Steve Kim 8****K@u****m 1
Joseph Klix j****x@g****m 1
David Oguns 3****S@u****m 1
Dmitriy Musatkin 6****n@u****m 1
TwistedTwigleg t****g@g****m 1
TwistedTwigleg n****d@a****m 1
singku-china 6****a@u****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 15
  • Total pull requests: 200
  • Average time to close issues: about 1 year
  • Average time to close pull requests: 21 days
  • Total issue authors: 12
  • Total pull request authors: 27
  • Average comments per issue: 1.6
  • Average comments per pull request: 0.54
  • Merged pull requests: 169
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 36
  • Average time to close issues: N/A
  • Average time to close pull requests: 13 days
  • Issue authors: 3
  • Pull request authors: 9
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.56
  • Merged pull requests: 29
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • thomas-roos (2)
  • dnys1 (2)
  • grrtrr (2)
  • glaubitz (1)
  • monthonk (1)
  • Zordrak (1)
  • daniel347x (1)
  • stewartsmith (1)
  • ring-pete (1)
  • kggilmer (1)
  • pawalt (1)
  • skjutar (1)
Pull Request Authors
  • waahm7 (63)
  • graebm (32)
  • bretambrose (25)
  • TingDaoK (25)
  • DmitriyMusatkin (8)
  • justinboswell (7)
  • ilevyor (5)
  • jmklix (5)
  • jamesbornholt (5)
  • sbSteveK (3)
  • grrtrr (3)
  • TwistedTwigleg (2)
  • ashishdhingra (2)
  • xiazhvera (2)
  • singku-china (1)
Top Labels
Issue Labels
feature-request (4) p3 (4) bug (4) needs-review (3) needs-triage (3) p2 (2) documentation (1) response-requested (1) closed-for-staleness (1)
Pull Request Labels

Packages

  • Total packages: 14
  • Total downloads:
    • homebrew 2,492 last-month
  • Total dependent packages: 8
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 86
  • Total maintainers: 3
alpine-v3.18: aws-c-auth-dev

C99 library implementation of AWS client-side authentication: standard credentials providers and signing (development files)

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 11.4%
Forks count: 21.6%
Stargazers count: 23.9%
Maintainers (1)
Last synced: 11 months ago
alpine-v3.18: aws-c-auth

C99 library implementation of AWS client-side authentication: standard credentials providers and signing

  • Versions: 6
  • Dependent Packages: 5
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 11.4%
Forks count: 21.6%
Stargazers count: 23.9%
Maintainers (1)
Last synced: 11 months ago
alpine-edge: aws-c-auth

C99 library implementation of AWS client-side authentication: standard credentials providers and signing

  • Versions: 27
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 14.6%
Average: 15.7%
Forks count: 22.7%
Stargazers count: 25.4%
Maintainers (1)
Last synced: 11 months ago
alpine-edge: aws-c-auth-dev

C99 library implementation of AWS client-side authentication: standard credentials providers and signing (development files)

  • Versions: 27
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 14.6%
Average: 15.7%
Forks count: 22.7%
Stargazers count: 25.4%
Maintainers (1)
Last synced: 11 months ago
formulae.brew.sh: aws-c-auth

C99 library implementation of AWS client-side authentication

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2,492 Last month
Rankings
Dependent packages count: 17.9%
Average: 45.2%
Dependent repos count: 52.0%
Downloads: 65.5%
Last synced: 11 months ago
anaconda.org: aws-c-auth

C99 library implementation of AWS client-side authentication: standard credentials providers and signing. From a cryptographic perspective, only functions with the suffix "_constant_time" should be considered constant time.

  • Versions: 3
  • Dependent Packages: 3
  • Dependent Repositories: 0
Rankings
Dependent packages count: 50.7%
Average: 55.2%
Dependent repos count: 59.6%
Last synced: 11 months ago
alpine-v3.19: aws-c-auth

C99 library implementation of AWS client-side authentication: standard credentials providers and signing

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Last synced: 11 months ago
alpine-v3.22: aws-c-auth

C99 library implementation of AWS client-side authentication: standard credentials providers and signing

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 11 months ago
alpine-v3.20: aws-c-auth-dev

C99 library implementation of AWS client-side authentication: standard credentials providers and signing (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Last synced: 11 months ago
alpine-v3.21: aws-c-auth

C99 library implementation of AWS client-side authentication: standard credentials providers and signing

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 11 months ago
alpine-v3.22: aws-c-auth-dev

C99 library implementation of AWS client-side authentication: standard credentials providers and signing (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 11 months ago
alpine-v3.19: aws-c-auth-dev

C99 library implementation of AWS client-side authentication: standard credentials providers and signing (development files)

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Last synced: 11 months ago
alpine-v3.20: aws-c-auth

C99 library implementation of AWS client-side authentication: standard credentials providers and signing

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Last synced: 11 months ago
alpine-v3.21: aws-c-auth-dev

C99 library implementation of AWS client-side authentication: standard credentials providers and signing (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 11 months ago

Dependencies

.github/workflows/clang-format.yml actions
  • DoozyX/clang-format-lint-action v0.3.1 composite
  • actions/checkout v1 composite
.github/workflows/codecov.yml actions
  • actions/checkout v3 composite
.github/workflows/ci.yml actions
.github/workflows/closed-issue-message.yml actions
  • aws-actions/closed-issue-message v1 composite
.github/workflows/handle-stale-discussions.yml actions
  • aws-github-ops/handle-stale-discussions v1 composite
.github/workflows/stale_issue.yml actions
  • aws-actions/stale-issue-cleanup v3 composite