github.com/eclipse-keypont/crypto11
v1.6.8
#3034 most downloaded on Go modules
eclipse-keypont/crypto11
What this package is like to depend on
Last release 26 days ago
29 Jul 2026
Ships unpredictably
gaps range from 8 days to 7.3 years
Most releases are documented
notes for 2 of 3 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
5 releases · first in 2019
4 releases in the last 12 months
see the full history below
Release timeline
5 releases · Mar 2019 to Jul 2026Releases
latest 5-
v1.7.0-rc1.0.20260708132855-852526080af408 Jul 2026 pre-releaseNothing published for this version
-
v1.6.829 Jul 2026Release notes
Open source →What's Changed
- downgrade the go version to 1.25.0 and add go toolchain by @Nicolas-Peiffer in #139
- fix: restore
eclipse-keypontmodule path; refresh README install command, Go Reference badge and documentation links
Full Changelog: v1.6.5...v1.6.8
Module path restored —
github.com/eclipse-keypont/crypto11This release restores the correct module path following the repository move from
github.com/ThalesGroup/crypto11togithub.com/eclipse-keypont/crypto11.Migrating
go get github.com/eclipse-keypont/[email protected]
-import "github.com/ThalesGroup/crypto11" +import "github.com/eclipse-keypont/crypto11"
The old path is deprecated and frozen at
ThalesGroup/[email protected].
It will receive no further updates, including security fixes. GitHub still redirects the old
repository URL, but the Go module path must be updated by hand —go getcannot follow it for you.If you are already on this path: upgrade v1.6.5 → v1.6.8
v1.6.6andv1.6.7declare the old module path and exist only to publish the deprecation
notice forgithub.com/ThalesGroup/crypto11. They are not usable as
github.com/eclipse-keypont/crypto11and will fail with:module declares its path as: github.com/ThalesGroup/crypto11 but was required as: github.com/eclipse-keypont/crypto11v1.6.8fixes this, sogithub.com/eclipse-keypont/crypto11@latestresolves correctly again.Go version policy
go.modtargetsgo 1.25.0withtoolchain go1.25.8. Thegodirective is kept conservative
so this library does not raise the minimum Go version for projects that import it, while
maintainers build and test with the latest patch toolchain. See #137 and #139.The
v1.6.xseries is the current stable line.v2.x.yongithub.com/eclipse-keypont/crypto11/v2is in
development (v2.0.0-rc3), which is why pkg.go.dev reports a higher tagged major version. -
v1.6.520 Jul 2026Release notes
Open source →- Donating the
ThalesGroup/crypto11project to the Eclipse Foundation Project KeyPont - Repository migration from github.com/ThalesGroup to github.com/eclipse-keypont. Migration details #138
Full Changelog: v1.6.3...v1.6.5
- Donating the
-
v1.6.5-0.20260720152748-b4718016531f20 Jul 2026 pre-releaseNothing published for this version
-
v0.1.008 Mar 2019Nothing published for this version