Add minimal manpage documenting the misnamed X509V3_EXT_get_nid()
authortb <tb@openbsd.org>
Sun, 12 May 2024 11:49:47 +0000 (11:49 +0000)
committertb <tb@openbsd.org>
Sun, 12 May 2024 11:49:47 +0000 (11:49 +0000)
commitf94737840074fd8ffc91b5fab36f3cf6b8c42327
treefd6b31c260b4161d19015440b174bab1a5e42cf9
parentbae657104f7025b416ae6dbc4327ca2971b7d8ee
Add minimal manpage documenting the misnamed X509V3_EXT_get_nid()

This avoids a dangling reference in i2s_ASN1_ENUMERATED_TABLE.
To complete this manual, someone will need to document X509V3_EXT_METHOD,
but that's for a much more rainy day than today.
lib/libcrypto/man/X509V3_EXT_get_nid.3 [new file with mode: 0644]
lib/libcrypto/man/X509_EXTENSION_set_object.3