X509CAImpl.updateCRL

Create a new CRL by with additional entries.

class X509CAImpl
const
updateCRL
()
(,
auto const ref Vector!CRLEntry new_revoked
,,
Duration next_update = 0.seconds
)

Parameters

crl X509CRL

the last CRL of this CA to add the new entries to

new_revoked Vector!CRLEntry

contains the new CRL entries to be added to the CRL

rng RandomNumberGenerator

the random number generator to use

next_update Duration

the time to set in next update in Duration from now

Meta