Releases: latchset/kryoptic
Releases Β· latchset/kryoptic
v1.2.0
##Committed changelog
https://github.com/latchset/kryoptic/blob/v1.2.0/CHANGELOG.md
What's Changed
- Changelog 1.1 fix by @simo5 in #208
- Initial support for ML-DSA by @simo5 in #210
- Rework how OpenSSL sources are used by @simo5 in #213
- tests: Drop pkcs11-tool dependency of migrate test by @Jakuje in #212
- Support SignatureVerify APIs with all algorithms by @simo5 in #216
- Bump bindgen dependency version to follow rawhide by @Jakuje in #220
- Add better support for array of attributes by @simo5 in #219
- Minor, non-substantial improvements to the README.md. by @nwalfield in #214
- Fix Montgomery Key Generation by @simo5 in #222
- Improve documentation for using a static build of OpenSSL. by @nwalfield in #223
- Fix example configuration file. by @nwalfield in #227
- Support building on different OpenSSL versions by @simo5 in #225
- Update some FIPS indicators by @simo5 in #224
- Fix ML-DSA Keygen by @Jakuje in #230
- Fixes for ML-KEM and Encapsulate API by @Jakuje in #233
- Fix Public Ec Montgomery point storage by @simo5 in #235
- Add more documentation strings and cleanup changes by @simo5 in #229
- Make token info a little more useful by @simo5 in #237
- Arch-specific build fixes by @simo5 in #241
- Fix PrivateKeyInfo ASN.1 structure by @simo5 in #238
- Change some build time variables and configs by @simo5 in #242
- Add Key wrapping support and tests for all EC keys by @simo5 in #239
- More doc strings by @simo5 in #243
- tests: Avoid failures when configuration file is present in default path by @Jakuje in #228
- Fix initialization of info in uninitialized token by @simo5 in #246
- Cargo: Bump cryptoki version to match version in Fedora by @Jakuje in #247
- Stop using the paste crate by @simo5 in #249
- Remove unused conformance binary by @Jakuje in #252
- deps: bump asn1 to v0.21 by @jeremycline in #255
- Add support fo FFDH key generation and derivation by @simo5 in #257
- FFDH: Ensure secret_len is big enough by @simo5 in #260
- Add some basic infrastructure to perform tracing by @simo5 in #259
- Drop jsondb by @simo5 in #262
- Fix buffer length check in AES update functions by @fitzsim in #256
New Contributors
- @nwalfield made their first contribution in #214
- @jeremycline made their first contribution in #255
- @fitzsim made their first contribution in #256
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Committed changelog
https://github.com/latchset/kryoptic/blob/v1.1.0/CHANGELOG.md
What's Changed
- Update packaging template with final release by @Jakuje in #178
- Switch to 2024 edition by @simo5 in #183
- Fix SPDX License tag in spec file by @Jakuje in #186
- Deal with length query issues by @simo5 in #185
- Fix storing and reading default DATE attributes by @Jakuje in #188
- aes: Restrict AES-GCM to at least 1B tag length by @Jakuje in #189
- Introduce CKF_MULTI_MESSAGE flag by @Jakuje in #190
- Fix incorrect error returned on un-initialized operations by @simo5 in #192
- Ensure token store objects can be extracted if the right booleans are set by @simo5 in #194
- Replace SHA1 test signature by @simo5 in #195
- Rebase openssl submodule to 3.5 (prerelease) by @simo5 in #180
- Pkcs11 3.2 Draft by @simo5 in #149
- Add Encapsulation/Decapsulation and ML-KEM support by @simo5 in #197
- Fix check for object sensitivity as per spec by @simo5 in #198
- Add Stricter FIPS options to configuration by @simo5 in #199
- Allow digesting AES keys and add test coverage. by @Jakuje in #204
- ecdh: Fix max ECDH output size by @Jakuje in #203
- Fix C_WrapKey size query by @Jakuje in #202
- Minor cleanups in tests and rust warning fixes by @Jakuje in #206
- Release 1.1 by @simo5 in #205
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
This is the first release
See a more detailed changelog here:
https://github.com/latchset/kryoptic/blob/v1.0.0/CHANGELOG.md
Contributors
- @Jakuje made their first contribution in #1
- @simo5 made their first contribution in #2
- @sarroutbi made their first contribution in #29
- @sahilnxp made their first contribution in #123
- @beldmit made their first contribution in #156
Full Changelog: https://github.com/latchset/kryoptic/commits/v1.0.0