-
Notifications
You must be signed in to change notification settings - Fork 119
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
test: add tests for common/cryptoutils #1074
Conversation
Thanks for making a pull request! 😃 |
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #1074 +/- ##
==========================================
+ Coverage 14.53% 14.86% +0.33%
==========================================
Files 86 86
Lines 8181 8181
==========================================
+ Hits 1189 1216 +27
+ Misses 6686 6649 -37
- Partials 306 316 +10 ☔ View full report in Codecov by Sentry. |
@@ -0,0 +1,23 @@ | |||
-----BEGIN CERTIFICATE----- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SVKREP Could you please cite the source of this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've used this command to generate the certificate:
openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -out certificate.pem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
db036f9
to
84318a7
Compare
Signed-off-by: Vamsi Krishna <vamsikrishnasatyasi971@gmail.com>
Signed-off-by: Vamsi Krishna <vamsikrishnasatyasi971@gmail.com>
84318a7
to
e7b9b14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Below functions are tested: