Commit 9d13f1b
Katyal
Add back in the verification of the certs by open SSL library
Prior to this change, We had removed the validation of the signed message
during https://code.amazon.com/reviews/CR-1228125/revisions/1#/diff.
This change will address the security concern the AWS Security team had about
our validation.https://tt.amazon.com/E035418734 has more details.
cr https://code.amazon.com/reviews/CR-20426041 parent 5d093ab commit 9d13f1b
File tree
1 file changed
+11
-2
lines changed- lib/instance_agent/plugins/codedeploy
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
111 | 120 | | |
112 | 121 | | |
113 | 122 | | |
| |||
0 commit comments