diff options
author | Rich Salz <rsalz@akamai.com> | 2020-12-26 16:21:41 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2021-01-19 11:13:15 +0100 |
commit | 83b6dc8dc739ce7ca82652461bea92c31e634a57 (patch) | |
tree | e2bf6b2f26ffbd21f17b5638dc4d3eaf20cb8b49 /util/missingcrypto.txt | |
parent | DOCS: Fix the last few remaining pass phrase options references (diff) | |
download | openssl-83b6dc8dc739ce7ca82652461bea92c31e634a57.tar.xz openssl-83b6dc8dc739ce7ca82652461bea92c31e634a57.zip |
Deprecate OCSP_xxx API for OSSL_HTTP_xxx
Deprecations made:
OCSP_REQ_CTX typedef->OSSL_HTTP_REQ_CTX
OCSP_REQ_CTX_new->OSSL_HTTP_REQ_CTX_new
OCSP_REQ_CTX_free->OSSL_HTTP_REQ_CTX_free
OCSP_REQ_CTX_http-> OSSL_HTTP_REQ_CTX_header
OCSP_REQ_CTX_add1_header->OSSL_HTTP_REQ_CTX_add1_header
OCSP_REQ_CTX_i2d->OSSL_HTTP_REQ_CTX_i2d
OCSP_REQ_CTX_get0_mem_bio->OSSL_HTTP_REQ_CTX_get0_mem_bio
OCSP_set_max_response_length->OSSL_HTTP_REQ_CTX_set_max_response_length
OCSP_REQ_CTX_nbio_d2i->OSSL_HTTP_REQ_CTX_sendreq_d2i
OCSP_REQ_CTX_nbio->OSSL_HTTP_REQ_CTX_nbio
Made some editorial changes to man3/OCSP_sendreq.pod; move the NOTES
text inline. Some of the original functions had no documentation:
OCSP_REQ_CTX_new, OCSP_REQ_CTX_http, OCSP_REQ_CTX_get0_mem_bio,
OCSP_REQ_CTX_nbio_d2i, and OCSP_REQ_CTX_nbio. Their new counterparts
are now documented in doc/man3/OSSL_HTTP_REQ_CTX.pod
Fixes #12234
Co-authored-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13742)
Diffstat (limited to 'util/missingcrypto.txt')
-rw-r--r-- | util/missingcrypto.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index 8b3ebab119..169aab1bd6 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -791,6 +791,11 @@ OCSP_ONEREQ_get_ext_by_critical(3) OCSP_ONEREQ_get_ext_count(3) OCSP_ONEREQ_it(3) OCSP_REQINFO_it(3) +OCSP_REQ_CTX_get0_mem_bio(3) +OCSP_REQ_CTX_http(3) +OCSP_REQ_CTX_new(3) +OCSP_REQ_CTX_nbio(3) +OCSP_REQ_CTX_nbio_d2i(3) OCSP_REQUEST_add1_ext_i2d(3) OCSP_REQUEST_add_ext(3) OCSP_REQUEST_delete_ext(3) @@ -802,11 +807,6 @@ OCSP_REQUEST_get_ext_by_critical(3) OCSP_REQUEST_get_ext_count(3) OCSP_REQUEST_it(3) OCSP_REQUEST_print(3) -OCSP_REQ_CTX_get0_mem_bio(3) -OCSP_REQ_CTX_http(3) -OCSP_REQ_CTX_nbio(3) -OCSP_REQ_CTX_nbio_d2i(3) -OCSP_REQ_CTX_new(3) OCSP_RESPBYTES_it(3) OCSP_RESPDATA_it(3) OCSP_RESPID_it(3) |