From 3a4a5f938dcb07a884c0792d0fae25decaf06c6c Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Wed, 25 Jun 2014 14:37:21 +0200 Subject: [PATCH] add missing ocsp_staple header --- cipherscan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cipherscan b/cipherscan index eb91255..d703849 100755 --- a/cipherscan +++ b/cipherscan @@ -250,13 +250,13 @@ display_results_in_terminal() { if [ $DOBENCHMARK -eq 1 ]; then if [ $different == "True" ]; then - header="prio ciphersuite protocols pubkey_size signature_algoritm trusted ticket_hint pfs_keysize avg_handshake_microsec" + header="prio ciphersuite protocols pubkey_size signature_algoritm trusted ticket_hint ocsp_staple pfs_keysize avg_handshake_microsec" else header="prio ciphersuite protocols pfs_keysize avg_handshake_microsec" fi else if [ $different == "True" ]; then - header="prio ciphersuite protocols pubkey_size signature_algorithm trusted ticket_hint pfs_keysize" + header="prio ciphersuite protocols pubkey_size signature_algorithm trusted ticket_hint ocsp_staple pfs_keysize" else header="prio ciphersuite protocols pfs_keysize" fi