From bd5e4e7792ecd625a77bb630b235191d9dca510f Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 1 May 2023 07:37:45 +0000 Subject: Remove ASN1_item_ndef_i2d(3) documentation This was the last public API explicitly named ndef/NDEF for indefinite length encoding, so remove that explanation as well. --- src/lib/libcrypto/man/crypto.3 | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'src/lib/libcrypto/man/crypto.3') diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index f809347a6b..e63c1a78df 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.3,v 1.28 2022/02/04 00:55:52 tb Exp $ +.\" $OpenBSD: crypto.3,v 1.29 2023/05/01 07:37:45 tb Exp $ .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 .\" .\" This file is a derived work. @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 4 2022 $ +.Dd $Mdocdate: May 1 2023 $ .Dt CRYPTO 3 .Os .Sh NAME @@ -337,18 +337,6 @@ in the same sense. See also the .Dq cb entry in the present list. -.It ndef -indefinite length form: -The function encodes according to ASN.1 basic encoding rules (BER) -using the indefinite length form. -Even if the function name also includes -.Dq i2d , -the output does not conform to ASN.1 distinguished encoding rules (DER). -See -.Xr ASN1_item_ndef_i2d 3 . -Some function names contain the all caps version -.Dq NDEF -with the same meaning. .It nid numerical identifier: A non-standard, LibreSSL-specific -- cgit v1.2.3-55-g6feb