aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix missing NULL checks in NewSessionTicket constructionMatt Caswell2016-09-292-1/+7
* Fix an mis-matched function code so that "make update" doesn't failMatt Caswell2016-09-291-1/+1
* Add an example of usage to the WPACKET_reserve_bytes() documentationMatt Caswell2016-09-291-0/+10
* Address style feedback commentsMatt Caswell2016-09-292-1/+2
* Fix a bug in CKE construction for PSKMatt Caswell2016-09-291-1/+1
* Convert ServerKeyExchange construction to WPACKETMatt Caswell2016-09-291-120/+97
* Add the WPACKET_reserve_bytes() functionMatt Caswell2016-09-292-8/+55
* Remove tls12_copy_sigalgs_old()Matt Caswell2016-09-292-22/+0
* Convert CertificateRequest construction to WPACKETMatt Caswell2016-09-293-59/+61
* Address style feedback commentsMatt Caswell2016-09-291-3/+1
* Fix a bug in the construction of the ClienHello SRTP extensionMatt Caswell2016-09-291-2/+5
* Fix heartbeat compilation errorMatt Caswell2016-09-291-0/+1
* Delete some unneeded codeMatt Caswell2016-09-293-88/+0
* Convert ServerHello construction to WPACKETMatt Caswell2016-09-295-219/+134
* Fix an Uninit read in DTLSMatt Caswell2016-09-291-1/+3
* Fix a bug in Renegotiation extension constructionMatt Caswell2016-09-281-2/+4
* Convert HelloRequest construction to WPACKETMatt Caswell2016-09-281-1/+6
* Fix HelloVerifyRequest constructionMatt Caswell2016-09-261-0/+2
* Fix Use After Free for large message sizesMatt Caswell2016-09-261-3/+17
* Fix a WPACKET bugMatt Caswell2016-09-261-3/+7
* Convert HelloVerifyRequest construction to WPACKETMatt Caswell2016-09-223-76/+96
* Add warning about a potential pitfall with WPACKET_allocate_bytes()Matt Caswell2016-09-222-1/+5
* Add -Wswitch-enumRich Salz2016-09-223-82/+73
* Avoid KCI attack for GOSTDmitry Belyavsky2016-09-221-18/+0
* Fix a hang with SSL_peek()Matt Caswell2016-09-221-1/+5
* Fix a mem leak in NPN handlingMatt Caswell2016-09-221-0/+5
* Fix OCSP Status Request extension unbounded memory growthMatt Caswell2016-09-221-7/+16
* Fix error message typo, wrong function codeRichard Levitte2016-09-221-1/+1
* Excessive allocation of memory in dtls1_preprocess_fragment()Matt Caswell2016-09-211-17/+18
* Excessive allocation of memory in tls_get_message_header()Matt Caswell2016-09-212-10/+11
* Don't allow too many consecutive warning alertsMatt Caswell2016-09-215-0/+37
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-1/+1
* make update and fix some associated mis-matched error codesMatt Caswell2016-09-213-4/+6
* Quiet compiler warning about uninitialised variableRichard Levitte2016-09-201-1/+1
* Convert WPACKET_put_bytes to use convenience macrosMatt Caswell2016-09-208-44/+58
* Convert CCS construction to WPACKETMatt Caswell2016-09-202-8/+36
* Convert Finished construction to WPACKETMatt Caswell2016-09-201-9/+23
* Style tweaks following review feedbackMatt Caswell2016-09-203-3/+3
* Convert NextProto message construction to WPACKETMatt Caswell2016-09-202-11/+32
* Convert Certificate message construction to WPACKETMatt Caswell2016-09-203-37/+34
* Convert ClientVerify Construction to WPACKETMatt Caswell2016-09-204-19/+64
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-1/+1
* Use switch instead of multiple ifsAlessandro Ghedini2016-09-161-6/+8
* Revert "Abort on unrecognised warning alerts"Matt Caswell2016-09-151-8/+2
* Fix OCSP_RESPID processing bug introduced by WPACKET changesMatt Caswell2016-09-141-1/+1
* Encourage use of the macros for the various "sub" functionsMatt Caswell2016-09-142-28/+32
* Add a WPACKET_sub_allocate_bytes() functionMatt Caswell2016-09-144-31/+62
* Convert CKE construction to use the WPACKET APIMatt Caswell2016-09-143-87/+89
* Abort on unrecognised warning alertsMatt Caswell2016-09-131-2/+8
* Fix a few style nits in the wpacket codeMatt Caswell2016-09-133-6/+7