summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoumax.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-19fix typo, from OpenSSLschwarze1-4/+4
commit 0b742f93ea7882a447f6523ac56a6f847d9f8e92 Author: Finn Hakansson <finn_hakansson@yahoo.com> Date: Thu Dec 15 12:58:19 2016 -0500
2016-12-18Revise regress for changes to ssl_parse_serverhello_tlsext().jsing1-3/+3
Same diff from inoguchi@
2016-12-18Convert ssl3_get_server_hello() to CBS.jsing3-60/+67
ok doug@
2016-12-17Define X25519_KEY_LENGTH and use it so we have fewer magic numbers.jsing2-6/+12
ok beck@
2016-12-17Write new X509_ATTRIBUTE(3) manual page from scratch.schwarze2-1/+101
Both functions are listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. OpenSSL documentation specifies the wrong header file. The design and use of this data type feels horrific. If you understand PKCS#8 or PKCS#10 and can explain why this was designed as it is, your contribution to this manual page is welcome.
2016-12-17Write a new manual page X509_REQ_new(3) from scratch.schwarze2-1/+84
These four functions are listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. OpenSSL documentation specifies the wrong header file.
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly bykrw1-2/+2
adding appropriate #ifdef's around declarations. ok millert@ (with a tweak I will commit separately)
2016-12-16various minor cleanup;jmc10-34/+34
2016-12-16Document X509_REVOKED_new(3) and X509_REVOKED_free(3) and moveschwarze3-49/+157
X509_REVOKED_set_serialNumber(3) and X509_REVOKED_set_revocationDate(3) into this new page. Replace irrelevant cross references with relevant cross references to X509_CRL* pages.
2016-12-16Write X509_CRL_new(3) manual page from scratch. These four functionsschwarze2-1/+92
are listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. Note that the OpenSSL documentation specifies the wrong header file. Link to all pages dealing with X509_CRL objects.
2016-12-16Write new X509_CINF_new(3) manual page from scratch. These functionsschwarze2-1/+99
are listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. Note that the OpenSSL documentation specifies the wrong header file.
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.