summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2004-07-02 14:56:39 +0000
committerjmc <>2004-07-02 14:56:39 +0000
commitb85ecb2ed26cc4b4d1c0def05a11f6cb4c92c2b0 (patch)
tree90bdf47ae47eaf4551e61b9965443d56fd48daa6
parent607f5fc8485dda73296028b5e37ac533b9874952 (diff)
downloadopenbsd-b85ecb2ed26cc4b4d1c0def05a11f6cb4c92c2b0.tar.gz
openbsd-b85ecb2ed26cc4b4d1c0def05a11f6cb4c92c2b0.tar.bz2
openbsd-b85ecb2ed26cc4b4d1c0def05a11f6cb4c92c2b0.zip
reorder for openssl speed;
-rw-r--r--src/usr.sbin/openssl/openssl.130
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
6780The 6780The
@@ -6785,20 +6785,9 @@ command is used to test the performance of cryptographic algorithms.
6785If any options are given, 6785If any options are given,
6786.Nm speed 6786.Nm speed
6787tests those algorithms, otherwise all of the above are tested. 6787tests those algorithms, otherwise all of the above are tested.
6788.It Fl elapsed
6789Measure time in real time instead of CPU user time.
6790.It Fl evp Ar e
6791Use EVP
6792.Ar e .
6793.It Fl decrypt 6788.It Fl decrypt
6794Time decryption instead of encryption 6789Time decryption instead of encryption
6795.Pq only EVP . 6790.Pq only EVP .
6796.It Fl mr
6797Produce machine readable output.
6798.It Fl multi Ar number
6799Run
6800.Ar number
6801benchmarks in parallel.
6802.It Fl engine Ar id 6791.It Fl engine Ar id
6803Specifying an engine (by it's unique 6792Specifying 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,
6808thus initialising it if needed. 6797thus initialising it if needed.
6809The engine will then be set as the default 6798The engine will then be set as the default
6810for all available algorithms. 6799for all available algorithms.
6800.It Fl elapsed
6801Measure time in real time instead of CPU user time.
6802.It Fl evp Ar e
6803Use EVP
6804.Ar e .
6805.It Fl mr
6806Produce machine readable output.
6807.It Fl multi Ar number
6808Run
6809.Ar number
6810benchmarks in parallel.
6811.El 6811.El
6812.\" 6812.\"
6813.\" SPKAC 6813.\" SPKAC