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

Fix mem leak on failure case of process request in CMP mock server #194

Closed raja-ashok closed 5 years ago

raja-ashok commented 5 years ago

Failure case of process_request in mock server is having memory leak.

DDvO commented 5 years ago

Good catch. Merged, thanks!