mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
*** empty log message ***
This commit is contained in:
parent
9d4ad0f739
commit
b015091d30
@ -141,10 +141,9 @@ void CertView::newCert(NewX509 *dlg)
|
||||
// Step 2 - select Signing
|
||||
if (dlg->foreignSignRB->isChecked()) {
|
||||
signcert = dlg->getSelectedSigner();
|
||||
if (Error(signcert)) return;
|
||||
serial = signcert->getIncCaSerial();
|
||||
signkey = signcert->getRefKey();
|
||||
// search for serial in database
|
||||
|
||||
}
|
||||
else {
|
||||
signkey = clientkey;
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
void NewX509::initCtx()
|
||||
{
|
||||
X509V3_set_ctx(&ext_ctx, getSelectedSigner()->getCert() , NULL, NULL, NULL, 0);
|
||||
X509V3_set_ctx_nodb(&ext_ctx);
|
||||
X509V3_set_ctx_nodb((&ext_ctx));
|
||||
}
|
||||
|
||||
int NewX509::eku_nid[EKUN_CNT] = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user