diff options
author | Jack Lloyd <[email protected]> | 2017-11-14 09:17:37 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-14 16:19:43 -0500 |
commit | 653453b211d94538fb158b830eb8bf4872e4288d (patch) | |
tree | f7533f98ddf4bb0d9402df7833f4e5c55df33514 | |
parent | 619097fd33401a5ea81769ca8bec07a51f5c198e (diff) |
Require SHA-2 for X.509 module
The certstore interface assumes it and it's probably not unreasonable...
-rw-r--r-- | src/lib/x509/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/x509/info.txt b/src/lib/x509/info.txt index 8221dc0f1..6b136cbcf 100644 --- a/src/lib/x509/info.txt +++ b/src/lib/x509/info.txt @@ -7,4 +7,5 @@ OCSP -> 20161118 asn1 pubkey sha1 +sha2_32 </requires> |