pki: Use serial of base CRL for delta CRLs
According to RFC 5280 delta CRLs and complete CRLs MUST share one numbering sequence.
This commit is contained in:
committed by
Andreas Steffen
parent
c72c6e9225
commit
49d9266c31
@@ -369,7 +369,10 @@ static int sign_crl()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
crl_serial = chunk_from_chars(0x00);
|
if (!crl_serial.ptr)
|
||||||
|
{
|
||||||
|
crl_serial = chunk_from_chars(0x00);
|
||||||
|
}
|
||||||
lastenum = enumerator_create_empty();
|
lastenum = enumerator_create_empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user