summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-10-03 03:31:47 +0000
committertb <>2024-10-03 03:31:47 +0000
commita0b6f18253e468b0a3b8ded7ad09be0bf69f5010 (patch)
tree0d47cae645855688f9b8c902ec8f12408281ff70
parentf093080572cd64366654263857e458e2b5987c8a (diff)
downloadopenbsd-a0b6f18253e468b0a3b8ded7ad09be0bf69f5010.tar.gz
openbsd-a0b6f18253e468b0a3b8ded7ad09be0bf69f5010.tar.bz2
openbsd-a0b6f18253e468b0a3b8ded7ad09be0bf69f5010.zip
X509V3_EXT_get_nid.3: indicate what nid means
-rw-r--r--src/lib/libcrypto/man/X509V3_EXT_get_nid.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509V3_EXT_get_nid.3 b/src/lib/libcrypto/man/X509V3_EXT_get_nid.3
index 2b73f5bbc0..a47a3ef45c 100644
--- a/src/lib/libcrypto/man/X509V3_EXT_get_nid.3
+++ b/src/lib/libcrypto/man/X509V3_EXT_get_nid.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.4 2024/05/14 06:57:10 tb Exp $ 1.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.5 2024/10/03 03:31:47 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: May 14 2024 $ 17.Dd $Mdocdate: October 3 2024 $
18.Dt X509V3_EXT_GET_NID 3 18.Dt X509V3_EXT_GET_NID 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -43,7 +43,7 @@ The library's
43.Vt X509V3_EXT_METHOD 43.Vt X509V3_EXT_METHOD
44type, 44type,
45which is not yet documented in detail, 45which is not yet documented in detail,
46contains a numeric identifier to represent the OID and various 46contains a numeric identifier (NID) to represent the OID and various
47handlers for encoding, decoding, printing, and configuring the 47handlers for encoding, decoding, printing, and configuring the
48extension's value. 48extension's value.
49Criticality is handled separately, for example as an argument to 49Criticality is handled separately, for example as an argument to