Skip to content

Releases: sukujgrg/go-certstore

v0.2.2

Choose a tag to compare

@sukujgrg sukujgrg released this 21 Jul 08:31
9b87e9e

What's Changed

  • docs: improve pkg.go.dev documentation by @sukujgrg in #5

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@sukujgrg sukujgrg released this 21 Jul 06:48
9c0e901

What's Changed

  • fix: close races, native handle lifetimes, and signing error classifcation by @sukujgrg in #3
  • docs: revise README using ASD-STE100 principles by @sukujgrg in #4

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@sukujgrg sukujgrg released this 16 Jul 09:21
471aa67

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.

v0.1.4

Choose a tag to compare

@sukujgrg sukujgrg released this 25 Mar 18:37
b6c09e7
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>

v0.1.2

Choose a tag to compare

@sukujgrg sukujgrg released this 23 Mar 07:17
fix: guard macOS signer against nil CFRelease, plug credential wipe g…

v0.1.0

Choose a tag to compare

@sukujgrg sukujgrg released this 21 Mar 17:58
docs: polish README structure and wording