summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2016-12-04Convert ssl3_send_server_hello() to CBB.Joel Sing
ok beck@ doug@
2016-12-04Add Copyright and license.Ingo Schwarze
Mention that UI_free(3) accepts NULL. One minor clarification from OpenSSL.
2016-12-04Add Copyright and license.Ingo Schwarze
Stop talking about SSLv2 and SSLv3. Some minor tweaks.
2016-12-04Add Copyright and license.Ingo Schwarze
Wording improvements and a bit of additional information from OpenSSL.
2016-12-04Add Copyright and license.Ingo Schwarze
Stop talking about SSLv2 and SSLv3.
2016-12-04Copyright and licenseIngo Schwarze
2016-12-04Add Copyright and license.Ingo Schwarze
Merge documentation of SSL_peek(3) from OpenSSL. Stop taking about SSLv2. Many wording improvements, most from OpenSSL.
2016-12-04Add Copyright and license.Ingo Schwarze
In the SYNOPSIS, show prototypes, not #defines. Delete a note about ancient OpenSSL versions.
2016-12-03various cleanup;Jason McIntyre
2016-12-03Address a potential leak in ssl3_get_server_kex_ecdhe() - if we allocateJoel Sing
ngroup and the following EC_KEY_set_group() fails, ngroup will not be freed. Avoid this by freeing on return. ok millert@
2016-12-03Avoid signed vs unsigned warnings from clang by adding two casts,Joel Sing
slightly rewriting some code and changing the type of an array. ok bcook@ doug@
2016-12-03Add Copyright and license.Ingo Schwarze
Delete SSLv2 and SSLv3 remnants.
2016-12-03Add Copyright and license.Ingo Schwarze
Minor corrections while here.
2016-12-03Add Copyright and license.Ingo Schwarze
Some additional explanations from OpenSSL.
2016-12-03Add Copyright and license.Ingo Schwarze
Delete empty RETURN VALUES section.
2016-12-03Add Copyright and license.Ingo Schwarze
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.Ingo Schwarze
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.Ingo Schwarze
Some additional explanations from OpenSSL. Delete empty RETURN VALUES section.
2016-12-03Copyright and licenseIngo Schwarze
2016-12-02minor cleanup;Jason McIntyre
2016-12-02add "lldp" to the ether protocol name db.David Gwynne
this lets me go "tcpdump ether proto lldp" to easily read lldp packets off the wire without other noise getting in the way. ok deraadt@ jca@ sthen@
2016-12-01Copyright and licenseIngo Schwarze
2016-12-01Add Copyright and license.Ingo Schwarze
Talk about TLS_method() rather than SSLv23_method(). Rename WARNINGS section to CAVEATS.
2016-12-01Copyright and licenseIngo Schwarze
2016-12-01Add Copyright and license.Ingo Schwarze
Delete empty RETURN VALUES section.
2016-12-01Add Copyright and license.Ingo Schwarze
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 OpenSSLIngo Schwarze
2016-12-01Copyright and licenseIngo Schwarze
2016-12-01import the parts of OpenSSL SSL_CTX_set_split_send_fragment(3)Ingo Schwarze
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 tweaksIngo Schwarze
2016-12-01Copyright and licenseIngo Schwarze
2016-12-01garbage collect PSK remnantsIngo Schwarze
2016-12-01Add Copyright and license.Ingo Schwarze
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.Ingo Schwarze
Delete a sentence explaining exploit mitigation countermeasures that have long been removed.
2016-12-01Copyright and licenseIngo Schwarze
2016-11-30various cleanup;Jason McIntyre
2016-11-30Add Copyright and license.Ingo Schwarze
Correct prototypes. Drop the useless statement that a void function does not return a value.
2016-11-30Add Copyright and license.Ingo Schwarze
Add markup for the declaration of GEN_SESSION_CB. Garbage collect some remnants of SSLv2 and SSLv3.
2016-11-30Add Copyright and license.Ingo Schwarze
Fix the declaration of pem_password_cb. Simplify wording, mostly from OpenSSL. Garbage collect the empty RETURN VALUES section.
2016-11-30Copyright and license.Ingo Schwarze
2016-11-30Add Copyright and license.Ingo Schwarze
Stop talking about export ciphers. Remove two irrelevant cross references.
2016-11-30Add Copyright and license.Ingo Schwarze
Rename WARNINGS to CAVEATS and RETURN VALUES to BUGS, the latter from OpenSSL.
2016-11-30Add Copyright and license.Ingo Schwarze
Remove the useless statement that a void function does not return a value.
2016-11-30import SSL_CTX_set_alpn_select_cb(3) from OpenSSLIngo Schwarze
2016-11-30Copyright and licenseIngo Schwarze
2016-11-30Add Copyright and license.Ingo Schwarze
Correct the description of what happens when the session cache is full, from OpenSSL.
2016-11-30Add Copyright and license.Ingo Schwarze
Garbarge collect empty RETURN VALUES section.
2016-11-30Purge some SSLv2 and SSLv3 stuff that no longer exists.Ingo Schwarze
2016-11-30Add Copyright and license.Ingo Schwarze
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.Ingo Schwarze
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.