Skip to content

Commit 8a29f39

Browse files
committed
Add HOTP feature to standard build
Adds the hotp feature to the standard feature list in Cargo.toml, enabling CKM_HOTP and OTP token support by default. The changelog is also updated to document these newly added mechanisms. Signed-off-by: Simo Sorce <simo@redhat.com>
1 parent 942308f commit 8a29f39

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project should be documented in this file.
44

55
## [Unreleased]
66

7+
* Added support for HOTP mechanism and OTP tokens
8+
- [Add support fot CKM_HOTP and OTP key
9+
factory](https://github.com/latchset/kryoptic/pull/461)
10+
- [Add HOTP feature to standard
11+
build](https://github.com/latchset/kryoptic/pull/465)
12+
713
## [1.5.1]
814
## 2026-06-04
915

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ecc_all = ["ecc_min", "ec_montgomery", "eddsa"]
106106
hash_all = ["hash", "hmac"]
107107
kdf_all = ["hkdf", "pbkdf2", "sp800_108", "sshkdf", "tlskdf", "simplekdf"]
108108

109-
standard = ["sqlitedb", "ecc_all", "ffdh", "hash_all", "kdf_all", "rsa"]
109+
standard = ["sqlitedb", "ecc_all", "ffdh", "hash_all", "kdf_all", "rsa", "hotp"]
110110

111111
fips = ["ossl/fips", "sqlitedb", "rusqlite/bundled", "aes", "ecc_all", "ffdh",
112112
"hash_all", "kdf_all", "rsa", "pqc", "dep:vsprintf"]

0 commit comments

Comments
 (0)