[BACK]Return to s_client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/s_client.c between version 1.61 and 1.62

version 1.61, 2023/07/03 06:22:07 version 1.62, 2023/07/03 08:03:56
Line 624 
Line 624 
                 .value = SSL_OP_NO_TICKET,                  .value = SSL_OP_NO_TICKET,
         },          },
         {          {
                   .name = "no_tls1",
                   .type = OPTION_DISCARD,
           },
           {
                   .name = "no_tls1_1",
                   .type = OPTION_DISCARD,
           },
           {
                 .name = "no_tls1_2",                  .name = "no_tls1_2",
                 .desc = "Disable the use of TLSv1.2",                  .desc = "Disable the use of TLSv1.2",
                 .type = OPTION_VALUE_OR,                  .type = OPTION_VALUE_OR,

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62