diff options
author | tb <> | 2023-05-01 07:37:45 +0000 |
---|---|---|
committer | tb <> | 2023-05-01 07:37:45 +0000 |
commit | 9d1114dce6ed12953dcd612e5aec50f9607b882b (patch) | |
tree | 79c3921cac12df7aa790f0c13aac6c3e9bbd9158 /src/lib/libcrypto/man/crypto.3 | |
parent | fb70a90350405b89c91e34df9c3cc04afce08c79 (diff) | |
download | openbsd-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.3 | 16 |
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. | |||
337 | See also the | 337 | See also the |
338 | .Dq cb | 338 | .Dq cb |
339 | entry in the present list. | 339 | entry in the present list. |
340 | .It ndef | ||
341 | indefinite length form: | ||
342 | The function encodes according to ASN.1 basic encoding rules (BER) | ||
343 | using the indefinite length form. | ||
344 | Even if the function name also includes | ||
345 | .Dq i2d , | ||
346 | the output does not conform to ASN.1 distinguished encoding rules (DER). | ||
347 | See | ||
348 | .Xr ASN1_item_ndef_i2d 3 . | ||
349 | Some function names contain the all caps version | ||
350 | .Dq NDEF | ||
351 | with the same meaning. | ||
352 | .It nid | 340 | .It nid |
353 | numerical identifier: | 341 | numerical identifier: |
354 | A non-standard, LibreSSL-specific | 342 | A non-standard, LibreSSL-specific |