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

Diff for /src/usr.bin/openssl/req.c between version 1.2 and 1.3

version 1.2, 2014/08/28 14:23:52 version 1.3, 2014/10/01 13:15:40
Line 97 
Line 97 
 #define STRING_MASK     "string_mask"  #define STRING_MASK     "string_mask"
 #define UTF8_IN         "utf8"  #define UTF8_IN         "utf8"
   
 #define DEFAULT_KEY_LENGTH      512  #define DEFAULT_KEY_LENGTH      2048
 #define MIN_KEY_LENGTH          384  #define MIN_KEY_LENGTH          384
   
   
Line 184 
Line 184 
         unsigned long chtype = MBSTRING_ASC;          unsigned long chtype = MBSTRING_ASC;
   
         req_conf = NULL;          req_conf = NULL;
 #ifndef OPENSSL_NO_DES          cipher = EVP_aes_256_cbc();
         cipher = EVP_des_ede3_cbc();          digest = EVP_sha256();
 #endif  
   
         infile = NULL;          infile = NULL;
         outfile = NULL;          outfile = NULL;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3