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

WIP: internal prepare_http_review branch #202

Closed DDvO closed 4 years ago

DDvO commented 4 years ago

Adding crypto/http/ and adapting crypto/ocsp/, crypto/bin/bio/b_sock.c, crypto/cmp/, apps/lib/apps.h, apps/*.c, and related header, doc, and meta files as discussed also here: https://github.com/openssl/openssl/issues/10271

DDvO commented 4 years ago

@Akretsch, the fix you did yesterday made the code compile in case NDEBUG is defined but was semantically wrong: it disabled the call of OSSL_CMP_MSG_http_perform() in this case.

I've just done the actual correction, which was to exchange the order of two adjacent code lines.