Remove spkac subcommand
authortb <tb@openbsd.org>
Mon, 8 Jul 2024 05:59:10 +0000 (05:59 +0000)
committertb <tb@openbsd.org>
Mon, 8 Jul 2024 05:59:10 +0000 (05:59 +0000)
commit06fbf490dfe62452fc75c3436710f03ee1e5b1f1
tree8b0d2b50fc109e958ec638dfb83b036e8e877d91
parent77fb829e28a4fec2a4425ebefffdd6a01266b315
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
usr.bin/openssl/Makefile
usr.bin/openssl/openssl.c
usr.bin/openssl/progs.h
usr.bin/openssl/spkac.c [deleted file]