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
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2015-12-23Switch s to ssl everywhere.David Benjamin
2015-11-07Rewrite DTLS handshake message sending logic.David Benjamin
2015-11-04Separate CCS and handshake writing in DTLS.David Benjamin
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-09-15Tidy up dtls1_hm_fragment_new and fix (unreachable) memory leak.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-01Add CBB_zero to set a CBB to the zero state.David Benjamin
2015-06-16DTLS fragments may not be split across two records.David Benjamin
2015-06-02Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS.David Benjamin
2015-06-02Split ssl_read_bytes hook into app_data and close_notify hooks.David Benjamin
2015-05-21Pass a dtls1_use_epoch enum down to dtls1_seal_record.David Benjamin
2015-05-21Factor SSL_AEAD_CTX into a dedicated type.David Benjamin
2015-05-07Promote max_cert_list and max_send_fragment to functions.David Benjamin
2015-05-07Promote all dtls1_ctrl hooks to functions.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 5.David Benjamin
2015-05-05Require that FOO_free functions do nothing on NULL.David Benjamin
2015-04-11Rename ssl_locl.h to internal.hDavid Benjamin
2015-04-06Remove redundant SSL_READING lines after ssl_read_bytes.David Benjamin
2015-03-10Fix Windows build.David Benjamin
2015-03-10Remove ccs_header_st.David Benjamin
2015-03-10Get rid of the RSMBLY macros.David Benjamin
2015-03-10Rework DTLS handshake message reassembly logic.David Benjamin
2015-03-06Remove HelloRequest special-case in DTLS message parsing.David Benjamin
2015-03-06Switch SSL_GET_MESSAGE_HASH_MESSAGE to an enum.David Benjamin
2015-02-26Actually check that the message has the expected type in DTLS.David Benjamin
2015-02-20Pass fragment to dtls1_retransmit_message.Adam Langley
2015-02-19Don't randomly print stuff to stderr.Adam Langley
2015-02-18Handle failures in ssl3_finish_mac.David Benjamin
2015-02-03Simplify DTLS epoch rewind.David Benjamin
2015-02-03Remove Finished special-case in dtls1_process_out_of_seq_message.David Benjamin
2015-01-15Clarify dtls1_do_write's interaction with the buffering BIO.David Benjamin
2015-01-15Account for the MTU BIO_ctrls returning negative or overly large numbers.David Benjamin
2015-01-15Simplify minimum and default MTUs.David Benjamin
2015-01-15Remove BIO_CTRL_DGRAM_MTU_EXCEEDED retry in dtls1_do_write.David Benjamin
2015-01-15Always SSL_OP_NO_QUERY_MTU before querying the BIO MTU.David Benjamin
2015-01-15Guard against small MTUs from the BIO.David Benjamin
2015-01-15Support EVP_AEAD in DTLS.David Benjamin
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