diff options
author | 2019-06-06 01:06:58 +0000 | |
---|---|---|
committer | 2019-06-06 01:06:58 +0000 | |
commit | c4c55c717f7c6cecf5056005e95f1f75ebc2bae6 (patch) | |
tree | 3b585b85477295499978f101318b07359e5c289f /lib/libcrypto/man/OBJ_nid2obj.3 | |
parent | Reapply patches lost in the perl 5.28.2 update (diff) | |
download | wireguard-openbsd-c4c55c717f7c6cecf5056005e95f1f75ebc2bae6.tar.xz wireguard-openbsd-c4c55c717f7c6cecf5056005e95f1f75ebc2bae6.zip |
Tree structure for manual pages: crypto(3) links to 33 function
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So all crypto pages can now be reached from the www.libressl.org
frontpage via at most four clicks, in most cases three clicks.
Also link back from leaf pages to their respective group pages
and add a couple of additional links between related pages.
Triggered by a question from deraadt@.
OK jmc@ tb@
Diffstat (limited to 'lib/libcrypto/man/OBJ_nid2obj.3')
-rw-r--r-- | lib/libcrypto/man/OBJ_nid2obj.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/man/OBJ_nid2obj.3 b/lib/libcrypto/man/OBJ_nid2obj.3 index f8c395baf91..ad743b06a0c 100644 --- a/lib/libcrypto/man/OBJ_nid2obj.3 +++ b/lib/libcrypto/man/OBJ_nid2obj.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OBJ_nid2obj.3,v 1.12 2018/04/25 15:17:52 schwarze Exp $ +.\" $OpenBSD: OBJ_nid2obj.3,v 1.13 2019/06/06 01:06:58 schwarze Exp $ .\" OpenSSL c264592d May 14 11:28:00 2006 +0000 .\" .\" This file is a derived work. @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 25 2018 $ +.Dd $Mdocdate: June 6 2019 $ .Dt OBJ_NID2OBJ 3 .Os .Sh NAME @@ -368,6 +368,8 @@ Create a new object directly: obj = OBJ_txt2obj("1.2.3.4", 1); .Ed .Sh SEE ALSO +.Xr ASN1_OBJECT_new 3 , +.Xr d2i_ASN1_OBJECT 3 , .Xr ERR_get_error 3 .Sh HISTORY .Fn OBJ_nid2obj , |