openssl/include
Richard Levitte e5ac413b2d Fix backward incompatibility revolving around OSSL_HTTP_REQ_CTX_sendreq_d2i()
The OSSL_HTTP_REQ_CTX API has a few changes compared to the older
OCSP_REQ_CTX API which are not quite obvious at first sight.

The old OCSP_REQ_CTX_nbio_d2i() took three arguments, of which one is
an output argument, and return an int, while the newer
OSSL_HTTP_REQ_CTX_sendreq_d2i() returns the value directly and thereby
takes one less argument.

The mapping from the old to the new wasn't quite right, this corrects
it, along with a couple of X509 macros that needed the same kind of
fix.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/14196)
2021-02-17 14:37:20 +01:00
..
crypto Don't overflow the output length in EVP_CipherUpdate calls 2021-02-16 11:40:12 +00:00
internal include/internal: add a few missing #pragma once directives 2021-02-10 23:20:58 +01:00
openssl Fix backward incompatibility revolving around OSSL_HTTP_REQ_CTX_sendreq_d2i() 2021-02-17 14:37:20 +01:00