summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-30fix one copy and paste error: d2i_*() decode rather than encode;schwarze1-7/+7
plus some minor markup and punctuation fixes
2023-09-30garbage collect two stray words, no change of meaningschwarze1-4/+4
2023-09-29Allow IP addresses to be specified in a URI.beck3-19/+70
Our checking here was a bit too aggressive, and did not permit an IP address in a URI. IP's in a URI are allowed for things like CRLdp's AIA, SAN URI's etc.). The check for this was also slightly flawed as we would permit an IP if memory allocation failed while checking for an IP. Correct both issues. ok tb@
2023-09-29Some wording tweaks to make things a bit more precise.tb1-6/+7
2023-09-29Fix a wrong tag and work around an ugly linebreaktb1-5/+6
2023-09-29Document X509v3_{addr,asid}_validate_{path,resource_set}(3)tb6-10/+217
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.
2023-09-29Appease coveritytb1-2/+4
This is a static pointer, so it ain't ever NULL, but shrug
2023-09-28Fix error messagetb1-2/+2
2023-09-28Don't leak ctx on failuretb1-3/+2