summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509v3_addr_add_inherit.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Example code tweak: do not hardcode the size of arraytb2023-10-011-2/+2
|
* Improve a code comment in the EXAMPLES sectiontb2023-10-011-3/+3
|
* Use addrblocks for .Fatb2023-09-301-2/+2
|
* two instances of missing .Fa macrosschwarze2023-09-301-13/+15
| | | | and some missing escaping of HYPHEN-MINUS; no text change
* Document X509v3_{addr,asid}_validate_{path,resource_set}(3)tb2023-09-291-2/+3
| | | | | | | These were the last four RFC 3779 things that check_complete.pl x509v3 complained about. I will surely tweak and try to improve a few things in the coming days, but the pages should now be stable enough that review efforts will likely not be wasted. Any feedback appreciated.
* Document X509v3_{addr,asid}_subset.3tb2023-09-281-5/+5
| | | | | | 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-15/+27
| | | | Mention a few more bugs and unify manpage descriptions
* Document X509v3_addr_get_{afi,range}(3)tb2023-09-261-2/+3
|
* Document the guts of RFC 3779 IPAddrBlockstb2023-09-261-2/+6
| | | | Let's just say there's room for improvement...
* Tiny tweaks: missing article, capitalize a word and change an Xrtb2023-09-251-3/+3
|
* Add initial documentation for the RFC 3779 APItb2023-09-251-0/+455
This documents the part of the API that allows building the two extensions. It is all very complicated and the bug density is quite high. Surely there's lots of room for improvement, but I've been sitting way too long on versions of these. I'll never finish. Let's fix and improve in tree.