summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-03-21 07:10:48 +0000
committerschwarze <>2018-03-21 07:10:48 +0000
commit1776109b8497284c736a335d97b3154a489d7c77 (patch)
treefacdb1a36f7f38b59e3cd573077dc04e384291af
parent1e4a05fdf7157f2aeb62efe0cf9d44ef0bb03fb8 (diff)
downloadopenbsd-1776109b8497284c736a335d97b3154a489d7c77.tar.gz
openbsd-1776109b8497284c736a335d97b3154a489d7c77.tar.bz2
openbsd-1776109b8497284c736a335d97b3154a489d7c77.zip
objects.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
-rw-r--r--src/lib/libcrypto/man/OBJ_nid2obj.34
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/OBJ_nid2obj.3 b/src/lib/libcrypto/man/OBJ_nid2obj.3
index 02f94b99d3..77c7468e06 100644
--- a/src/lib/libcrypto/man/OBJ_nid2obj.3
+++ b/src/lib/libcrypto/man/OBJ_nid2obj.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OBJ_nid2obj.3,v 1.7 2018/03/21 05:43:56 schwarze Exp $ 1.\" $OpenBSD: OBJ_nid2obj.3,v 1.8 2018/03/21 07:10:48 schwarze Exp $
2.\" OpenSSL c264592d May 14 11:28:00 2006 +0000 2.\" OpenSSL c264592d May 14 11:28:00 2006 +0000
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -382,6 +382,8 @@ obj = OBJ_txt2obj("1.2.3.4", 1);
382and 382and
383.Fn OBJ_cleanup 383.Fn OBJ_cleanup
384appeared in SSLeay 0.8.1b or earlier. 384appeared in SSLeay 0.8.1b or earlier.
385.Fn OBJ_create
386and
385.Fn i2t_ASN1_OBJECT 387.Fn i2t_ASN1_OBJECT
386first appeared in SSLeay 0.9.0. 388first appeared in SSLeay 0.9.0.
387All these functions have been available since 389All these functions have been available since