summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-16Document ERR_FATAL_ERROR(3), tweaked by me.schwarze1-7/+18
OpenSSL commit 036ba500f7886ca2e7231549fa574ec2cdd45cef Author: Benjamin Kaduk <bkaduk@akamai.com> Date: Thu Dec 8 12:01:31 2016 -0600
2016-12-16Fix error in the description of BUF_reverse(3), tweaked by me.schwarze1-5/+10
OpenSSL commit 498180de5c766f68f6d2b65454357bc263773c66 Author: Dmitry Belyavskiy <beldmit@gmail.com> Date: Mon Dec 12 15:35:09 2016 +0300
2016-12-15markup fix;jmc1-2/+2
2016-12-15Add a STANDARDS section and mention the relevant section of the standard.schwarze1-18/+9
Link to X509_ALGOR_new(3) because one of the functions uses X509_ALGOR. Delete a sentence about a function we don't have. Delete another sentence that says nothing new. Remove some macros that we don't normally use.
2016-12-15link back to X509_ALGOR_new(3)schwarze1-3/+4
2016-12-15Document X509_ALGOR_new(3) and X509_ALGOR_free(3)schwarze1-17/+81
listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. Explain what an X509_ALGOR object represents and where it is used. Explain how copying works, like in similar pages. New RETURN VALUES, SEE ALSO, and STANDARDS sections. Some macro and wording fixes.
2016-12-15Nuke some trailing tabs.krw1-3/+3
2016-12-15provide missing section number to Xr;jmc1-2/+2
2016-12-15Make sure all pages talking about X509_EXTENSION objectsschwarze4-20/+22
link back to X509_EXTENSION_new(3).
2016-12-15cut back some excessive cross referencesschwarze1-9/+4
and link to X509_EXTENSION_new(3) instead
2016-12-15Document X509_EXTENSION_new(3) and X509_EXTENSION_free(3) listedschwarze1-53/+106
in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. Explain what an X509_EXTENSION object is and where it is used. Add STANDARDS references. Sort the functions into a more logical order. Link to all other pages dealing with X509_EXTENSION objects.