Age | Commit message (Collapse) | Author |
|
ok beck@ doug@
|
|
Mention that UI_free(3) accepts NULL.
One minor clarification from OpenSSL.
|
|
Stop talking about SSLv2 and SSLv3.
Some minor tweaks.
|
|
Wording improvements and a bit of additional information from OpenSSL.
|
|
Stop talking about SSLv2 and SSLv3.
|
|
|
|
Merge documentation of SSL_peek(3) from OpenSSL.
Stop taking about SSLv2.
Many wording improvements, most from OpenSSL.
|
|
In the SYNOPSIS, show prototypes, not #defines.
Delete a note about ancient OpenSSL versions.
|
|
|
|
ngroup and the following EC_KEY_set_group() fails, ngroup will not be
freed. Avoid this by freeing on return.
ok millert@
|
|
slightly rewriting some code and changing the type of an array.
ok bcook@ doug@
|
|
Delete SSLv2 and SSLv3 remnants.
|
|
Minor corrections while here.
|
|
Some additional explanations from OpenSSL.
|
|
Delete empty RETURN VALUES section.
|
|
Fix the prototype of SSL_get_current_cipher(3).
In the SYNOPSIS, show prototypes rather than #defines.
Some minor improvements from OpenSSL.
|
|
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.
|
|
Some additional explanations from OpenSSL.
Delete empty RETURN VALUES section.
|
|
|
|
|
|
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@
|
|
|
|
Talk about TLS_method() rather than SSLv23_method().
Rename WARNINGS section to CAVEATS.
|
|
|
|
Delete empty RETURN VALUES section.
|
|
Merge various updates from OpenSSL, in particular stop talking about
what happens without SSL_OP_SINGLE_DH_USE, which is now always on.
|
|
|
|
|
|
relevant for us, calling the page SSL_set_max_send_fragment(3)
|
|
|
|
|
|
|
|
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.
|
|
Delete a sentence explaining exploit mitigation countermeasures
that have long been removed.
|
|
|
|
|
|
Correct prototypes.
Drop the useless statement that a void function does not return a value.
|
|
Add markup for the declaration of GEN_SESSION_CB.
Garbage collect some remnants of SSLv2 and SSLv3.
|
|
Fix the declaration of pem_password_cb.
Simplify wording, mostly from OpenSSL.
Garbage collect the empty RETURN VALUES section.
|
|
|
|
Stop talking about export ciphers.
Remove two irrelevant cross references.
|
|
Rename WARNINGS to CAVEATS and RETURN VALUES to BUGS,
the latter from OpenSSL.
|
|
Remove the useless statement that a void function does not return a value.
|
|
|
|
|
|
Correct the description of what happens when the session cache is full,
from OpenSSL.
|
|
Garbarge collect empty RETURN VALUES section.
|
|
|
|
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.
|
|
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.
|