Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Copyright and license. | schwarze | 2016-12-05 | 1 | -2/+50 |
| | | | | Add one cross reference, from OpenSSL. | ||||
* | Copyright and locense | schwarze | 2016-12-05 | 1 | -2/+50 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-12-05 | 1 | -5/+69 |
| | | | | Merge documentation of X509_up_ref(3) from OpenSSL. | ||||
* | delete two cross references to functions we don't have | schwarze | 2016-12-05 | 1 | -4/+2 |
| | |||||
* | import the relevant parts of six more X509 manuals from OpenSSL | schwarze | 2016-12-05 | 7 | -1/+1173 |
| | |||||
* | various cleanup; | jmc | 2016-12-05 | 8 | -41/+35 |
| | |||||
* | import the relevant parts of X509_STORE_get0_param(3) from OpenSSL, but | schwarze | 2016-12-05 | 2 | -1/+76 |
| | | | | since we don't have that function, call the page X509_STORE_set1_param(3) | ||||
* | import three X509_check_*(3) manuals from OpenSSL | schwarze | 2016-12-05 | 4 | -1/+435 |
| | |||||
* | Copyright and license | schwarze | 2016-12-05 | 2 | -5/+101 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-12-05 | 1 | -2/+55 |
| | | | | Mention that X509_STORE_CTX_free(3) accepts NULL. | ||||
* | Copyright and license. | schwarze | 2016-12-05 | 1 | -4/+52 |
| | | | | | Never include <openssl/x509_vfy.h> directly; from OpenSSL. Merge a typo fix from OpenSSL. | ||||
* | import X509_PUBKEY_new(3) from OpenSSL | schwarze | 2016-12-05 | 2 | -1/+275 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-12-05 | 1 | -6/+57 |
| | | | | Better explain the last argument of X509_NAME_oneline(3), from OpenSSL. | ||||
* | Add Copyright and license. | schwarze | 2016-12-05 | 1 | -4/+72 |
| | | | | | More explanations about X509_NAME_get_index_by_NID(3) from OpenSSL. Merge a typo fix in EXAMPLES from OpenSSL. | ||||
* | Add Copyright and license. | schwarze | 2016-12-05 | 1 | -8/+57 |
| | | | | Merge correction of buggy EXAMPLES from OpenSSL. | ||||
* | Copyright and license | schwarze | 2016-12-05 | 1 | -2/+50 |
| | |||||
* | import five newish X509 pages from OpenSSL | schwarze | 2016-12-04 | 6 | -1/+1181 |
| | |||||
* | Update regress test to handle change to ssl_cipher_list_to_bytes(). | jsing | 2016-12-04 | 1 | -10/+11 |
| | |||||
* | Convert ssl_cipher_list_to_bytes() to CBB, changing the function to return | jsing | 2016-12-04 | 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@ | ||||
* | Cleanup some of ssl3_send_client_kex_rsa() - tmp_buf is really the | jsing | 2016-12-04 | 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@ | ||||
* | Convert ssl3_send_server_hello() to CBB. | jsing | 2016-12-04 | 1 | -18/+38 |
| | | | | ok beck@ doug@ | ||||
* | Add Copyright and license. | schwarze | 2016-12-04 | 1 | -3/+56 |
| | | | | | Mention that UI_free(3) accepts NULL. One minor clarification from OpenSSL. | ||||
* | Add Copyright and license. | schwarze | 2016-12-04 | 1 | -14/+59 |
| | | | | | Stop talking about SSLv2 and SSLv3. Some minor tweaks. | ||||
* | Add Copyright and license. | schwarze | 2016-12-04 | 1 | -21/+82 |
| | | | | Wording improvements and a bit of additional information from OpenSSL. | ||||
* | Add Copyright and license. | schwarze | 2016-12-04 | 2 | -9/+101 |
| | | | | Stop talking about SSLv2 and SSLv3. | ||||
* | Copyright and license | schwarze | 2016-12-04 | 11 | -33/+550 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-12-04 | 1 | -76/+107 |
| | | | | | | Merge documentation of SSL_peek(3) from OpenSSL. Stop taking about SSLv2. Many wording improvements, most from OpenSSL. | ||||
* | Add Copyright and license. | schwarze | 2016-12-04 | 1 | -13/+57 |
| | | | | | In the SYNOPSIS, show prototypes, not #defines. Delete a note about ancient OpenSSL versions. | ||||
* | various cleanup; | jmc | 2016-12-03 | 11 | -80/+77 |
| | |||||
* | Address a potential leak in ssl3_get_server_kex_ecdhe() - if we allocate | jsing | 2016-12-03 | 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@ | ||||
* | Avoid signed vs unsigned warnings from clang by adding two casts, | jsing | 2016-12-03 | 4 | -8/+10 |
| | | | | | | slightly rewriting some code and changing the type of an array. ok bcook@ doug@ | ||||
* | Add Copyright and license. | schwarze | 2016-12-03 | 1 | -6/+49 |
| | | | | Delete SSLv2 and SSLv3 remnants. | ||||
* | Add Copyright and license. | schwarze | 2016-12-03 | 1 | -5/+53 |
| | | | | Minor corrections while here. | ||||
* | Add Copyright and license. | schwarze | 2016-12-03 | 1 | -6/+61 |
| | | | | Some additional explanations from OpenSSL. | ||||
* | Add Copyright and license. | schwarze | 2016-12-03 | 1 | -5/+50 |
| | | | | Delete empty RETURN VALUES section. | ||||
* | Add Copyright and license. | schwarze | 2016-12-03 | 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. | ||||
* | Add Copyright and license. | schwarze | 2016-12-03 | 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. | ||||
* | Add Copyright and license. | schwarze | 2016-12-03 | 1 | -11/+62 |
| | | | | | Some additional explanations from OpenSSL. Delete empty RETURN VALUES section. | ||||
* | Copyright and license | schwarze | 2016-12-03 | 6 | -14/+296 |
| | |||||
* | minor cleanup; | jmc | 2016-12-02 | 6 | -32/+33 |
| | |||||
* | Copyright and license | schwarze | 2016-12-01 | 5 | -14/+251 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-12-01 | 1 | -23/+71 |
| | | | | | Talk about TLS_method() rather than SSLv23_method(). Rename WARNINGS section to CAVEATS. | ||||
* | Copyright and license | schwarze | 2016-12-01 | 1 | -2/+50 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-12-01 | 1 | -7/+51 |
| | | | | Delete empty RETURN VALUES section. | ||||
* | Add Copyright and license. | schwarze | 2016-12-01 | 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. | ||||
* | import tlsext documentation from OpenSSL | schwarze | 2016-12-01 | 3 | -1/+464 |
| | |||||
* | Copyright and license | schwarze | 2016-12-01 | 4 | -11/+200 |
| | |||||
* | import the parts of OpenSSL SSL_CTX_set_split_send_fragment(3) | schwarze | 2016-12-01 | 2 | -1/+91 |
| | | | | relevant for us, calling the page SSL_set_max_send_fragment(3) | ||||
* | import SSL_CTX_set_read_ahead(3) from OpsenSSL, with considerable tweaks | schwarze | 2016-12-01 | 2 | -1/+133 |
| | |||||
* | Copyright and license | schwarze | 2016-12-01 | 1 | -2/+49 |
| |