Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The mdoc(7) .Ft macro does not need quoting of its arguments, but about | schwarze | 2025-06-13 | 1 | -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@ | schwarze | 2025-06-08 | 1 | -2/+3 |
| | |||||
* | Fix a typo and move a word | tb | 2023-10-03 | 1 | -5/+5 |
| | |||||
* | Refer to RFC 3779, 2.1.2 for encoding of ranges | tb | 2023-10-01 | 1 | -2/+7 |
| | | | | Mention sections 2.1.1 and 2.1.2 in STANDARDS | ||||
* | Point out that the result of IPAddressRange_new() is an invalid range | tb | 2023-10-01 | 1 | -3/+3 |
| | | | | since it should be a prefix. | ||||
* | fix one copy and paste error: d2i_*() decode rather than encode; | schwarze | 2023-09-30 | 1 | -7/+7 |
| | | | | plus some minor markup and punctuation fixes | ||||
* | Document X509v3_{addr,asid}_subset.3 | tb | 2023-09-28 | 1 | -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 docs | tb | 2023-09-27 | 1 | -17/+18 |
| | | | | Mention a few more bugs and unify manpage descriptions | ||||
* | Document X509v3_{addr,asid}_inherits(3) | tb | 2023-09-26 | 1 | -1/+2 |
| | | | | Also note another bug in X509v3_asid_{canonize,is_canonical}(3). | ||||
* | Document X509v3_addr_get_{afi,range}(3) | tb | 2023-09-26 | 1 | -2/+2 |
| | |||||
* | Document the guts of RFC 3779 IPAddrBlocks | tb | 2023-09-26 | 1 | -0/+514 |
Let's just say there's room for improvement... |