| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure |rwstate| is set correctly on BIO_flush | Matt Caswell | 2015-12-10 | 1 | -1/+5 |
* | Fix DTLS handshake fragment retries | Matt Caswell | 2015-12-10 | 1 | -20/+44 |
* | Add a return value check | Matt Caswell | 2015-12-10 | 1 | -4/+4 |
* | Configure: make no-chacha and no-poly1305 work. | Andy Polyakov | 2015-12-10 | 1 | -1/+1 |
* | Wire ChaCha20-Poly1305 to TLS. | Andy Polyakov | 2015-12-10 | 5 | -1/+127 |
* | Fix warnings about unused variables when EC is disabled. | Richard Levitte | 2015-12-09 | 2 | -8/+7 |
* | make update | Dr. Stephen Henson | 2015-12-09 | 1 | -64/+26 |
* | update errors | Dr. Stephen Henson | 2015-12-08 | 1 | -0/+1 |
* | Extended master secret fixes and checks. | Dr. Stephen Henson | 2015-12-08 | 3 | -20/+75 |
* | Fix clang complaints about uninitialised variables. | Richard Levitte | 2015-12-07 | 1 | -2/+2 |
* | Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) | Richard Levitte | 2015-12-07 | 8 | -49/+48 |
* | Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanup | Richard Levitte | 2015-12-07 | 2 | -2/+2 |
* | Adapt the rest of the source to the opaque HMAC_CTX | Richard Levitte | 2015-12-07 | 2 | -18/+20 |
* | Adjust all accesses to EVP_MD_CTX to use accessor functions. | Richard Levitte | 2015-12-07 | 7 | -143/+184 |
* | Adapt HMAC to the EVP_MD_CTX changes | Richard Levitte | 2015-12-07 | 2 | -2/+2 |
* | Really disable 56-bit (single-DES) ciphers | Viktor Dukhovni | 2015-12-06 | 1 | -96/+0 |
* | Remove support for all 40 and 56 bit ciphers. | Kurt Roeckx | 2015-12-05 | 10 | -1052/+284 |
* | Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDH | Kurt Roeckx | 2015-12-04 | 8 | -111/+35 |
* | Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves() | Kurt Roeckx | 2015-12-04 | 6 | -72/+43 |
* | Remove support for SSL_{CTX_}set_tmp_ecdh_callback(). | Kurt Roeckx | 2015-12-04 | 6 | -57/+4 |
* | Fix EAP FAST in the new state machine | Matt Caswell | 2015-12-04 | 1 | -0/+13 |
* | Revert unnecessary SSL_CIPHER_get_bits API change | Viktor Dukhovni | 2015-12-04 | 1 | -4/+4 |
* | Remove legacy sign/verify from EVP_MD. | Dr. Stephen Henson | 2015-12-02 | 1 | -9/+0 |
* | ex_data part 2: doc fixes and CRYPTO_free_ex_index. | Rich Salz | 2015-12-01 | 2 | -24/+0 |
* | Remove GOST special case: handled automatically now. | Dr. Stephen Henson | 2015-11-30 | 1 | -15/+0 |
* | Use digest indices for signature algorithms. | Dr. Stephen Henson | 2015-11-30 | 3 | -35/+20 |
* | For TLS < 1.2 use default digest for client certificate | Dr. Stephen Henson | 2015-11-30 | 1 | -3/+9 |
* | Use digest tables for defaults. | Dr. Stephen Henson | 2015-11-30 | 3 | -10/+11 |
* | fix function code discrepancy | Dr. Stephen Henson | 2015-11-27 | 2 | -3/+3 |
* | PRF and handshake hash revision. | Dr. Stephen Henson | 2015-11-27 | 6 | -231/+138 |
* | Updates to GOST2012 | Matt Caswell | 2015-11-27 | 6 | -40/+46 |
* | Remove unused cert_verify_mac code | Dr. Stephen Henson | 2015-11-25 | 7 | -47/+0 |
* | ssl3_free(): Return if it wasn't created | Pascal Cuoq | 2015-11-24 | 1 | -1/+1 |
* | Use EVP_md5_sha1() to process client verify | Dr. Stephen Henson | 2015-11-24 | 1 | -130/+44 |
* | Use EVP_md5_sha1() to generate client verify | Dr. Stephen Henson | 2015-11-24 | 3 | -141/+39 |
* | Remove RSA exception when generating server key exchange. | Dr. Stephen Henson | 2015-11-24 | 1 | -37/+0 |
* | Remove RSA exception when processing server key exchange. | Dr. Stephen Henson | 2015-11-24 | 1 | -66/+20 |
* | Use MD5+SHA1 for default digest if appropriate. | Dr. Stephen Henson | 2015-11-24 | 1 | -2/+5 |
* | Fix a few missed "if (!ptr)" cleanups | Rich Salz | 2015-11-23 | 1 | -1/+1 |
* | Patch containing TLS implementation for GOST 2012 | Dmitry Belyavsky | 2015-11-23 | 9 | -78/+343 |
* | Good hygiene with size_t output argument. | Viktor Dukhovni | 2015-11-21 | 1 | -1/+1 |
* | Rename start_async_job to ssl_start_async_job | Matt Caswell | 2015-11-20 | 2 | -8/+8 |
* | Clean up libssl async calls | Matt Caswell | 2015-11-20 | 2 | -109/+90 |
* | Fix the error code for SSL_get_async_wait_fd() | Matt Caswell | 2015-11-20 | 1 | -1/+1 |
* | Remove ASYNC_in_job() | Matt Caswell | 2015-11-20 | 1 | -3/+3 |
* | Initial Async notify code changes | Matt Caswell | 2015-11-20 | 1 | -0/+8 |
* | Async clean ups | Matt Caswell | 2015-11-20 | 1 | -3/+3 |
* | Make libssl async aware | Matt Caswell | 2015-11-20 | 4 | -637/+798 |
* | Fix uninitialised variable | Matt Caswell | 2015-11-20 | 1 | -0/+1 |
* | Ensure all EVP calls have their returns checked where appropriate | Matt Caswell | 2015-11-20 | 12 | -155/+269 |