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

Replacing HMAC when calculating PBM with EVP_MAC #163

Closed mpeylo closed 5 years ago

mpeylo commented 5 years ago

as suggested by Matt Caswell

changes in other files due to changing mac_len to size_t

Checklist