diff options
author | 2004-07-02 16:08:09 +0000 | |
---|---|---|
committer | 2004-07-02 16:08:09 +0000 | |
commit | 3c99995bc6ac57f1d134e13a753858c165aae1ea (patch) | |
tree | 7e9c77ae6c7c02ba5eeb63b0d79d7978f43a2d59 | |
parent | Take TMPDIR into account when creating a temp mountpoint for populating. (diff) | |
download | wireguard-openbsd-3c99995bc6ac57f1d134e13a753858c165aae1ea.tar.xz wireguard-openbsd-3c99995bc6ac57f1d134e13a753858c165aae1ea.zip |
add `cast' and `cast-cbc' to the list of supported args to speed;
also add `dsa', which is shorthand for all the dsa tests;
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 6285d8619da..561a8e0deb8 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.44 2004/07/02 14:56:39 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.45 2004/07/02 16:08:09 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -6749,9 +6749,12 @@ v3 structures may cause parsing errors. .Op Cm aes-256-cbc .Op Cm blowfish .Op Cm bf-cbc +.Op Cm cast +.Op Cm cast-cbc .Op Cm des .Op Cm des-cbc .Op Cm des-ede3 +.Op Cm dsa .Op Cm dsa512 .Op Cm dsa1024 .Op Cm dsa2048 |