summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2012-07-13 05:48:27 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2012-07-13 05:48:27 +0000
commitb0c7ccbc02c590cdfafa4b07e2e4715094d682c1 (patch)
treecb91c5f15ca473710d0874915c2da6815b8dd631
parent2c4ef41aacbb1cc6acb6998ece87809b8ce5e1ea (diff)
put back the Key-Arg field - sess_id still prints it;
-rw-r--r--usr.sbin/openssl/openssl.17
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1
index 80a22c64033..8ef5011411b 100644
--- a/usr.sbin/openssl/openssl.1
+++ b/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: openssl.1,v 1.88 2012/07/12 21:33:12 jmc Exp $
+.\" $OpenBSD: openssl.1,v 1.89 2012/07/13 05:48:26 jmc Exp $
.\" ====================================================================
.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
.\"
@@ -112,7 +112,7 @@
.\"
.\" OPENSSL
.\"
-.Dd $Mdocdate: July 12 2012 $
+.Dd $Mdocdate: July 13 2012 $
.Dt OPENSSL 1
.Os
.Sh NAME
@@ -7576,6 +7576,7 @@ SSL-Session:
Session-ID: 871E62626C554CE95488823752CBD5F3673A3EF3DCE9C67BD916C809914B40ED
Session-ID-ctx: 01000000
Master-Key: A7CEFC571974BE02CAC305269DC59F76EA9F0B180CB6642697A68251F2D2BB57E51DBBB4C7885573192AE9AEE220FACD
+ Key-Arg : None
Start Time: 948459261
Timeout : 300 (sec)
Verify return code 0 (ok)
@@ -7595,6 +7596,8 @@ The SSL session ID in hex format.
The session ID context in hex format.
.It Ar Master-Key
This is the SSL session master key.
+.It Ar Key-Arg
+The key argument; this is only used in SSL v2.
.It Ar Start Time
This is the session start time, represented as an integer in standard
.Ux