From 2d1afeee8d60747e07b66bb8c85cabfbad7cdcc4 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 29 Jan 2024 18:10:49 +0100 Subject: [PATCH] Mention certificate revocation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 884b708..dffa530 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ specification. * Fully async implementation with tracing support * Support for processing multiple orders concurrently * Support for external account binding +* Support for certificate revocation * Uses hyper with rustls and Tokio for HTTP requests * Uses *ring* for ECDSA signing * Minimum supported Rust version: 1.60