From 189ae368d91d2c9de5ed1fa21e993f5c83fc4445 Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Sat, 24 May 2014 00:02:24 +0100 Subject: Add an NSS output format to sess_id to export to export the session id and the master key in NSS keylog format. PR#3352 --- doc/apps/sess_id.pod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/apps') diff --git a/doc/apps/sess_id.pod b/doc/apps/sess_id.pod index 9988d2c..fb5ce12 100644 --- a/doc/apps/sess_id.pod +++ b/doc/apps/sess_id.pod @@ -9,7 +9,7 @@ sess_id - SSL/TLS session handling utility B B [B<-inform PEM|DER>] -[B<-outform PEM|DER>] +[B<-outform PEM|DER|NSS>] [B<-in filename>] [B<-out filename>] [B<-text>] @@ -33,10 +33,11 @@ format containing session details. The precise format can vary from one version to the next. The B form is the default format: it consists of the B format base64 encoded with additional header and footer lines. -=item B<-outform DER|PEM> +=item B<-outform DER|PEM|NSS> -This specifies the output format, the options have the same meaning as the -B<-inform> option. +This specifies the output format. The B and B options have the same meaning +as the B<-inform> option. The B option outputs the session id and the master key +in NSS keylog format. =item B<-in filename> -- cgit v1.1