From 51977355dcd5dd2b3ddd11215c68ebc519ae9de0 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 7 Dec 2020 16:59:59 +0100 Subject: [PATCH] Remove the time stamp Having a time stamp identifying each revision of the document is useful, but it's also a pain because it creates a conflict whenever there are multiple pending changes at the same time. The gain isn't worth the pain, so I'm removing the time stamp. Signed-off-by: Gilles Peskine --- docs/proposed/psa-driver-interface.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/proposed/psa-driver-interface.md b/docs/proposed/psa-driver-interface.md index d825794626..cdd2f0fb2e 100644 --- a/docs/proposed/psa-driver-interface.md +++ b/docs/proposed/psa-driver-interface.md @@ -5,8 +5,6 @@ This document describes an interface for cryptoprocessor drivers in the PSA cryp This specification is work in progress and should be considered to be in a beta stage. There is ongoing work to implement this interface in Mbed TLS, which is the reference implementation of the PSA Cryptography API. At this stage, Arm does not expect major changes, but minor changes are expected based on experience from the first implementation and on external feedback. -Time-stamp: "2020/11/24 11:03:32 GMT" - ## Introduction ### Purpose of the driver interface