aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-29Add an example of usage to the WPACKET_reserve_bytes() documentationMatt Caswell1-0/+10
2016-09-29Address style feedback commentsMatt Caswell2-1/+2
2016-09-29Fix a bug in CKE construction for PSKMatt Caswell1-1/+1
2016-09-29Convert ServerKeyExchange construction to WPACKETMatt Caswell1-120/+97
2016-09-29Add the WPACKET_reserve_bytes() functionMatt Caswell2-8/+55
2016-09-29Remove tls12_copy_sigalgs_old()Matt Caswell2-22/+0
2016-09-29Convert CertificateRequest construction to WPACKETMatt Caswell3-59/+61
2016-09-29Address style feedback commentsMatt Caswell1-3/+1
2016-09-29Fix a bug in the construction of the ClienHello SRTP extensionMatt Caswell1-2/+5
2016-09-29Fix heartbeat compilation errorMatt Caswell1-0/+1
2016-09-29Delete some unneeded codeMatt Caswell3-88/+0
2016-09-29Convert ServerHello construction to WPACKETMatt Caswell5-219/+134
2016-09-29Fix an Uninit read in DTLSMatt Caswell1-1/+3
2016-09-29Fix no-dtlsMatt Caswell1-0/+4
2016-09-28apps/apps.c: initialize and de-initialize engine around key loadingRichard Levitte1-1/+4
2016-09-28Revert "Call ENGINE_init() before trying to use keys from engine"Rich Salz1-1/+1
2016-09-28Call ENGINE_init() before trying to use keys from engineDavid Woodhouse1-1/+1
2016-09-28Restore '-keyform engine' support for s_clientDavid Woodhouse1-3/+3
2016-09-28Add DTLS renegotiation testsMatt Caswell3-1/+151
2016-09-28Extend the renegotiation testsMatt Caswell6-39/+197
2016-09-28Update README.ssltest.mdMatt Caswell1-8/+5
2016-09-28Add support for testing renegotiationMatt Caswell5-7/+132
2016-09-28Fix a bug in Renegotiation extension constructionMatt Caswell1-2/+4
2016-09-28Convert HelloRequest construction to WPACKETMatt Caswell1-1/+6
2016-09-26Add missing parameter.David Benjamin1-0/+1
2016-09-26Switch back to assuming TLS 1.2.David Benjamin1-2/+2
2016-09-26Address review comments.David Benjamin1-7/+5
2016-09-26Don't test quite so many of them.David Benjamin1-6/+10
2016-09-26Test CBC mode padding.David Benjamin3-3/+121
2016-09-26Fix some mem leaks in sslapitestMatt Caswell2-3/+9
2016-09-26Add a basic test for BN_bn2dec.David Benjamin1-0/+52
2016-09-26Fix HelloVerifyRequest constructionMatt Caswell1-0/+2
2016-09-26Updates CHANGES and NEWS for new releaseMatt Caswell2-0/+21
2016-09-26Add to fuzz corpora for CVE-2016-6309Robert Swiecki3-0/+0
2016-09-26Fix Use After Free for large message sizesMatt Caswell1-3/+17
2016-09-26Fix a WPACKET bugMatt Caswell1-3/+7
2016-09-26Add a test for large messagesMatt Caswell1-0/+84
2016-09-22Convert HelloVerifyRequest construction to WPACKETMatt Caswell3-76/+96
2016-09-22Add warning about a potential pitfall with WPACKET_allocate_bytes()Matt Caswell2-1/+5
2016-09-22Add -Wswitch-enumRich Salz16-136/+200
2016-09-22Updates CHANGES and NEWS for new releaseMatt Caswell2-2/+86
2016-09-22Avoid KCI attack for GOSTDmitry Belyavsky1-18/+0
2016-09-22Fix a hang with SSL_peek()Matt Caswell1-1/+5
2016-09-22Fix a mem leak in NPN handlingMatt Caswell1-0/+5
2016-09-22Add some more OCSP testingMatt Caswell1-17/+200
2016-09-22Add OCSP_RESPID_match()Matt Caswell4-4/+39
2016-09-22Add the ability to set OCSP_RESPID fieldsMatt Caswell4-11/+67
2016-09-22Fix OCSP Status Request extension unbounded memory growthMatt Caswell1-7/+16
2016-09-22Fix error message typo, wrong function codeRichard Levitte1-1/+1
2016-09-21Excessive allocation of memory in dtls1_preprocess_fragment()Matt Caswell1-17/+18