Commit 673a2cfba5 for openssl.org

commit 673a2cfba50ec7673a18ea434945a554a3dd3a19
Author: Dr. David von Oheimb <David.von.Oheimb@siemens.com>
Date:   Tue Jun 28 17:23:45 2022 +0200

    OSSL_HTTP_REQ_CTX.pod: tweak description of 'expect_asn1' parameter of OSSL_HTTP_REQ_CTX_set_expected()

    Reviewed-by: Neil Horman <nhorman@openssl.org>
    Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
    MergeDate: Wed Jun 10 06:27:02 2026
    (Merged from https://github.com/openssl/openssl/pull/27357)

diff --git a/doc/man3/OSSL_HTTP_REQ_CTX.pod b/doc/man3/OSSL_HTTP_REQ_CTX.pod
index e530d1b3fb..88e90c2330 100644
--- a/doc/man3/OSSL_HTTP_REQ_CTX.pod
+++ b/doc/man3/OSSL_HTTP_REQ_CTX.pod
@@ -111,10 +111,10 @@ in the header line, followed by a C<;> character and any further text.
 For instance, if the I<expected_content_type> argument specifies C<text/html>,
 this is matched by C<Text/HTML>, C<text/html; charset=UTF-8>, etc.

-If the I<expect_asn1> parameter is nonzero a structure in ASN.1 encoding will be
-expected as the response content and input streaming is disabled.  This means
-that an ASN.1 sequence header is required, its length field is checked, and
-OSSL_HTTP_REQ_CTX_get0_mem_bio() should be used to get the buffered response.
+If the I<expect_asn1> parameter is nonzero, a structure in ASN.1 DER/BER encoding
+will be expected as the response content and input streaming is disabled.
+This means that an ASN.1 sequence header is required, its length field is checked,
+and OSSL_HTTP_REQ_CTX_get0_mem_bio() should be used to get the buffered response.
 Otherwise (by default) any input format is allowed,
 with body length checks being performed on error messages only.
 In this case the BIO given as I<rbio> argument to OSSL_HTTP_REQ_CTX_new() should