diff options
author | jmc <> | 2016-08-24 08:17:24 +0000 |
---|---|---|
committer | jmc <> | 2016-08-24 08:17:24 +0000 |
commit | 804e1745894e0a49080141121506198a0bfa17d7 (patch) | |
tree | 702b95a03e87ce3a82325b4c26de27c087bcca5f | |
parent | e94015ed511403d300d99176754ece1d83778e9f (diff) | |
download | openbsd-804e1745894e0a49080141121506198a0bfa17d7.tar.gz openbsd-804e1745894e0a49080141121506198a0bfa17d7.tar.bz2 openbsd-804e1745894e0a49080141121506198a0bfa17d7.zip |
shorten the pkeyparam text;
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 24987ce535..5f5f73131d 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.60 2016/08/24 08:07:33 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.61 2016/08/24 08:17:24 jmc Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -2914,9 +2914,6 @@ in addition to the encoded version. | |||
2914 | Print out only public key components | 2914 | Print out only public key components |
2915 | even if a private key is being processed. | 2915 | even if a private key is being processed. |
2916 | .El | 2916 | .El |
2917 | .\" | ||
2918 | .\" PKEYPARAM | ||
2919 | .\" | ||
2920 | .Sh PKEYPARAM | 2917 | .Sh PKEYPARAM |
2921 | .Cm openssl pkeyparam | 2918 | .Cm openssl pkeyparam |
2922 | .Op Fl in Ar file | 2919 | .Op Fl in Ar file |
@@ -2925,35 +2922,23 @@ even if a private key is being processed. | |||
2925 | .Op Fl text | 2922 | .Op Fl text |
2926 | .Pp | 2923 | .Pp |
2927 | The | 2924 | The |
2928 | .Nm pkey | 2925 | .Nm pkeyparam |
2929 | command processes public or private keys. | 2926 | command processes public or private keys. |
2930 | They can be converted between various forms and their components printed out. | 2927 | The key type is determined by the PEM headers. |
2931 | .Pp | 2928 | .Pp |
2932 | The options are as follows: | 2929 | The options are as follows: |
2933 | .Bl -tag -width Ds | 2930 | .Bl -tag -width Ds |
2934 | .It Fl in Ar file | 2931 | .It Fl in Ar file |
2935 | This specifies the input filename to read parameters from, | 2932 | The input file to read from, |
2936 | or standard input if this option is not specified. | 2933 | or standard input if not specified. |
2937 | .It Fl noout | 2934 | .It Fl noout |
2938 | Do not output the encoded version of the parameters. | 2935 | Do not output the encoded version of the parameters. |
2939 | .It Fl out Ar file | 2936 | .It Fl out Ar file |
2940 | This specifies the output filename to write parameters to, | 2937 | The output file to write to, |
2941 | or standard output if this option is not specified. | 2938 | or standard output if not specified. |
2942 | .It Fl text | 2939 | .It Fl text |
2943 | Prints out the parameters in plain text in addition to the encoded version. | 2940 | Print the parameters in plain text, in addition to the encoded version. |
2944 | .El | 2941 | .El |
2945 | .Sh PKEYPARAM EXAMPLES | ||
2946 | Print out text version of parameters: | ||
2947 | .Bd -literal -offset indent | ||
2948 | $ openssl pkeyparam -in param.pem -text | ||
2949 | .Ed | ||
2950 | .Sh PKEYPARAM NOTES | ||
2951 | There are no | ||
2952 | .Fl inform | ||
2953 | or | ||
2954 | .Fl outform | ||
2955 | options for this command because only PEM format is supported | ||
2956 | because the key type is determined by the PEM headers. | ||
2957 | .\" | 2942 | .\" |
2958 | .\" PKEYUTL | 2943 | .\" PKEYUTL |
2959 | .\" | 2944 | .\" |