summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/IPAddressRange_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The mdoc(7) .Ft macro does not need quoting of its arguments, but aboutschwarze2025-06-131-6/+6
| | | | | | | 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* Fix a typo and move a wordtb2023-10-031-5/+5
|
* Refer to RFC 3779, 2.1.2 for encoding of rangestb2023-10-011-2/+7
| | | | Mention sections 2.1.1 and 2.1.2 in STANDARDS
* Point out that the result of IPAddressRange_new() is an invalid rangetb2023-10-011-3/+3
| | | | since it should be a prefix.
* fix one copy and paste error: d2i_*() decode rather than encode;schwarze2023-09-301-7/+7
| | | | plus some minor markup and punctuation fixes
* Document X509v3_{addr,asid}_subset.3tb2023-09-281-10/+14
| | | | | | First RFC 3779 page without a BUG section. It could have one, but I'm in a lenient mood right now. Maybe it's just that this is bad but not quite as bad as EVP.
* Various small tweaks in the RFC 3779 docstb2023-09-271-17/+18
| | | | Mention a few more bugs and unify manpage descriptions
* Document X509v3_{addr,asid}_inherits(3)tb2023-09-261-1/+2
| | | | Also note another bug in X509v3_asid_{canonize,is_canonical}(3).
* Document X509v3_addr_get_{afi,range}(3)tb2023-09-261-2/+2
|
* Document the guts of RFC 3779 IPAddrBlockstb2023-09-261-0/+514
Let's just say there's room for improvement...