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

refactoring of ossl_cmp_certstatus_set_certHash() #206

Closed Akretsch closed 4 years ago

Akretsch commented 4 years ago

Refactoring of ossl_cmp_certstatus_set_certHash().

Akretsch commented 4 years ago

@DDvO my proposal

DDvO commented 4 years ago

@Akretsch, fine! I've renamed ssl_cmp_get1_certHash() to ossl_cmp_X509_digest() moved it to cmp_util.c. You can merge this now.