content-cache-charm:master

Last commit made on 2025-02-03
Get this branch:
git clone -b master https://git.launchpad.net/content-cache-charm
Members of Content Cache Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:content-cache-charm

Recent commits

a1d2a3d... by Haw Loeung

Fix ip_local_port_range: prefer different parity for start/end values

Reviewed-on: https://code.launchpad.net/~hloeung/content-cache-charm/+git/content-cache-charm/+merge/480502
Reviewed-by: 🤖 Canonical IS Review Bot <email address hidden>

Succeeded
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] unittest:0 (build)
12 of 2 results
2766583... by Haw Loeung

Fix ip_local_port_range: prefer different parity for start/end values

080b16c... by Haw Loeung

Add logging of TLS/SSL protocol and ciphersuites negotiated by clients

Reviewed-on: https://code.launchpad.net/~hloeung/content-cache-charm/+git/content-cache-charm/+merge/477939
Reviewed-by: Paul Collins <email address hidden>

Succeeded
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] unittest:0 (build)
12 of 2 results
d0739a1... by Haw Loeung

Add logging of TLS/SSL protocol and ciphersuites negotiated by clients

50a56b6... by Haw Loeung

Update default TLS/SSL ciphers to include ChaCha20-Poly1305 and disable AESCCM

Reviewed-on: https://code.launchpad.net/~hloeung/content-cache-charm/+git/content-cache-charm/+merge/477792
Reviewed-by: 🤖 Canonical IS Review Bot <email address hidden>

Succeeded
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] unittest:0 (build)
12 of 2 results
2a2783a... by Haw Loeung

Update default TLS/SSL ciphers to include ChaCha20-Poly1305 and disable AESCCM

AES CCM vs. GCM:

https://crypto.stackexchange.com/questions/6842/how-to-choose-between-aes-ccm-and-aes-gcm-for-storage-volume-encryption

005a1e5... by Haw Loeung

Add logging of port, useful for being able to distinguish if HTTP or HTTPS

Reviewed-on: https://code.launchpad.net/~hloeung/content-cache-charm/+git/content-cache-charm/+merge/477545
Reviewed-by: Loïc Gomez <email address hidden>

Succeeded
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] unittest:0 (build)
12 of 2 results
7052881... by Haw Loeung

Add logging of port, useful for being able to distinguish if HTTP or HTTPS

9a56bc8... by Haw Loeung

Fix sysctl - ensure persist across reboots on same/equal

Reviewed-on: https://code.launchpad.net/~hloeung/content-cache-charm/+git/content-cache-charm/+merge/476640
Reviewed-by: Paul Collins <email address hidden>

Succeeded
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] unittest:0 (build)
12 of 2 results
43ae9bb... by Haw Loeung

Fix sysctl - ensure persist across reboots on same/equal

Otherwise, on same value, that sysctl tuning config is omitted and
therefore doesn't get applied on next reboot.