Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-16Add outgoing messages to the handshake hash at set_handshake_header.David Benjamin
2014-12-16Fold dtls1_set_message_header into dtls1_set_handshake_header.David Benjamin
2014-12-14Reformatting of several DTLS source files.Adam Langley
2014-12-05Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskDavid Benjamin
2014-11-11Remove DTLSv1_listen.David Benjamin
2014-11-04DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-09-03Fix minor issues found by Clang's analysis.Adam Langley
2014-08-27Introduce a hash_message parameter to ssl_get_message.David Benjamin
2014-08-20Mark some more globals as const.David Benjamin
2014-08-18Remove SSL_OP_CISCO_ANYCONNECT.David Benjamin
2014-08-08Remove some duplicate DTLS code.Adam Langley
2014-08-08Same fix as in dtls1_process_out_of_seq_message.Matt Caswell
2014-08-08Fix return code for truncated DTLS fragment.Adam Langley
2014-08-08Fix memory leak from zero-length DTLS fragments.Adam Langley
2014-08-08Fix DTLS handshake message size checks.Matt Caswell
2014-08-07Added comment for the frag->reassembly == NULL case as per feedback from EmiliaMatt Caswell
2014-08-07Avoid double free when processing DTLS packets.Adam Langley
2014-07-15Make init_msg a uint8_t*.David Benjamin
2014-06-27Remove heartbeat extension.David Benjamin
2014-06-25Remove more remnants of compression.David Benjamin
2014-06-21Fix null pointer errors.Adam Langley
2014-06-21Fix for CVE-2014-0195Adam Langley
2014-06-21Fix CVE-2014-0221Adam Langley
2014-06-21Typo: set i to -1 before goto.Adam Langley
2014-06-21Add heartbeat extension bounds check.Adam Langley
2014-06-21Inital import.Adam Langley