Remove TODO for patching other algorithms for Apple ACME client

pull/1631/head
Herman Slatman 6 months ago
parent 06f4cbbcda
commit 113491e7af
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

@ -474,7 +474,7 @@ func patchSignatures(jws *jose.JSONWebSignature) {
case jose.ES512:
expectedSize = 132
default:
// other cases are (currently) ignored; TODO(hs): need other cases too?
// other cases are (currently) ignored
continue
}
if diff := expectedSize - len(s.Signature); diff > 0 {

Loading…
Cancel
Save