summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASIdentifiers_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* Switch copyright year to 2023.tb2023-09-301-2/+2
| | | | | | | Apparently I should have used 2023 despite sharing versions of these files with several people under this license (and thus permitting them to redistribute and share with the public). It makes no sense to me, but shrug.
* garbage collect two stray words, no change of meaningschwarze2023-09-301-4/+4
|
* 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-6/+9
| | | | | | 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-4/+4
| | | | 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 the guts of RFC 3779 IPAddrBlockstb2023-09-261-3/+3
| | | | Let's just say there's room for improvement...
* Document some barely usable parts of the ASIdentifiers API.tb2023-09-261-2/+5
| | | | | Someone clearly didn't actually use much of the code they wrote and exposed and therefore didn't think it through properly.
* New manual page documenting the usual four ASN.1 functions for bothtb2023-09-251-1/+2
| | | | ASRange and ASIdOrRange
* tweak wording and fix a typotb2023-09-251-3/+3
|
* Add initial documentation for the RFC 3779 APItb2023-09-251-0/+129
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.