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

Diff for /src/usr.bin/openssl/x509.c between version 1.32 and 1.33

version 1.32, 2023/04/09 17:28:52 version 1.33, 2023/04/14 06:47:07
Line 888 
Line 888 
   
                 if ((pkey = X509_REQ_get0_pubkey(req)) == NULL)                  if ((pkey = X509_REQ_get0_pubkey(req)) == NULL)
                         goto end;                          goto end;
                 if (!X509_set_pubkey(x, pkey)) {                  if (!X509_set_pubkey(x, pkey))
                         EVP_PKEY_free(pkey);  
                         goto end;                          goto end;
                 }  
         } else {          } else {
                 x = load_cert(bio_err, cfg.infile, cfg.informat, NULL,                  x = load_cert(bio_err, cfg.infile, cfg.informat, NULL,
                     "Certificate");                      "Certificate");

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33