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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change FilterIdentities to accept an explicit Store instead of opening the
platform-default store internally. Callers now control backend configuration
and store lifetime.
Add reusable TLS client-certificate sources, configurable Windows store
locations, shared example configuration, and updated lifecycle documentation.
BREAKING CHANGE: FilterIdentities now requires an open Store argument. Callers
must call Open, pass the returned Store to FilterIdentities, and close the Store
when finished.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clean up comments in pkcs11 documentation
Removed detailed comments about the design and dependencies of the pkcs11 package.
Signed-off-by: suku <813986+sukujgrg@users.noreply.github.com>