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/progs.h | |
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/progs.h')
-rw-r--r-- | src/usr.bin/openssl/progs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/progs.h b/src/usr.bin/openssl/progs.h index 2696f20145..6cbc9d7b5f 100644 --- a/src/usr.bin/openssl/progs.h +++ b/src/usr.bin/openssl/progs.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: progs.h,v 1.10 2024/05/18 08:47:13 jsg Exp $ */ | 1 | /* $OpenBSD: progs.h,v 1.11 2024/07/08 05:59:10 tb Exp $ */ |
2 | /* Public domain */ | 2 | /* Public domain */ |
3 | 3 | ||
4 | int asn1parse_main(int argc, char **argv); | 4 | int asn1parse_main(int argc, char **argv); |
@@ -40,7 +40,6 @@ int s_time_main(int argc, char **argv); | |||
40 | int sess_id_main(int argc, char **argv); | 40 | int sess_id_main(int argc, char **argv); |
41 | int smime_main(int argc, char **argv); | 41 | int smime_main(int argc, char **argv); |
42 | int speed_main(int argc, char **argv); | 42 | int speed_main(int argc, char **argv); |
43 | int spkac_main(int argc, char **argv); | ||
44 | int ts_main(int argc, char **argv); | 43 | int ts_main(int argc, char **argv); |
45 | int verify_main(int argc, char **argv); | 44 | int verify_main(int argc, char **argv); |
46 | int version_main(int argc, char **argv); | 45 | int version_main(int argc, char **argv); |