Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport: Add support for DSA signature verification for EC2 (#12340) #12361

Merged
merged 3 commits into from Aug 20, 2021

Commits on Aug 19, 2021

  1. creds/aws: Add support for DSA signature verification for EC2 (#12340)

    * creds/aws: import pkcs7 verification package
    
    * Add DSA support
    
    * changelog
    
    * Add DSA to correct verify function
    
    * Remove unneeded tests
    
    * Fix backend test
    
    * Update builtin/credential/aws/pkcs7/README.md
    
    Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
    
    * Update builtin/credential/aws/path_login.go
    
    Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
    
    Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
    jasonodonnell and calvn committed Aug 19, 2021
    Copy the full SHA
    054e4fd View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Copy the full SHA
    70d81b4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e947d8c View commit details
    Browse the repository at this point in the history