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
Extend Pkcs11Uri to surface object, id, and type attributes
Adds three optional fields to `Pkcs11Uri` so callers can locate
specific objects on a token by the standard RFC 7512 query
attributes:
* `object` - percent-decoded label (cert/key)
* `id` - percent-decoded raw CKA_ID bytes
* `type` - object-type discriminator (public, private, cert,
secret-key, data)
The existing `token`-only parse path is preserved; unknown
attributes continue to be ignored. Two new tests cover the
extended parse and the back-compat empty case.
0 commit comments