summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASIdentifiers_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.