Closed lisac-usds closed 6 years ago
Introduces support for using SHA256 for the signature and digest algorithms.
Selects SHA256 if env variable CONNECT_VBMS_SHA256 == "True"; else uses SHA1 (previous behavior).
CONNECT_VBMS_SHA256
The env variable CONNECT_VBMS_SHA256 is introduced in the deployment scripts in appeals-deployment#1424.
This is a variation of #177.
TODO:
(7 May update: simplified the equality check and added issue #182 for the unit test)
Introduces support for using SHA256 for the signature and digest algorithms.
Selects SHA256 if env variable
CONNECT_VBMS_SHA256
== "True"; else uses SHA1 (previous behavior).The env variable
CONNECT_VBMS_SHA256
is introduced in the deployment scripts in appeals-deployment#1424.This is a variation of #177.