b55e1a31fc
* 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>
5 lines
197 B
Markdown
5 lines
197 B
Markdown
# PKCS7
|
|
|
|
This code is used to verify PKCS7 signatures for the EC2 auth method. The code
|
|
was forked from [mozilla-services/pkcs7](https://github.com/mozilla-services/pkcs7)
|
|
and modified for Vault. |