diff options
author | schwarze <> | 2018-03-21 05:43:56 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-21 05:43:56 +0000 |
commit | 260d9e38edf4d3df6a648e974a62d739c7cb4b5f (patch) | |
tree | 7870ae0eef095a020c3570a11a0a373258ff6592 /src/lib/libcrypto/man/OBJ_nid2obj.3 | |
parent | 9e98b784ed071bbadcc166277d768aa70a8d71d6 (diff) | |
download | openbsd-260d9e38edf4d3df6a648e974a62d739c7cb4b5f.tar.gz openbsd-260d9e38edf4d3df6a648e974a62d739c7cb4b5f.tar.bz2 openbsd-260d9e38edf4d3df6a648e974a62d739c7cb4b5f.zip |
asn1.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/OBJ_nid2obj.3')
-rw-r--r-- | src/lib/libcrypto/man/OBJ_nid2obj.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/OBJ_nid2obj.3 b/src/lib/libcrypto/man/OBJ_nid2obj.3 index 4bee2e0915..02f94b99d3 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.6 2018/03/21 00:10:48 schwarze Exp $ | 1 | .\" $OpenBSD: OBJ_nid2obj.3,v 1.7 2018/03/21 05:43:56 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. |
@@ -381,7 +381,10 @@ obj = OBJ_txt2obj("1.2.3.4", 1); | |||
381 | .Fn OBJ_dup , | 381 | .Fn OBJ_dup , |
382 | and | 382 | and |
383 | .Fn OBJ_cleanup | 383 | .Fn OBJ_cleanup |
384 | appeared in SSLeay 0.8.1b or earlier and have been available since | 384 | appeared in SSLeay 0.8.1b or earlier. |
385 | .Fn i2t_ASN1_OBJECT | ||
386 | first appeared in SSLeay 0.9.0. | ||
387 | All these functions have been available since | ||
385 | .Ox 2.4 . | 388 | .Ox 2.4 . |
386 | .Sh BUGS | 389 | .Sh BUGS |
387 | .Fn OBJ_obj2txt | 390 | .Fn OBJ_obj2txt |