summaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2019-06-04Imported Upstream version 1.0.2supstream/1.0.2sDariusz Michaluk2-2/+2
2019-03-12Imported Upstream version 1.0.2rupstream/1.0.2rTomasz Swierczek3-3/+28
2018-11-22Imported Upstream version 1.0.2qupstream/1.0.2qDariusz Michaluk4-9/+19
2018-11-22Imported Upstream version 1.0.2pupstream/1.0.2pDariusz Michaluk8-28/+78
2018-05-09Imported Upstream version 1.0.2oupstream/1.0.2oDariusz Michaluk22-102/+151
2018-05-09Imported Upstream version 1.0.2nupstream/1.0.2nDariusz Michaluk8-17/+136
2017-11-24Imported Upstream version 1.0.2mPawel Kowalski21-121/+479
2017-05-04Imported Upstream version 1.0.2kupstream/1.0.2kLukasz Pawelczyk13-141/+299
2016-10-04Imported Upstream version 1.0.2jupstream/1.0.2jDongsun Lee1-0/+2
2016-09-26Imported Upstream version 1.0.2iupstream/1.0.2iDongsun Lee30-233/+1523
2016-07-28Imported Upstream version 1.0.2hupstream/1.0.2hKyungwook Tak13-117/+363
2016-03-07Imported Upstream version 1.0.2gupstream/1.0.2gsangsu18-142/+481
2015-12-18Imported Upstream version 1.0.2eupstream/1.0.2esangwan.kwon28-265/+696
2015-10-06Imported Upstream version 1.0.2dupstream/1.0.2dYury Usishchev45-3647/+8611
2015-08-31Imported Upstream version 1.0.1pupstream/1.0.1pKyungwook Tak23-357/+816
2015-03-25Imported Upstream version 1.0.1mupstream/1.0.1mkyungwook tak61-46881/+47199
2015-03-12Imported Upstream version 1.0.1lupstream/1.0.1lkyungwook tak30-446/+646
2014-10-20Fix no-ssl3 configuration optionGeoff Thorpe2-11/+16
2014-10-20Fix for session tickets memory leak.Dr. Stephen Henson1-0/+3
2014-10-20Fix SRTP compile issues for windowsMatt Caswell1-0/+4
2014-10-20Fix for SRTP Memory LeakMatt Caswell2-66/+36
2014-10-20Spaces were added in some strings for better readability. However, those spac...Richard Levitte1-1/+1
2014-10-20Adjust VMS build to Unix build. Most of all, make it so the disabledRichard Levitte1-5/+5
2014-10-20Update the VMS build according to the latest unixly build. Partly provided by...Richard Levitte1-1/+1
2014-10-20Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...Richard Levitte1-2/+5
2014-10-20Support TLS_FALLBACK_SCSV.Bodo Moeller13-25/+123
2014-10-20Preserve digests for SNI.Dr. Stephen Henson1-2/+13
2014-10-20RT3067: simplify patchEmilia Kasper2-74/+43
2014-10-20This change alters the processing of invalid, RSA pre-master secrets soAdam Langley1-45/+89
2014-10-20RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper1-4/+5
2014-10-20Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617Tim Hudson1-3/+4
2014-10-20RT3301: Discard too-long heartbeat requestsErik Auerswald1-0/+3
2014-10-20psk_client_callback, 128-byte id bug.Adam Langley1-9/+20
2014-10-20Constant-time utilitiesEmilia Kasper2-66/+31
2014-10-20RT3060: Limit the number of empty records.Adam Langley1-1/+18
2014-10-20Fixed out-of-bounds read errors in ssl3_get_key_exchange.Matt Caswell1-46/+160
2014-10-20Fix SRP ciphersuites.Dr. Stephen Henson1-3/+8
2014-10-20Fix SRP authentication ciphersuites.Dr. Stephen Henson2-9/+10
2014-10-20Check SRP parameters early.Dr. Stephen Henson6-11/+55
2014-10-20Fix SRP ciphersuite DoS vulnerability.Dr. Stephen Henson2-0/+14
2014-10-20Fix race condition in ssl_parse_serverhello_tlsextGabor Tyukasz1-7/+10
2014-10-20Fix DTLS anonymous EC(DH) denial of serviceEmilia Käsper2-2/+28
2014-10-20Fix protocol downgrade bug in case of fragmented packetsDavid Benjamin1-7/+23
2014-10-20Remove some duplicate DTLS code.Adam Langley1-12/+4
2014-10-20Applying same fix as in dtls1_process_out_of_seq_message. A truncated DTLS fr...Matt Caswell1-1/+3
2014-10-20Fix return code for truncated DTLS fragment.Adam Langley1-1/+3
2014-10-20Fix memory leak from zero-length DTLS fragments.Adam Langley1-3/+19
2014-10-20Fix DTLS handshake message size checks.Matt Caswell1-13/+16
2014-10-20Added comment for the frag->reassembly == NULL case as per feedback from EmiliaMatt Caswell1-1/+2
2014-10-20Avoid double free when processing DTLS packets.Adam Langley1-4/+2