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

Diff for /src/usr.bin/openssl/s_server.c between version 1.11 and 1.12

version 1.11, 2015/06/15 05:16:56 version 1.12, 2015/07/17 07:04:41
Line 1692 
Line 1692 
 #endif  #endif
         if (SSL_cache_hit(con))          if (SSL_cache_hit(con))
                 BIO_printf(bio_s_out, "Reused session-id\n");                  BIO_printf(bio_s_out, "Reused session-id\n");
         if (SSL_ctrl(con, SSL_CTRL_GET_FLAGS, 0, NULL) &  
             TLS1_FLAGS_TLS_PADDING_BUG)  
                 BIO_printf(bio_s_out,  
                     "Peer has incorrect TLSv1 block padding\n");  
         BIO_printf(bio_s_out, "Secure Renegotiation IS%s supported\n",          BIO_printf(bio_s_out, "Secure Renegotiation IS%s supported\n",
             SSL_get_secure_renegotiation_support(con) ? "" : " NOT");              SSL_get_secure_renegotiation_support(con) ? "" : " NOT");
         if (keymatexportlabel != NULL) {          if (keymatexportlabel != NULL) {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12