You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 50 or 53, if it return an error, it had better tell user that there is only one cert and the cert subject is xxxxx with error:xxxx
Also, it may be replaced by isSelfSigned() because it also need to make sure that the issuer and subject are the same.
The text was updated successfully, but these errors were encountered:
notation-core-go/x509/cert_validations.go
Lines 43 to 54 in 0cb6e75
In line 50 or 53, if it return an error, it had better tell user that there is only one cert and the cert subject is xxxxx with error:xxxx
Also, it may be replaced by
isSelfSigned()
because it also need to make sure that the issuer and subject are the same.The text was updated successfully, but these errors were encountered: