https://github.com/awslabs/aws-c-auth
C99 library implementation of AWS client-side authentication: standard credentials providers and signing.
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
Repository
C99 library implementation of AWS client-side authentication: standard credentials providers and signing.
Basic Info
Statistics
- Stars: 53
- Watchers: 21
- Forks: 37
- Open Issues: 7
- Releases: 118
Topics
Metadata Files
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=
git clone git@github.com:aws/s2n-tls.git
cmake -S s2n-tls -B s2n-tls/build -DCMAKEINSTALLPREFIX=
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=
git clone git@github.com:awslabs/aws-c-cal.git
cmake -S aws-c-cal -B aws-c-cal/build -DCMAKEINSTALLPREFIX=
git clone git@github.com:awslabs/aws-c-io.git
cmake -S aws-c-io -B aws-c-io/build -DCMAKEINSTALLPREFIX=
git clone git@github.com:awslabs/aws-c-compression.git
cmake -S aws-c-compression -B aws-c-compression/build -DCMAKEINSTALLPREFIX=
git clone git@github.com:awslabs/aws-c-http.git
cmake -S aws-c-http -B aws-c-http/build -DCMAKEINSTALLPREFIX=
git clone git@github.com:awslabs/aws-c-auth.git
cmake -S aws-c-auth -B aws-c-auth/build -DCMAKEINSTALLPREFIX=
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
- Website: http://amazon.com/aws/
- Repositories: 914
- Profile: https://github.com/awslabs
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
Top Committers
| Name | 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
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)
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.7.14-r0
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.18: aws-c-auth
C99 library implementation of AWS client-side authentication: standard credentials providers and signing
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.7.14-r0
published over 2 years ago
Rankings
Maintainers (1)
alpine-edge: aws-c-auth
C99 library implementation of AWS client-side authentication: standard credentials providers and signing
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.9.0-r1
published 12 months ago
Rankings
Maintainers (1)
alpine-edge: aws-c-auth-dev
C99 library implementation of AWS client-side authentication: standard credentials providers and signing (development files)
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.9.0-r1
published 12 months ago
Rankings
Maintainers (1)
formulae.brew.sh: aws-c-auth
C99 library implementation of AWS client-side authentication
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.9.0
published over 1 year ago
Rankings
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.
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.9.0
published about 1 year ago
Rankings
alpine-v3.19: aws-c-auth
C99 library implementation of AWS client-side authentication: standard credentials providers and signing
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.7.14-r0
published about 2 years ago
Rankings
alpine-v3.22: aws-c-auth
C99 library implementation of AWS client-side authentication: standard credentials providers and signing
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.9.0-r0
published over 1 year ago
Rankings
Maintainers (1)
alpine-v3.20: aws-c-auth-dev
C99 library implementation of AWS client-side authentication: standard credentials providers and signing (development files)
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.7.22-r0
published about 2 years ago
Rankings
alpine-v3.21: aws-c-auth
C99 library implementation of AWS client-side authentication: standard credentials providers and signing
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.8.0-r0
published over 1 year ago
Rankings
Maintainers (1)
alpine-v3.22: aws-c-auth-dev
C99 library implementation of AWS client-side authentication: standard credentials providers and signing (development files)
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.9.0-r0
published over 1 year ago
Rankings
Maintainers (1)
alpine-v3.19: aws-c-auth-dev
C99 library implementation of AWS client-side authentication: standard credentials providers and signing (development files)
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.7.14-r0
published about 2 years ago
Rankings
alpine-v3.20: aws-c-auth
C99 library implementation of AWS client-side authentication: standard credentials providers and signing
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.7.22-r0
published about 2 years ago
Rankings
alpine-v3.21: aws-c-auth-dev
C99 library implementation of AWS client-side authentication: standard credentials providers and signing (development files)
- Homepage: https://github.com/awslabs/aws-c-auth
- License: Apache-2.0
-
Latest release: 0.8.0-r0
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- DoozyX/clang-format-lint-action v0.3.1 composite
- actions/checkout v1 composite
- actions/checkout v3 composite
- aws-actions/closed-issue-message v1 composite
- aws-github-ops/handle-stale-discussions v1 composite
- aws-actions/stale-issue-cleanup v3 composite