summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/crypto.3
diff options
context:
space:
mode:
authortb <>2023-05-01 07:37:45 +0000
committertb <>2023-05-01 07:37:45 +0000
commit9d1114dce6ed12953dcd612e5aec50f9607b882b (patch)
tree79c3921cac12df7aa790f0c13aac6c3e9bbd9158 /src/lib/libcrypto/man/crypto.3
parentfb70a90350405b89c91e34df9c3cc04afce08c79 (diff)
downloadopenbsd-9d1114dce6ed12953dcd612e5aec50f9607b882b.tar.gz
openbsd-9d1114dce6ed12953dcd612e5aec50f9607b882b.tar.bz2
openbsd-9d1114dce6ed12953dcd612e5aec50f9607b882b.zip
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.
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/crypto.316
1 files changed, 2 insertions, 14 deletions
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 @@
1.\" $OpenBSD: crypto.3,v 1.28 2022/02/04 00:55:52 tb Exp $ 1.\" $OpenBSD: crypto.3,v 1.29 2023/05/01 07:37:45 tb Exp $
2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: February 4 2022 $ 69.Dd $Mdocdate: May 1 2023 $
70.Dt CRYPTO 3 70.Dt CRYPTO 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -337,18 +337,6 @@ in the same sense.
337See also the 337See also the
338.Dq cb 338.Dq cb
339entry in the present list. 339entry in the present list.
340.It ndef
341indefinite length form:
342The function encodes according to ASN.1 basic encoding rules (BER)
343using the indefinite length form.
344Even if the function name also includes
345.Dq i2d ,
346the output does not conform to ASN.1 distinguished encoding rules (DER).
347See
348.Xr ASN1_item_ndef_i2d 3 .
349Some function names contain the all caps version
350.Dq NDEF
351with the same meaning.
352.It nid 340.It nid
353numerical identifier: 341numerical identifier:
354A non-standard, LibreSSL-specific 342A non-standard, LibreSSL-specific