Skip to content

Releases: keylime/rust-keylime

v0.2.6

11 Jun 07:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

30 Apr 16:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

31 Jan 09:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

24 Nov 18:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

13 Jul 14:42
Compare
Choose a tag to compare

What's Changed

  • [tests] Simply coverage file URL parsing by @kkaarreell in #592
  • [tests] Update test coverage task name regexp by @kkaarreell in #593
  • docker/fedora/keylime_rust.Dockerfile: add the logic of cloning and compiling rust-keylime by @hustliyilin in #584
  • keylime-agent/src: update API version to 2.1 to consistent with https//github.com/keylime/keylime/blob/master/docs/rest_apis.rst by @hustliyilin in #588
  • rpm: Remove unused directory and add dependency for mount by @ansasaki in #598
  • Remove MOUNT_SECURE bool by @Koncpa in #595
  • [packit] Do not let COPR project expire by @kkaarreell in #600
  • Add secure mount sanity test to packit testing by @Koncpa in #602
  • build(deps): bump openssl from 0.10.48 to 0.10.55 by @dependabot in #605
  • Parse lists from configuration file by @ansasaki in #604
  • cargo: Bump proc-macro2 crate version by @ansasaki in #609
  • main: Gracefully shutdown on SIGTERM or SIGINT by @ansasaki in #613
  • Add an example of IMA policy by @aplanas in #536
  • cargo: Bump tokio crate version to 1.28.2 by @ansasaki in #610
  • Bump clap to version 4.3.11 by @ansasaki in #614
  • hash: add more configurable hash algorithm for public key digest by @dongx1x in #611
  • Adding release Dockerfiles by @mheese in #601
  • build(deps): bump libc from 0.2.142 to 0.2.147 by @dependabot in #615
  • cargo: Bump serde to version 1.0.166 by @ansasaki in #617
  • Removing SIGINT stop signals from Dockerfiles and systemd service by @mheese in #620
  • build(deps): bump tempfile from 3.5.0 to 3.6.0 by @dependabot in #621
  • Bump version to 0.2.2 by @ansasaki in #619

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 Apr 09:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Feb 18:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

21 Sep 17:03
Compare
Choose a tag to compare

What's Changed

  • quotes_handler: Fix measured boot list encoding by @ansasaki in #369
  • Drop privileges after startup by @ansasaki in #364
  • CI: Add packit to run end-to-end tests by @ansasaki in #370
  • main: Do not try to load CA cert if mTLS is disabled by @ansasaki in #379
  • Make support for legacy python revocation actions optional by @ansasaki in #377
  • Skip serialization of optional fields by @ansasaki in #381
  • OpenSSL on deb family is now libssl-dev by @lukehinds in #387
  • Add test /functional/measured-boot-swtpm-sanity to Packit CI plan by @kkaarreell in #386
  • quotes_handler: Rewind measured boot log file by @ansasaki in #384
  • Add support for hash_ek UUID creation by @THS-on in #385
  • Update clap dependency to 3.1.18 by @ansasaki in #394
  • Drop unused rustc-serialize and flate2 dependencies and make wiremock optional by @ansasaki in #395
  • Adjust CI test name according to keylime-tests PR#125 by @kkaarreell in #397
  • Update tokio minimum version by @ansasaki in #398
  • persist AK, NK and mTLS certificate to disk by @THS-on in #391
  • Add dependabot for automatic dependency updates by @ansasaki in #399
  • .github/dependabot.yml: prevent updates that require manifest change by @ueno in #405
  • Update fmf plans to run test with IMA policy by @Koncpa in #406
  • tpm: Add serialization functions for structures in quotes by @ansasaki in #411
  • Show path when fail to load the certificate by @aplanas in #412
  • main: Use more descriptive message for missing files error by @ansasaki in #416
  • permissions: Set supplementary groups when dropping privileges by @ansasaki in #415
  • GNUmakefile: Make target dependencies explicit by @ueno in #421
  • Load config file less at startup by @avery-blanchard in #419
  • ima_emulator: Support PCR hash algorithms other than SHA-1 by @ueno in #376
  • keys_handler: Use scopes to drop mutexes before await by @ansasaki in #422
  • Handle whitespace in keylime.conf by @greyspectrum in #409
  • Add GitLeaks configuration to ignore RSA key used for testing by @ueno in #430
  • Set swtpm context which is later used for test filtering by @kkaarreell in #427
  • tpm: Respect ek_handle from config by @ueno in #426
  • Fix typo in listen_notifications option in keylime.conf by @kkaarreell in #431
  • Use Rust agent-specific config in Makefile by @greyspectrum in #428
  • Add run_as in keylime.conf and avoid executing as root by @aplanas in #423
  • Fix small comment about TPM ownership by @lkatalin in #434
  • Add more helpful error when config file is not found by @lkatalin in #436
  • Fix display of mb measurement file path by @lkatalin in #435
  • Appease clippy by @lkatalin in #443
  • Add agent and faked_measured_boot_log tests context by @kkaarreell in #442
  • Add cargo audit to test workflow by @avery-blanchard in #444
  • Add tpm_ownerpassword option to keylime.conf by @kkaarreell in #432
  • Use the tpm_ownerpassword when generating the EK by @ansasaki in #448
  • Improve configuration and change format to TOML by @ansasaki in #449
  • Update comments in the configuration file by @ansasaki in #456

New Contributors

Full Changelog: 0.0.1...v0.1.0

v0.0.1-alpha

06 May 15:02
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

What's Changed

Read more