diff options
author | tb <> | 2024-10-03 03:31:47 +0000 |
---|---|---|
committer | tb <> | 2024-10-03 03:31:47 +0000 |
commit | a0b6f18253e468b0a3b8ded7ad09be0bf69f5010 (patch) | |
tree | 0d47cae645855688f9b8c902ec8f12408281ff70 | |
parent | f093080572cd64366654263857e458e2b5987c8a (diff) | |
download | openbsd-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.3 | 6 |
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 |
44 | type, | 44 | type, |
45 | which is not yet documented in detail, | 45 | which is not yet documented in detail, |
46 | contains a numeric identifier to represent the OID and various | 46 | contains a numeric identifier (NID) to represent the OID and various |
47 | handlers for encoding, decoding, printing, and configuring the | 47 | handlers for encoding, decoding, printing, and configuring the |
48 | extension's value. | 48 | extension's value. |
49 | Criticality is handled separately, for example as an argument to | 49 | Criticality is handled separately, for example as an argument to |