Skip to content

Tags: ceph-cdn/ngx_aws4_auth

Tags

2.1.1

Toggle 2.1.1's commit message
Merge pull request anomalizer#42 from DBezemer/patch-1

Only return NGX_OK if module is enabled

2.1.0

Toggle 2.1.0's commit message
Merge pull request anomalizer#40 from wk8/wk8/encoding_issues

URI-encoding canonical requests

2.0.0

Toggle 2.0.0's commit message
Complete rewrite to support AWS V4 style signature

The rewrite also includes a lot of changes to the coding style. The core
logic of generating signatures now resides in a separate file from the
nginx module source. The nginx module code i.e. ngx_http_aws_auth now
only containts lines that glues the signature generation code to the
nginx lifecycle.

We also also introduced unit tests based on cmocka. Documentation on
usage of the unit tests is sparse. It however serves as a great
mechanism to both test correctness of any new functionality and also as
a way to detect regressions.

1.1.1

Toggle 1.1.1's commit message
version bump

1.1.0

Toggle 1.1.0's commit message
version bump post merge

1.0.0

Toggle 1.0.0's commit message
Versioning begins