summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix unsigned/signed warningsMatt Caswell2015-03-191-4/+5
* Fix reachable assert in SSLv2 servers.Emilia Kasper2015-03-192-13/+46
* Add sanity check to PRFMatt Caswell2015-03-171-0/+5
* Cleanse buffersMatt Caswell2015-03-112-0/+6
* Harmonize return values in dtls1_buffer_recordEmilia Kasper2015-03-101-1/+1
* fix warningDr. Stephen Henson2015-03-081-3/+3
* Remove export ciphers from the DEFAULT cipher listKurt Roeckx2015-03-072-4/+9
* Use constants not numbersKurt Cancemi2015-03-052-4/+4
* Fix d2i_SSL_SESSION for DTLS1_BAD_VERMatt Caswell2015-02-272-1/+4
* Fixed missing return value checks.Matt Caswell2015-02-271-8/+17
* Fix missing return value checks.Matt Caswell2015-02-271-30/+48
* Fix no-ec warningMatt Caswell2015-02-271-3/+10
* Missing OPENSSL_free on error path.Eric Dequin2015-02-121-0/+1
* Fix error handling in ssltestMatt Caswell2015-02-061-1/+1
* Make DTLS always act as if read_ahead is set. The actual value of read_aheadMatt Caswell2015-01-271-1/+2
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-2217-422/+423
* Rerun util/openssl-format-source -v -c .OpenSSL_1_0_1-post-auto-reformatMatt Caswell2015-01-225-16/+9
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2261-46950/+46867
* More tweaks for comments due indent issuesOpenSSL_1_0_1-pre-auto-reformatMatt Caswell2015-01-224-9/+19
* Tweaks for comments due to indent's inability to handle themMatt Caswell2015-01-224-12/+49
* Move more comments that confuse indentMatt Caswell2015-01-227-51/+104
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+2
* Fix strange formatting by indentMatt Caswell2015-01-221-1/+2
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-2212-112/+215
* Fix source where indent will not be able to copeMatt Caswell2015-01-229-21/+49
* Additional comment changes for reformat of 1.0.1Matt Caswell2015-01-226-19/+31
* Further comment changes for reformatMatt Caswell2015-01-224-8/+16
* mark all block comments that need format preserving so thatTim Hudson2015-01-2220-267/+332
* A memory leak can occur in dtls1_buffer_record if either of the calls toMatt Caswell2015-01-081-9/+21
* Unauthenticated DH client certificate fix.Dr. Stephen Henson2015-01-081-1/+1
* Follow on from CVE-2014-3571. This fixes the code that was the original sourceMatt Caswell2015-01-081-1/+2
* Fix crash in dtls1_get_record whilst in the listen state where you get twoDr. Stephen Henson2015-01-082-2/+2
* fix error discrepancyDr. Stephen Henson2015-01-071-1/+1
* Only inherit the session ID context in SSL_set_SSL_CTX if the existingEmilia Kasper2015-01-061-13/+20
* Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson2015-01-064-33/+21
* ECDH downgrade bug fix.Dr. Stephen Henson2015-01-051-3/+15
* Ensure that the session ID context of an SSL* is updatedAdam Langley2015-01-051-0/+15
* Clear existing extension state.Dr. Stephen Henson2015-01-021-0/+10
* Clear warnings/errors within TLS_DEBUG code sectionsRichard Levitte2014-12-171-5/+5
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-176-79/+79
* Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte2014-12-171-1/+1
* Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte2014-12-173-13/+14
* Premaster secret handling fixesAdam Langley2014-12-171-8/+28
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-0/+2
* Remove extraneous white space, and add some bracesMatt Caswell2014-12-161-1/+5
* DTLS fixes for signed/unsigned issuesMatt Caswell2014-12-161-9/+27
* Checkout return value of dtls1_output_cert_chainMatt Caswell2014-12-152-0/+11
* Check return value of ssl3_output_cert_chainMatt Caswell2014-12-152-0/+11
* Fix memory leak in s2_srvr.c if BUF_MEM_grow failsMatt Caswell2014-12-131-7/+15
* Fixed memory leak if BUF_MEM_grow failsMatt Caswell2014-12-132-0/+2