Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-12-04 | Update regress test to handle change to ssl_cipher_list_to_bytes(). | jsing | 1 | -10/+11 | |
2016-12-04 | Convert ssl_cipher_list_to_bytes() to CBB, changing the function to return | jsing | 4 | -32/+53 | |
the number of bytes written via an explicit *outlen argument and retaining the return value to indicate success or failure. ok doug@ | |||||
2016-12-04 | Cleanup some of ssl3_send_client_kex_rsa() - tmp_buf is really the | jsing | 1 | -10/+12 | |
premaster secret, so name it accordingly. Also, remove bogus assignment of master_key_length - the correct value is assigned when the master_key is set. ok beck@ doug@ | |||||
2016-12-04 | Convert ssl3_send_server_hello() to CBB. | jsing | 1 | -18/+38 | |
ok beck@ doug@ | |||||
2016-12-04 | Add Copyright and license. | schwarze | 1 | -3/+56 | |
Mention that UI_free(3) accepts NULL. One minor clarification from OpenSSL. | |||||
2016-12-04 | Add Copyright and license. | schwarze | 1 | -14/+59 | |
Stop talking about SSLv2 and SSLv3. Some minor tweaks. | |||||
2016-12-04 | Add Copyright and license. | schwarze | 1 | -21/+82 | |
Wording improvements and a bit of additional information from OpenSSL. | |||||
2016-12-04 | Add Copyright and license. | schwarze | 2 | -9/+101 | |
Stop talking about SSLv2 and SSLv3. | |||||
2016-12-04 | Copyright and license | schwarze | 11 | -33/+550 | |
2016-12-04 | Add Copyright and license. | schwarze | 1 | -76/+107 | |
Merge documentation of SSL_peek(3) from OpenSSL. Stop taking about SSLv2. Many wording improvements, most from OpenSSL. | |||||
2016-12-04 | Add Copyright and license. | schwarze | 1 | -13/+57 | |
In the SYNOPSIS, show prototypes, not #defines. Delete a note about ancient OpenSSL versions. | |||||
2016-12-03 | various cleanup; | jmc | 11 | -80/+77 | |
2016-12-03 | Address a potential leak in ssl3_get_server_kex_ecdhe() - if we allocate | jsing | 1 | -3/+4 | |
ngroup and the following EC_KEY_set_group() fails, ngroup will not be freed. Avoid this by freeing on return. ok millert@ | |||||
2016-12-03 | Avoid signed vs unsigned warnings from clang by adding two casts, | jsing | 4 | -8/+10 | |
slightly rewriting some code and changing the type of an array. ok bcook@ doug@ | |||||
2016-12-03 | Add Copyright and license. | schwarze | 1 | -6/+49 | |
Delete SSLv2 and SSLv3 remnants. | |||||
2016-12-03 | Add Copyright and license. | schwarze | 1 | -5/+53 | |
Minor corrections while here. | |||||
2016-12-03 | Add Copyright and license. | schwarze | 1 | -6/+61 | |
Some additional explanations from OpenSSL. | |||||
2016-12-03 | Add Copyright and license. | schwarze | 1 | -5/+50 | |
Delete empty RETURN VALUES section. | |||||
2016-12-03 | Add Copyright and license. | schwarze | 1 | -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-03 | Add Copyright and license. | schwarze | 1 | -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-03 | Add Copyright and license. | schwarze | 1 | -11/+62 | |
Some additional explanations from OpenSSL. Delete empty RETURN VALUES section. | |||||
2016-12-03 | Copyright and license | schwarze | 6 | -14/+296 | |
2016-12-02 | minor cleanup; | jmc | 6 | -32/+33 | |
2016-12-01 | Copyright and license | schwarze | 5 | -14/+251 | |
2016-12-01 | Add Copyright and license. | schwarze | 1 | -23/+71 | |
Talk about TLS_method() rather than SSLv23_method(). Rename WARNINGS section to CAVEATS. | |||||
2016-12-01 | Copyright and license | schwarze | 1 | -2/+50 | |
2016-12-01 | Add Copyright and license. | schwarze | 1 | -7/+51 | |
Delete empty RETURN VALUES section. | |||||
2016-12-01 | Add Copyright and license. | schwarze | 1 | -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-01 | import tlsext documentation from OpenSSL | schwarze | 3 | -1/+464 | |
2016-12-01 | Copyright and license | schwarze | 4 | -11/+200 | |
2016-12-01 | import the parts of OpenSSL SSL_CTX_set_split_send_fragment(3) | schwarze | 2 | -1/+91 | |
relevant for us, calling the page SSL_set_max_send_fragment(3) | |||||
2016-12-01 | import SSL_CTX_set_read_ahead(3) from OpsenSSL, with considerable tweaks | schwarze | 2 | -1/+133 | |
2016-12-01 | Copyright and license | schwarze | 1 | -2/+49 | |
2016-12-01 | garbage collect PSK remnants | schwarze | 5 | -279/+3 | |
2016-12-01 | Add Copyright and license. | schwarze | 1 | -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-01 | Add Copyright and license. | schwarze | 1 | -7/+50 | |
Delete a sentence explaining exploit mitigation countermeasures that have long been removed. | |||||
2016-12-01 | Copyright and license | schwarze | 2 | -5/+99 | |
2016-11-30 | various cleanup; | jmc | 4 | -29/+21 | |
2016-11-30 | Add Copyright and license. | schwarze | 1 | -11/+73 | |
Correct prototypes. Drop the useless statement that a void function does not return a value. | |||||
2016-11-30 | Add Copyright and license. | schwarze | 1 | -35/+58 | |
Add markup for the declaration of GEN_SESSION_CB. Garbage collect some remnants of SSLv2 and SSLv3. | |||||
2016-11-30 | Add Copyright and license. | schwarze | 1 | -21/+60 | |
Fix the declaration of pem_password_cb. Simplify wording, mostly from OpenSSL. Garbage collect the empty RETURN VALUES section. | |||||
2016-11-30 | Copyright and license. | schwarze | 2 | -12/+101 | |
2016-11-30 | Add Copyright and license. | schwarze | 1 | -10/+51 | |
Stop talking about export ciphers. Remove two irrelevant cross references. | |||||
2016-11-30 | Add Copyright and license. | schwarze | 1 | -19/+66 | |
Rename WARNINGS to CAVEATS and RETURN VALUES to BUGS, the latter from OpenSSL. | |||||
2016-11-30 | Add Copyright and license. | schwarze | 1 | -7/+51 | |
Remove the useless statement that a void function does not return a value. | |||||
2016-11-30 | import SSL_CTX_set_alpn_select_cb(3) from OpenSSL | schwarze | 2 | -1/+266 | |
2016-11-30 | Copyright and license | schwarze | 2 | -6/+101 | |
2016-11-30 | Add Copyright and license. | schwarze | 1 | -6/+53 | |
Correct the description of what happens when the session cache is full, from OpenSSL. | |||||
2016-11-30 | Add Copyright and license. | schwarze | 1 | -6/+49 | |
Garbarge collect empty RETURN VALUES section. | |||||
2016-11-30 | Purge some SSLv2 and SSLv3 stuff that no longer exists. | schwarze | 1 | -57/+11 | |