gridcf / gct

Grid Community Toolkit
Apache License 2.0
46 stars 30 forks source link

Support both SHA1 and SHA256 in myproxy #192

Closed ellert closed 2 years ago

ellert commented 2 years ago

Changing the hash from SHA1 to SHA 256 introduced a backward incompatibility. OpenSSL 3.0.2 does not allow SHA1, so reverting to SHA1 would not work. This PR introduces both SHA1 and SHA256 as supported.