diff options
author | jmc <> | 2004-07-02 14:56:39 +0000 |
---|---|---|
committer | jmc <> | 2004-07-02 14:56:39 +0000 |
commit | b85ecb2ed26cc4b4d1c0def05a11f6cb4c92c2b0 (patch) | |
tree | 90bdf47ae47eaf4551e61b9965443d56fd48daa6 | |
parent | 607f5fc8485dda73296028b5e37ac533b9874952 (diff) | |
download | openbsd-b85ecb2ed26cc4b4d1c0def05a11f6cb4c92c2b0.tar.gz openbsd-b85ecb2ed26cc4b4d1c0def05a11f6cb4c92c2b0.tar.bz2 openbsd-b85ecb2ed26cc4b4d1c0def05a11f6cb4c92c2b0.zip |
reorder for openssl speed;
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 9e75520f76..6285d8619d 100644 --- a/src/usr.sbin/openssl/openssl.1 +++ b/src/usr.sbin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.43 2004/05/27 09:08:41 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.44 2004/07/02 14:56:39 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 | .\" |
@@ -6769,12 +6769,12 @@ v3 structures may cause parsing errors. | |||
6769 | .Op Cm rsa2048 | 6769 | .Op Cm rsa2048 |
6770 | .Op Cm rsa4096 | 6770 | .Op Cm rsa4096 |
6771 | .Op Cm sha1 | 6771 | .Op Cm sha1 |
6772 | .Op Fl elapsed | ||
6773 | .Op Fl evp Ar e | ||
6774 | .Op Fl decrypt | 6772 | .Op Fl decrypt |
6773 | .Op Fl elapsed | ||
6775 | .Op Fl mr | 6774 | .Op Fl mr |
6776 | .Op Fl multi Ar number | ||
6777 | .Op Fl engine Ar id | 6775 | .Op Fl engine Ar id |
6776 | .Op Fl evp Ar e | ||
6777 | .Op Fl multi Ar number | ||
6778 | .Ek | 6778 | .Ek |
6779 | .Pp | 6779 | .Pp |
6780 | The | 6780 | The |
@@ -6785,20 +6785,9 @@ command is used to test the performance of cryptographic algorithms. | |||
6785 | If any options are given, | 6785 | If any options are given, |
6786 | .Nm speed | 6786 | .Nm speed |
6787 | tests those algorithms, otherwise all of the above are tested. | 6787 | tests those algorithms, otherwise all of the above are tested. |
6788 | .It Fl elapsed | ||
6789 | Measure time in real time instead of CPU user time. | ||
6790 | .It Fl evp Ar e | ||
6791 | Use EVP | ||
6792 | .Ar e . | ||
6793 | .It Fl decrypt | 6788 | .It Fl decrypt |
6794 | Time decryption instead of encryption | 6789 | Time decryption instead of encryption |
6795 | .Pq only EVP . | 6790 | .Pq only EVP . |
6796 | .It Fl mr | ||
6797 | Produce machine readable output. | ||
6798 | .It Fl multi Ar number | ||
6799 | Run | ||
6800 | .Ar number | ||
6801 | benchmarks in parallel. | ||
6802 | .It Fl engine Ar id | 6791 | .It Fl engine Ar id |
6803 | Specifying an engine (by it's unique | 6792 | Specifying an engine (by it's unique |
6804 | .Ar id | 6793 | .Ar id |
@@ -6808,6 +6797,17 @@ to attempt to obtain a functional reference to the specified engine, | |||
6808 | thus initialising it if needed. | 6797 | thus initialising it if needed. |
6809 | The engine will then be set as the default | 6798 | The engine will then be set as the default |
6810 | for all available algorithms. | 6799 | for all available algorithms. |
6800 | .It Fl elapsed | ||
6801 | Measure time in real time instead of CPU user time. | ||
6802 | .It Fl evp Ar e | ||
6803 | Use EVP | ||
6804 | .Ar e . | ||
6805 | .It Fl mr | ||
6806 | Produce machine readable output. | ||
6807 | .It Fl multi Ar number | ||
6808 | Run | ||
6809 | .Ar number | ||
6810 | benchmarks in parallel. | ||
6811 | .El | 6811 | .El |
6812 | .\" | 6812 | .\" |
6813 | .\" SPKAC | 6813 | .\" SPKAC |