summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2016-10-17Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse
2016-10-17Fix encrypt-then-mac implementation for DTLSDavid Woodhouse
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-10-03Fix linebreaks in the tls_construct_client_certificate functionMatt Caswell
2016-10-03Add a typedef for the construction functionMatt Caswell
2016-10-03Move setting of the handshake header up one more levelMatt Caswell
2016-10-03Remove the special case processing for finished constructionMatt Caswell
2016-10-03Harmonise setting the header and closing constructionMatt Caswell
2016-10-03Don't set the handshake header in every messageMatt Caswell
2016-10-03Move init of the WPACKET into write_state_machine()Matt Caswell
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell
2016-10-02Remove ssl_set_handshake_header()Matt Caswell
2016-10-02Remove the tls12_get_sigandhash_old() functionMatt Caswell
2016-10-02fix memory leakDr. Stephen Henson
2016-09-29Convert NewSessionTicket construction to WPACKETMatt Caswell
2016-09-29Fix an error in packet_locl.hMatt Caswell
2016-09-29Convert CertStatus message construction to WPACKETMatt Caswell
2016-09-29Fix mis-named macro in packet_locl.hMatt Caswell
2016-09-29Convert SeverDone construction to WPACKETMatt Caswell
2016-09-29Fix missing NULL checks in NewSessionTicket constructionMatt Caswell
2016-09-29Fix an mis-matched function code so that "make update" doesn't failMatt Caswell
2016-09-29Add an example of usage to the WPACKET_reserve_bytes() documentationMatt Caswell
2016-09-29Address style feedback commentsMatt Caswell
2016-09-29Fix a bug in CKE construction for PSKMatt Caswell
2016-09-29Convert ServerKeyExchange construction to WPACKETMatt Caswell
2016-09-29Add the WPACKET_reserve_bytes() functionMatt Caswell
2016-09-29Remove tls12_copy_sigalgs_old()Matt Caswell
2016-09-29Convert CertificateRequest construction to WPACKETMatt Caswell
2016-09-29Address style feedback commentsMatt Caswell
2016-09-29Fix a bug in the construction of the ClienHello SRTP extensionMatt Caswell
2016-09-29Fix heartbeat compilation errorMatt Caswell
2016-09-29Delete some unneeded codeMatt Caswell
2016-09-29Convert ServerHello construction to WPACKETMatt Caswell
2016-09-29Fix an Uninit read in DTLSMatt Caswell
2016-09-28Fix a bug in Renegotiation extension constructionMatt Caswell
2016-09-28Convert HelloRequest construction to WPACKETMatt Caswell
2016-09-26Fix HelloVerifyRequest constructionMatt Caswell
2016-09-26Fix Use After Free for large message sizesMatt Caswell
2016-09-26Fix a WPACKET bugMatt Caswell
2016-09-22Convert HelloVerifyRequest construction to WPACKETMatt Caswell
2016-09-22Add warning about a potential pitfall with WPACKET_allocate_bytes()Matt Caswell
2016-09-22Add -Wswitch-enumRich Salz
2016-09-22Avoid KCI attack for GOSTDmitry Belyavsky
2016-09-22Fix a hang with SSL_peek()Matt Caswell
2016-09-22Fix a mem leak in NPN handlingMatt Caswell
2016-09-22Fix OCSP Status Request extension unbounded memory growthMatt Caswell
2016-09-22Fix error message typo, wrong function codeRichard Levitte
2016-09-21Excessive allocation of memory in dtls1_preprocess_fragment()Matt Caswell
2016-09-21Excessive allocation of memory in tls_get_message_header()Matt Caswell
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell