From ac5d44090fb8f3b2c8ebd600d3bdeeb4e242b66c Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 8 Jul 2024 05:59:10 +0000 Subject: Remove spkac subcommand Google killed efforts to have SPKAC in html5 by zapping it from chrome a decade ago. This effort doesn't look like it's going anywhere: https://datatracker.ietf.org/doc/draft-leggett-spkac/ Unfortunately, PHP and Ruby still support NETSCAPE_SPKI, so we can't kill that code, but I see no real reason we need to support this in our openssl command. If the need should arise we can write a somewhat less poor version of this. ok jsing --- src/usr.bin/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr.bin/openssl/Makefile') diff --git a/src/usr.bin/openssl/Makefile b/src/usr.bin/openssl/Makefile index ac42361932..e35b788500 100644 --- a/src/usr.bin/openssl/Makefile +++ b/src/usr.bin/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2024/05/27 16:11:43 tb Exp $ +# $OpenBSD: Makefile,v 1.14 2024/07/08 05:59:10 tb Exp $ .include @@ -25,7 +25,7 @@ SRCS= apps.c apps_posix.c asn1pars.c ca.c certhash.c ciphers.c cms.c crl.c \ errstr.c gendh.c gendsa.c genpkey.c genrsa.c ocsp.c \ openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c \ pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c s_cb.c s_client.c \ - s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c ts.c \ + s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c ts.c \ verify.c version.c x509.c .include -- cgit v1.2.3-55-g6feb