Skip to content

Commit 1370e55

Browse files
committed
FOSDEM talk by Ruben about NTS pools
1 parent 2be0bb2 commit 1370e55

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

content/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ supporters = [
3030
]
3131

3232
blogposts = [
33-
"Video: sudo-rs and beyond (Ubuntu Summit 25.10)",
33+
"Video: Securing time with NTS (FOSDEM26)",
3434
"Calling for memory safety incentives in EU cybersecurity policies",
3535
"Canonical releases Ubuntu 25-10 with sudo-rs as the default sudo",
3636
"ntpd-rs now supports version 5 of the Network Time Protocol",
3737
"zlib-rs is faster than C",
38-
"Trifecta Tech Foundation joins Nonprofit Cyber",
3938
"More Memory Safety for Let’s Encrypt: Deploying ntpd-rs"
4039
]
4140
+++
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
+++
2+
title = "Video: Securing time with NTS (FOSDEM26)"
3+
date = 2026-02-01
4+
5+
[taxonomies]
6+
tags = ["Pendulum", "NTS Pool"]
7+
8+
[extra]
9+
externalLink = "https://fosdem.org/2026/schedule/event/J8UN83-securing_time_with_nts/"
10+
source = "FOSDEM"
11+
+++
12+
13+
The Network Time Protocol is generally used completely unprotected, much like the web was before HTTPS. Ruben explains how we aim to push adoption of secure time (NTS) using pools of NTS servers.
14+
15+
<!-- more -->

content/initiatives/time-synchronization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ supporters = [
3232
]
3333

3434
blogposts = [
35+
"Video: Securing time with NTS (FOSDEM26)",
3536
"ntpd-rs now supports version 5 of the Network Time Protocol",
3637
"Enabling pools in NTS",
3738
"ISPCS paper: Estimating noise for clock-synchronizing Kalman filters",

content/projects/nts-pool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ supporters = [
2222
]
2323

2424
blogposts = [
25+
"Video: Securing time with NTS (FOSDEM26)",
2526
"Enabling pools in NTS",
2627
"A safe Internet requires secure time"
2728
]

0 commit comments

Comments
 (0)