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

Evaluate whether bio_connect in cmp_http.c is needed #173

Closed mpeylo closed 5 years ago

mpeylo commented 5 years ago

After commit 01b1bb36e2b there is a comment and an #if 1 in lines 456-469

DDvO commented 5 years ago

It turns out to be worth calling bio_connect(), so removed TODO for checking this in cmp-dev.