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

Copy all SubjectAltNames for KUR from oldCert #93

Open tpank opened 7 years ago

tpank commented 7 years ago

For KUR, the certificate request details should be aligned to the certificate to be updated. As part of that, all subjectAltNames from the oldCert could (should?) be copied.

Reported by: mpeylo

Original Ticket: cmpforopenssl/feature-requests/39

DDvO commented 6 years ago

implemented; to be reviewed