Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@simo5 simo5 released this 09 Jun 15:39
· 42 commits to main since this release

##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

Full Changelog: v1.1.0...v1.2.0