]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
scepclient: Remove documentation about removal of scepclient
authorTobias Brunner <tobias@strongswan.org>
Wed, 14 Sep 2022 15:54:23 +0000 (17:54 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 20 Sep 2022 08:50:36 +0000 (10:50 +0200)
There should be no need for such a persistent documentation on a removed
component in the repository.  The commit history is enough.  And besides
that, there is user-facing documentation about it in the docs and the
changelog/NEWS.

src/scepclient/README.md [deleted file]

diff --git a/src/scepclient/README.md b/src/scepclient/README.md
deleted file mode 100644 (file)
index 18526cf..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# ipsec scepclient #
-
-## Description ##
-
-The `ipsec scepclient` tool was an early client implementation of the
-_Simple Certificate Enrollment Protocol_ (SCEP).
-
-The tool was written in 2005 and only got marginal updates since then. Hence it
-implemented an old version of the SCEP Internet Draft (version 10/11 of
-`draft-nourse-scep` and used the broken `MD5` hash and single `DES` encryption
-algorithms as defaults.
-
-## Obsolescence ##
-
-With strongSwan version 5.9.8 `*ipsec scepclient*` has been removed and replaced
-by the `pki` subcommands `pki --scep` and `pki --scepca` which implement the new
-SCEP RFC 8894 standard that was released in September 2020 and which supports
-trusted **certificate renewal** based on the existing client certificate.