SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Add Method

Adds a new revoked certificate entry.

Object Oriented Interface

public function doAdd($serialnumber, $revocationdate, $revocationreason);

Procedural Interface

secureblackbox_crlmanager_do_add($res, $serialnumber, $revocationdate, $revocationreason);

Remarks

Use this method to add information about a revoked certificate to the CRL. SerialNumber identifies the certificate, while RevocationDate and RevocationReason set the termination date and the reason for revocation.

rrUnknown0x0000
rrUnspecified0x0001
rrKeyCompromise0x0002
rrCACompromise0x0004
rrAffiliationChanged0x0008
rrSuperseded0x0010
rrCessationOfOperation0x0020
rrCertificateHold0x0040
rrRemoveFromCRL0x0080
rrPrivilegeWithdrawn0x0100
rrAACompromise0x0200

Note that a single CRL may only contain certificates issued by a single CA, and this CRL must be signed by that CA.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]