summaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* _BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte2015-12-021-0/+1
* Fix building with OPENSSL_NO_TLSEXT.Matt Caswell2015-09-021-2/+2
* More ssl_session_dup fixesMatt Caswell2015-06-111-19/+20
* Fix Kerberos issue in ssl_session_dupMatt Caswell2015-06-101-1/+1
* Clean Kerberos pre-master secretMatt Caswell2015-06-041-5/+16
* Fix race condition in NewSessionTicketMatt Caswell2015-06-025-0/+107
* Clear state in DTLSv1_listenMatt Caswell2015-06-021-0/+3
* Fix ssl_get_prev_session overrunMatt Caswell2015-04-141-0/+6
* Check for ClientHello message overrunsMatt Caswell2015-04-141-1/+41
* Fix unsigned/signed warningsMatt Caswell2015-03-191-4/+5
* VMS build fixRichard Levitte2015-03-191-6/+6
* Fix reachable assert in SSLv2 servers.Emilia Kasper2015-03-192-13/+46
* Disable export and SSLv2 ciphers by defaultKurt Roeckx2015-03-143-5/+15
* Cleanse buffersMatt Caswell2015-03-112-0/+5
* Fix error handling in ssltestMatt Caswell2015-02-061-1/+1
* Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell2015-01-2215-287/+288
* Rerun util/openssl-format-source -v -c .OpenSSL_0_9_8-post-auto-reformatMatt Caswell2015-01-224-8/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2256-37258/+37111
* More comment changes required for indentOpenSSL_0_9_8-pre-auto-reformatMatt Caswell2015-01-222-4/+6
* Yet more changes to commentsMatt Caswell2015-01-221-1/+2
* More tweaks for comments due indent issuesMatt Caswell2015-01-223-8/+17
* Tweaks for comments due to indent's inability to handle themMatt Caswell2015-01-224-12/+49
* Move more comments that confuse indentMatt Caswell2015-01-224-38/+76
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+2
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-2210-88/+148
* Fix source where indent will not be able to copeMatt Caswell2015-01-227-18/+43
* Additional comment changes for reformat of 0.9.8Matt Caswell2015-01-2210-28/+49
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-224-5/+10
* mark all block comments that need format preserving so thatTim Hudson2015-01-2216-241/+286
* Fix typo.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 allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson2015-01-064-31/+13
* ECDH downgrade bug fix.Dr. Stephen Henson2015-01-051-2/+13
* Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.Bodo Moeller2014-10-211-2/+7
* When processing ClientHello.cipher_suites, don't ignore cipher suitesBodo Moeller2014-10-211-0/+1
* Fix warningKurt Roeckx2014-10-211-1/+1
* Keep old method in case of an unsupported protocolKurt Roeckx2014-10-211-2/+4
* Fix no-ssl3 configuration optionGeoff Thorpe2014-10-152-8/+16
* Fix for session tickets memory leak.Dr. Stephen Henson2014-10-151-0/+3
* Oops -- fix typo in coment added with TLS_FALLBACK_SCSV support.Bodo Moeller2014-10-151-4/+1
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-1513-25/+124
* RT3067: simplify patchEmilia Kasper2014-09-242-75/+43
* This change alters the processing of invalid, RSA pre-master secrets soAdam Langley2014-09-241-45/+89
* RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper2014-09-241-4/+5
* Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617Tim Hudson2014-09-221-3/+4
* Constant-time utilitiesEmilia Kasper2014-08-282-67/+32
* RT3060: Limit the number of empty records.Adam Langley2014-08-221-1/+18
* Fixed out-of-bounds read errors in ssl3_get_key_exchange.Matt Caswell2014-08-151-27/+80