diff options
author | jmc <> | 2016-08-12 06:21:12 +0000 |
---|---|---|
committer | jmc <> | 2016-08-12 06:21:12 +0000 |
commit | 7defe424090c084de6c0ba88ff4394fca79f53cd (patch) | |
tree | 8da22849e12c05388c354828c2d9e6b8e73b4736 /src | |
parent | 9be0af43f3f62117686b801f9966a92c98be3bc3 (diff) | |
download | openbsd-7defe424090c084de6c0ba88ff4394fca79f53cd.tar.gz openbsd-7defe424090c084de6c0ba88ff4394fca79f53cd.tar.bz2 openbsd-7defe424090c084de6c0ba88ff4394fca79f53cd.zip |
trim errstr, and zap gendh (deprecated) entirely;
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 696ee2f245..f5c766e9cd 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.49 2016/08/12 06:17:22 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.50 2016/08/12 06:21:12 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 | .\" |
@@ -1821,9 +1821,6 @@ the first eight bytes of the encrypted data are reserved for the salt: | |||
1821 | it is randomly generated when encrypting a file and read from the | 1821 | it is randomly generated when encrypting a file and read from the |
1822 | encrypted file when it is decrypted. | 1822 | encrypted file when it is decrypted. |
1823 | .El | 1823 | .El |
1824 | .\" | ||
1825 | .\" ERRSTR | ||
1826 | .\" | ||
1827 | .Sh ERRSTR | 1824 | .Sh ERRSTR |
1828 | .Nm openssl errstr | 1825 | .Nm openssl errstr |
1829 | .Op Fl stats | 1826 | .Op Fl stats |
@@ -1854,28 +1851,6 @@ The options are as follows: | |||
1854 | .It Fl stats | 1851 | .It Fl stats |
1855 | Print debugging statistics about various aspects of the hash table. | 1852 | Print debugging statistics about various aspects of the hash table. |
1856 | .El | 1853 | .El |
1857 | .Sh ERRSTR EXAMPLES | ||
1858 | The following error code: | ||
1859 | .Pp | ||
1860 | .Dl 27594:error:2006D080:lib(32):func(109):reason(128):bss_file.c:107: | ||
1861 | .Pp | ||
1862 | \&...can be displayed with: | ||
1863 | .Pp | ||
1864 | .Dl $ openssl errstr 2006D080 | ||
1865 | .Pp | ||
1866 | \&...to produce the error message: | ||
1867 | .Pp | ||
1868 | .Dl error:2006D080:BIO routines:BIO_new_file:no such file | ||
1869 | .\" | ||
1870 | .\" GENDH | ||
1871 | .\" | ||
1872 | .Sh GENDH | ||
1873 | Generation of Diffie-Hellman Parameters. | ||
1874 | Replaced by | ||
1875 | .Nm dhparam . | ||
1876 | See | ||
1877 | .Sx DHPARAM | ||
1878 | above. | ||
1879 | .\" | 1854 | .\" |
1880 | .\" GENDSA | 1855 | .\" GENDSA |
1881 | .\" | 1856 | .\" |