diff options
Diffstat (limited to 'src/lib/libcrypto/man/ASRange_new.3')
-rw-r--r-- | src/lib/libcrypto/man/ASRange_new.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/ASRange_new.3 b/src/lib/libcrypto/man/ASRange_new.3 index e7aafbcc3f..75b911c588 100644 --- a/src/lib/libcrypto/man/ASRange_new.3 +++ b/src/lib/libcrypto/man/ASRange_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASRange_new.3,v 1.3 2023/09/26 13:02:47 tb Exp $ | 1 | .\" $OpenBSD: ASRange_new.3,v 1.4 2023/09/26 15:34:23 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -83,9 +83,10 @@ | |||
83 | .Vt ASIdOrRange , | 83 | .Vt ASIdOrRange , |
84 | and | 84 | and |
85 | .Vt ASIdentifierChoice | 85 | .Vt ASIdentifierChoice |
86 | are building blocks of the RFC 3779 | 86 | are building blocks of the |
87 | .Vt ASIdentifiers | 87 | .Vt ASIdentifiers |
88 | type representing the autonomous system identifier delegation extension. | 88 | type representing the RFC 3779 |
89 | autonomous system identifier delegation extension. | ||
89 | See | 90 | See |
90 | .Xr ASIdentifiers_new 3 | 91 | .Xr ASIdentifiers_new 3 |
91 | and | 92 | and |
@@ -355,10 +356,10 @@ or a value <= 0 if an error occurs. | |||
355 | .Xr BN_set_word 3 , | 356 | .Xr BN_set_word 3 , |
356 | .Xr BN_to_ASN1_INTEGER 3 , | 357 | .Xr BN_to_ASN1_INTEGER 3 , |
357 | .Xr crypto 3 , | 358 | .Xr crypto 3 , |
359 | .Xr IPAddressRange_new 3 , | ||
358 | .Xr s2i_ASN1_INTEGER 3 , | 360 | .Xr s2i_ASN1_INTEGER 3 , |
359 | .Xr X509_new 3 , | 361 | .Xr X509_new 3 , |
360 | .Xr X509v3_asid_add_id_or_range 3 , | 362 | .Xr X509v3_asid_add_id_or_range 3 |
361 | .Xr X509v3_asid_is_canonical 3 | ||
362 | .Sh STANDARDS | 363 | .Sh STANDARDS |
363 | RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers: | 364 | RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers: |
364 | .Bl -dash -compact | 365 | .Bl -dash -compact |