summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-03Add Copyright and license.schwarze1-6/+61
Some additional explanations from OpenSSL.
2016-12-03Add Copyright and license.schwarze1-5/+50
Delete empty RETURN VALUES section.
2016-12-03Add Copyright and license.schwarze1-20/+77
Fix the prototype of SSL_get_current_cipher(3). In the SYNOPSIS, show prototypes rather than #defines. Some minor improvements from OpenSSL.
2016-12-03Add Copyright and license.schwarze1-22/+50
Delete the RETURN VALUES section. The content is completely unrelated to the topic of the page - that must have been a pasto in the original commit in OpenSSL.
2016-12-03Add Copyright and license.schwarze1-11/+62
Some additional explanations from OpenSSL. Delete empty RETURN VALUES section.
2016-12-03Copyright and licenseschwarze6-14/+296
2016-12-02minor cleanup;jmc6-32/+33
2016-12-01Copyright and licenseschwarze5-14/+251
2016-12-01Add Copyright and license.schwarze1-23/+71
Talk about TLS_method() rather than SSLv23_method(). Rename WARNINGS section to CAVEATS.
2016-12-01Copyright and licenseschwarze1-2/+50
2016-12-01Add Copyright and license.schwarze1-7/+51
Delete empty RETURN VALUES section.
2016-12-01Add Copyright and license.schwarze1-108/+95
Merge various updates from OpenSSL, in particular stop talking about what happens without SSL_OP_SINGLE_DH_USE, which is now always on.
2016-12-01import tlsext documentation from OpenSSLschwarze3-1/+464
2016-12-01Copyright and licenseschwarze4-11/+200
2016-12-01import the parts of OpenSSL SSL_CTX_set_split_send_fragment(3)schwarze2-1/+91
relevant for us, calling the page SSL_set_max_send_fragment(3)
2016-12-01import SSL_CTX_set_read_ahead(3) from OpsenSSL, with considerable tweaksschwarze2-1/+133
2016-12-01Copyright and licenseschwarze1-2/+49
2016-12-01garbage collect PSK remnantsschwarze5-279/+3
2016-12-01Add Copyright and license.schwarze1-134/+81
Delete explanation of SSL_OP_SINGLE_DH_USE, it is always on now. Delete explanation of obsolete option SSL_OP_EPHEMERAL_RSA. Delete various SSLv2 and SSLv3 remnants. Delete excessive verbiage detailing each obsolete option individually; instead, provide one concise list of obsolete options. Delete HISTORY of individual options; it was incomplete anyway and is not important enough to warrant so much bloat. Garbage collect two useless cross references.
2016-12-01Add Copyright and license.schwarze1-7/+50
Delete a sentence explaining exploit mitigation countermeasures that have long been removed.
2016-12-01Copyright and licenseschwarze2-5/+99
2016-11-30various cleanup;jmc4-29/+21
2016-11-30Add Copyright and license.schwarze1-11/+73
Correct prototypes. Drop the useless statement that a void function does not return a value.
2016-11-30Add Copyright and license.schwarze1-35/+58
Add markup for the declaration of GEN_SESSION_CB. Garbage collect some remnants of SSLv2 and SSLv3.
2016-11-30Add Copyright and license.schwarze1-21/+60
Fix the declaration of pem_password_cb. Simplify wording, mostly from OpenSSL. Garbage collect the empty RETURN VALUES section.
2016-11-30Copyright and license.schwarze2-12/+101
2016-11-30Add Copyright and license.schwarze1-10/+51
Stop talking about export ciphers. Remove two irrelevant cross references.
2016-11-30Add Copyright and license.schwarze1-19/+66
Rename WARNINGS to CAVEATS and RETURN VALUES to BUGS, the latter from OpenSSL.
2016-11-30Add Copyright and license.schwarze1-7/+51
Remove the useless statement that a void function does not return a value.
2016-11-30import SSL_CTX_set_alpn_select_cb(3) from OpenSSLschwarze2-1/+266
2016-11-30Copyright and licenseschwarze2-6/+101
2016-11-30Add Copyright and license.schwarze1-6/+53
Correct the description of what happens when the session cache is full, from OpenSSL.
2016-11-30Add Copyright and license.schwarze1-6/+49
Garbarge collect empty RETURN VALUES section.
2016-11-30Purge some SSLv2 and SSLv3 stuff that no longer exists.schwarze1-57/+11
2016-11-30Add Copyright and license.schwarze1-54/+164
Remove the last traces of SSLv3. Add TLS_method(3), TLSv1_2_method(3), DTLSv1_method(3) and friends. Add missing prototypes to the SYNOPSIS. Merge additional information from OpenSSL. Simplify description of TLSv1_method(3) and SSLv23_method(3), from OpenSSL. Some additional minor fixes.
2016-11-30Add Copyright and license.schwarze1-14/+85
Merge SSL_CTX_set_default_verify_paths(3) documentation from OpenSSL, but do not talk about environment variables, which LibreSSL does not appear to support, judging from the source code. Rename WARNINGS section to CAVEATS.
2016-11-30Add Copyright and license.schwarze1-5/+49
Garbage collect empty RETURN VALUES section.
2016-11-30Import the relevant parts of SSL_CTX_get0_param(3) from OpenSSL.schwarze2-1/+90
Call it SSL_set1_param(3) since we don't have these get0 functions.
2016-11-30Copyright and licenseschwarze2-4/+99
2016-11-30Add Copyright and license.schwarze1-5/+49
Garbage collect empty RETURN VALUES section.
2016-11-30Add Copyright and license.schwarze1-4/+51
Correct two typos while here.
2016-11-30Add Copyright and license.schwarze1-15/+84
Lots of improvements from OpenSSL: Document SSL_CTX_clear_extra_chain_certs(3). Correct SSL_CTX_add_extra_chain_cert(3) first argument type. Add some new information and improve wording.
2016-11-30Check return value of tls_config_set_protocols(3) and tls_config_set_ciphers(3)mestre1-3/+6
and bail out in case of failure Feedback and OK jsing@
2016-11-29tweak previous;jmc3-14/+12
2016-11-29Replace all of the text by a deprecation notice:schwarze1-49/+29
LibreSSL was decompressed long ago. Mention SSL_COMP_get_compression_methods(3) which is both available in our public interface and documented by OpenSSL.
2016-11-29Add Copyright and license.schwarze1-67/+99
SSLv2 and export ciphers are no longer supported, delete related text. Sync SSL_CIPHER_description(3) return values with the source code. Wording simplifications from OpenSSL. Delete empty RETURN VALUES section.
2016-11-29seperate these descriptions into seperate files to reduce confusion.deraadt4-94/+128
discussed with jsing ok schwarze
2016-11-29Copyright and licenseschwarze2-4/+101
2016-11-29Add Copyright and license.schwarze1-13/+180
Merge SHA2 documentation from OpenSSL. Fix the data type of the "n" argument of SHA1(3) and the return type of SHA1_Update(3). Merge a note about thread safety from OpenSSL. We have two competing implementations of SHA2 in base: in lib/libc/hash and in lib/libcrypto. Both are now documented in their proper manual page.
2016-11-29Copyright and licenseschwarze9-18/+453