Releases: go-piv/piv-go
Releases Β· go-piv/piv-go
v2.2.0
v2.1.0
What's Changed
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- fix some typo in comments by @Laisky in #123
- Export ParseAttestation and Verifier struct by @kilimnik in #126
- Fix
pscs
->pcsc
typo by @hslatman in #128 - piv: implement key metadata retrieval by @Merovius in #130
- Fix formatting using go fmt by @stv0g in #132
- Update ykLogin comments to reflect the NIST documentation for the commands. by @areese in #136
- initial v2 commit by @ericchiang in #151
- update go module path by @ericchiang in #152
- Add dynamic support for AES128/192/256 management keys by @Quantu in #149
- Misc small fixes for PR149 comments that were lost by @Quantu in #154
- Update README for the v2 release by @ericchiang in #156
New Contributors
- @Laisky made their first contribution in #123
- @kilimnik made their first contribution in #126
- @hslatman made their first contribution in #128
- @Merovius made their first contribution in #130
- @stv0g made their first contribution in #132
- @areese made their first contribution in #136
Full Changelog: v1.11.0...v2.0.0
v2.0.0-alpha.2
What's Changed
- update go module path by @ericchiang in #152
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2
v2.0.0-alpha.1
This is an alpha release to allow testing of the new branch's Go module. The API will change.
v1.11.0
What's Changed
- piv/pcsc_freebsd.go: fix build on 32 bit FreeBSD by @clausecker in #107
- piv: allow PIN verification by exposing VerifyPIN by @Quantu in #117
- piv: support RSA PSS and add test for TLS 1.3 as a server and client by @ericchiang in #119
New Contributors
- @clausecker made their first contribution in #107
- @Quantu made their first contribution in #117
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- Fix build on OpenBSD by @qbit in #101
- Fix typo in README.md by @jmg292 in #103
- *: clean up actions and address all staticcheck findings by @ericchiang in #106
New Contributors
Full Changelog: v1.9.0...v1.10.0