diff options
author | schwarze <> | 2019-06-06 01:06:59 +0000 |
---|---|---|
committer | schwarze <> | 2019-06-06 01:06:59 +0000 |
commit | 73fea5ffb44d03ccada5456dd77c78c652913272 (patch) | |
tree | 4c3063e0f18ec3090d09c0b1174b8c2760e32d6e /src/lib/libcrypto/man/ASN1_STRING_new.3 | |
parent | 47eafa9f3ab473cf14319312cf30f3c8400f0b78 (diff) | |
download | openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.gz openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.bz2 openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.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 'src/lib/libcrypto/man/ASN1_STRING_new.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_STRING_new.3 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_new.3 b/src/lib/libcrypto/man/ASN1_STRING_new.3 index 07093eee51..b12d936fef 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_new.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_STRING_new.3,v 1.15 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_STRING_new.3,v 1.16 2019/06/06 01:06:58 schwarze Exp $ |
2 | .\" OpenSSL 99d63d46 Tue Mar 24 07:52:24 2015 -0400 | 2 | .\" OpenSSL 99d63d46 Tue Mar 24 07:52:24 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> | 4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> |
@@ -15,7 +15,7 @@ | |||
15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | .\" | 17 | .\" |
18 | .Dd $Mdocdate: March 27 2018 $ | 18 | .Dd $Mdocdate: June 6 2019 $ |
19 | .Dt ASN1_STRING_NEW 3 | 19 | .Dt ASN1_STRING_NEW 3 |
20 | .Os | 20 | .Os |
21 | .Sh NAME | 21 | .Sh NAME |
@@ -202,10 +202,19 @@ object or | |||
202 | .Dv NULL | 202 | .Dv NULL |
203 | if an error occurs. | 203 | if an error occurs. |
204 | .Sh SEE ALSO | 204 | .Sh SEE ALSO |
205 | .Xr ASN1_INTEGER_get 3 , | ||
206 | .Xr ASN1_STRING_length 3 , | ||
207 | .Xr ASN1_STRING_print_ex 3 , | ||
205 | .Xr ASN1_time_parse 3 , | 208 | .Xr ASN1_time_parse 3 , |
206 | .Xr ASN1_TIME_set 3 , | 209 | .Xr ASN1_TIME_set 3 , |
210 | .Xr ASN1_TYPE_get 3 , | ||
211 | .Xr d2i_ASN1_OBJECT 3 , | ||
207 | .Xr d2i_ASN1_OCTET_STRING 3 , | 212 | .Xr d2i_ASN1_OCTET_STRING 3 , |
208 | .Xr ERR_get_error 3 | 213 | .Xr ERR_get_error 3 , |
214 | .Xr X509_cmp_time 3 , | ||
215 | .Xr X509_EXTENSION_get_object 3 , | ||
216 | .Xr X509_get_ext_by_OBJ 3 , | ||
217 | .Xr X509_NAME_ENTRY_get_object 3 | ||
209 | .Sh HISTORY | 218 | .Sh HISTORY |
210 | .Fn ASN1_OCTET_STRING_new , | 219 | .Fn ASN1_OCTET_STRING_new , |
211 | .Fn ASN1_OCTET_STRING_free , | 220 | .Fn ASN1_OCTET_STRING_free , |