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

Diff for /src/usr.bin/openssl/ecparam.c between version 1.10 and 1.11

version 1.10, 2015/07/20 03:02:46 version 1.11, 2015/07/20 21:56:47
Line 451 
Line 451 
                 if (!EC_GROUP_get_cofactor(group, ec_cofactor, NULL))                  if (!EC_GROUP_get_cofactor(group, ec_cofactor, NULL))
                         goto end;                          goto end;
   
                 if (!ec_p || !ec_a || !ec_b || !ec_gen ||  
                     !ec_order || !ec_cofactor)  
                         goto end;  
   
                 len = BN_num_bits(ec_order);                  len = BN_num_bits(ec_order);
   
                 if ((tmp_len = (size_t) BN_num_bytes(ec_p)) > buf_len)                  if ((tmp_len = (size_t) BN_num_bytes(ec_p)) > buf_len)

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