aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from some files.David Benjamin2016-10-102-2/+2
* Fix linebreaks in the tls_construct_client_certificate functionMatt Caswell2016-10-031-2/+2
* Add a typedef for the construction functionMatt Caswell2016-10-033-8/+6
* Move setting of the handshake header up one more levelMatt Caswell2016-10-034-66/+65
* Remove the special case processing for finished constructionMatt Caswell2016-10-034-37/+22
* Harmonise setting the header and closing constructionMatt Caswell2016-10-036-191/+165
* Don't set the handshake header in every messageMatt Caswell2016-10-035-170/+146
* Move init of the WPACKET into write_state_machine()Matt Caswell2016-10-037-306/+205
* Rename ssl_set_handshake_header2()Matt Caswell2016-10-028-43/+30
* Remove ssl_set_handshake_header()Matt Caswell2016-10-024-36/+0
* Remove the tls12_get_sigandhash_old() functionMatt Caswell2016-10-022-25/+0
* fix memory leakDr. Stephen Henson2016-10-021-0/+2
* Convert NewSessionTicket construction to WPACKETMatt Caswell2016-09-291-58/+51
* Fix an error in packet_locl.hMatt Caswell2016-09-291-1/+1
* Convert CertStatus message construction to WPACKETMatt Caswell2016-09-292-27/+15
* Fix mis-named macro in packet_locl.hMatt Caswell2016-09-291-2/+2
* Convert SeverDone construction to WPACKETMatt Caswell2016-09-291-7/+14
* 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