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
Parsability of the certificates should be checked by the unit test.
At runtime this check is supposed to have passed, so no error should occur in AppendCertsFromPEM and any error happening is a problem that should have been caught at build time of the program embedding gocertifi and reporting such error as panic would be appropriate.
The text was updated successfully, but these errors were encountered:
Parsability of the certificates should be checked by the unit test.
At runtime this check is supposed to have passed, so no error should occur in
AppendCertsFromPEM
and any error happening is a problem that should have been caught at build time of the program embedding gocertifi and reporting such error as panic would be appropriate.The text was updated successfully, but these errors were encountered: