summaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-20make updateDr. Stephen Henson1-0/+20
2014-10-20Add conditional unit testing interface.Dr. Stephen Henson5-3/+100
2014-10-20Fix DTLS certificate requesting code.Dr. Stephen Henson1-4/+5
2014-10-20Add ECC extensions with DTLS.Dr. Stephen Henson3-13/+18
2014-10-20Use more common name for GOST key exchange.Dr. Stephen Henson1-1/+1
2014-10-20Add names of GOST algorithms.Peter Mosmans1-0/+18
2014-10-20Don't limit message sizes in ssl3_get_cert_verify.Dr. Stephen Henson1-1/+1
2014-10-20Make disabling last cipher work.Thijs Alkemade1-7/+11
2014-10-20Fix possible buffer overrun.Ben Laurie2-18/+20
2014-10-20Fix memory leak.Dr. Stephen Henson1-0/+4
2014-10-20Don't disable state strings with no-ssl2Dr. Stephen Henson1-4/+1
2014-10-20Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUGyogesh nagarkar1-1/+1