mpeylo / cmpossl

An OpenSSL-based implementation of the Certificate Management Protocol (CMP), defined in IETF RFCs 4210, 4211, and 6712. It is being extended according to the emerging RFCs 'CMP Updates' (CMPv3), 'CMP Algorithms', and 'Lightweight CMP Profile'.
https://github.com/mpeylo/cmpossl/wiki
Other
35 stars 13 forks source link

Revocation api #231

Closed rajeev-0 closed 1 year ago

rajeev-0 commented 1 year ago

Motivation

Be able to issue revocation request using issuer and serial number of certificate to be revoked.

Proposed Changes

add -serialnumber and -issuer option for revocation request.

Test Plan

Added test in gencmpclient using Mock server.

DDvO commented 1 year ago

Hmm, better use "rebase and merge". If you can't fix it, I'll do.

DDvO commented 1 year ago

I removed the merge commit.