diff options
| author | tb <> | 2024-07-08 05:59:10 +0000 |
|---|---|---|
| committer | tb <> | 2024-07-08 05:59:10 +0000 |
| commit | 5dae2748533215faccdef012f6c3aafefd3a6812 (patch) | |
| tree | 4ad23b13c2377dafba4b5836f54421095a661066 /src/usr.bin/openssl/Makefile | |
| parent | 154cc09bdfc1d6f754469183268dd816364a7cd4 (diff) | |
| download | openbsd-5dae2748533215faccdef012f6c3aafefd3a6812.tar.gz openbsd-5dae2748533215faccdef012f6c3aafefd3a6812.tar.bz2 openbsd-5dae2748533215faccdef012f6c3aafefd3a6812.zip | |
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
Diffstat (limited to 'src/usr.bin/openssl/Makefile')
| -rw-r--r-- | src/usr.bin/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.13 2024/05/27 16:11:43 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.14 2024/07/08 05:59:10 tb Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -25,7 +25,7 @@ SRCS= apps.c apps_posix.c asn1pars.c ca.c certhash.c ciphers.c cms.c crl.c \ | |||
| 25 | errstr.c gendh.c gendsa.c genpkey.c genrsa.c ocsp.c \ | 25 | errstr.c gendh.c gendsa.c genpkey.c genrsa.c ocsp.c \ |
| 26 | openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c \ | 26 | openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c \ |
| 27 | pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c s_cb.c s_client.c \ | 27 | pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c s_cb.c s_client.c \ |
| 28 | s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c ts.c \ | 28 | s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c ts.c \ |
| 29 | verify.c version.c x509.c | 29 | verify.c version.c x509.c |
| 30 | 30 | ||
| 31 | .include <bsd.prog.mk> | 31 | .include <bsd.prog.mk> |
