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

backport OpenSSL PR 19948: CMP: add -no_cache_extracerts option, fix saving and loading empty cert lists #236

Closed DDvO closed 7 months ago

DDvO commented 7 months ago

BTW, this adds some (needless) files to test/recipes/80-test_cmp_http_data (we have these at genCMPClient level in `test/recipes/80-test_cmp_http_data/) yet this might help backport future changes.

rajeev-0 commented 7 months ago

BTW, this adds some (needless) files to test/recipes/80-test_cmp_http_data (we have these at genCMPClient level in `test/recipes/80-test_cmp_http_data/) yet this might help backport future changes.

I think once all the changes are backported , then we should remove it from here, just to prevent any confusion.