Skip to content

Releases: cisco-open/camblet-driver

0.8.0

25 Jun 15:56
05dd875
Compare
Choose a tag to compare
Remove every '..' and '.' from the attestiaton job (#238)

0.7.1

19 Apr 09:09
Compare
Choose a tag to compare

Bug Fixes:

  • Properly handle memory allocation failures to avoid null pointer dereference.
  • Correctly handle TLS error codes.
  • Ensure bearSSL is thread-safe.
  • Fix memory leak that occurred when camblet did not handle encryption.
  • Improve repository readability by moving files to src/ and include/.
  • Address CPU hog during socket read by implementing an effective wait cycle.
  • Speed up manual TLS handling by omitting ALPN setting and inspection-based passthrough determination.

New Features:

  • Support using workload ID templates for policies, allowing dynamic extension of policies with metadata values at runtime.
  • Implement HTTP header injection to parse incoming and outgoing HTTP requests. SPIFFEEID is inserted into incoming HTTP requests if the client authenticated with a TLS certificate.
  • Implement sendpage for non-kTLS workloads, enabling proper handling of sendfile, especially for cases where the go fileserver implementation relies on sendfile for request handling.
  • Add support for AES-GCM and AES-CCM ciphers with kTLS.

Tests:

  • Add a test for kTLS-disabled environments.
  • Extend tests to cover all supported Debian environments (kernel versions: 5.15, 6.5).
  • Include a test for the get/set sockopt feature.

0.7.0

18 Apr 08:41
fc9134e
Compare
Choose a tag to compare
Prepare release 0.7.0 (#215)

0.6.0

27 Feb 13:50
f144995
Compare
Choose a tag to compare
Prepare release 0.6.0 (#173)

0.5.0

18 Jan 20:46
d59b0c2
Compare
Choose a tag to compare
bump 0.5.0 (#143)

0.4.0

15 Dec 14:12
77ffa51
Compare
Choose a tag to compare
Prepare release 0.4.0 (#131)

0.3.0

13 Dec 17:30
Compare
Choose a tag to compare
prepare release 0.3.0

0.2.0

11 Dec 15:23
64e91c6
Compare
Choose a tag to compare
Add new release to the changelog (#123)

0.1.0

07 Dec 13:16
Compare
Choose a tag to compare
update rule structure