Expose all supported signature algorithms list#192
Expose all supported signature algorithms list#192stepancheg wants to merge 1 commit intobriansmith:mainfrom
Conversation
Follow-up to briansmith#187. I agree to license my contributions to each file under the terms given at the top of each file I changed.
Codecov Report
@@ Coverage Diff @@
## main #192 +/- ##
==========================================
+ Coverage 71.32% 71.42% +0.10%
==========================================
Files 15 15
Lines 1395 1400 +5
==========================================
+ Hits 995 1000 +5
Misses 400 400
Continue to review full report at Codecov.
|
|
Sorry, I know I asked you specifically to make this change, but now I remember why we don't expose this: In the past, and probably in the future, we've implemented algorithms (e.g. SHA-1-based algorithms) that people probably shouldn't use, and we don't want to encourage people to accidentally enable them. So I'm just going to close this and I'll comment in your other PR. |
|
Maybe could be called something like "all modern algorithms", not "all algorithms", but fine. |
Follow-up to #187.
I agree to license my contributions to each file under the terms
given at the top of each file I changed.