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
* Remove Type for SubjectAlternativeName
Simplify certificate identities by removing the Type attribute from the
SubjectAlternativeName type. The CA is expected to handle validating
that SAN values match their designated types.
Signed-off-by: Colleen Murphy <[email protected]>
* Support OtherName SAN in Fulcio cert
Add support for parsing and verifying a Fulcio certificate with a
username identity issued from an OIDC provider. See [1].
[1] https://github.com/sigstore/fulcio/blob/main/docs/oid-info.md#1361415726417--othername-san
Signed-off-by: Colleen Murphy <[email protected]>
---------
Signed-off-by: Colleen Murphy <[email protected]>
Copy file name to clipboardExpand all lines: docs/verification.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Then, we need to prepare the expected artifact digest. Note that this option has
95
95
In this case, we also need to prepare the expected certificate identity. Note that this option has an alternative option `WithoutIdentitiesUnsafe`. This is a failsafe to ensure that the caller is aware that simply verifying the bundle is not enough, you must also verify the contents of the bundle against a specific identity. If your bundle was signed with a key, and thus does not have a certificate identity, a better choice is to use the `WithKey` option.
0 commit comments