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-09-21Take the version parameter out of ssl_do_msg_callback.David Benjamin
2016-09-12Use C99 for size_t loops.David Benjamin
2016-07-29Switch finish_handshake to release_current_message.David Benjamin
2016-07-29Reject stray post-Finished messages in DTLS.David Benjamin
2016-07-16Check for buffered handshake messages on cipher change in DTLS.David Benjamin
2016-07-12Simplify ssl_get_message somewhat.David Benjamin
2016-07-12Don't use init_buf in DTLS.David Benjamin
2016-06-29Remove a/b parameters to send_change_cipher_spec.David Benjamin
2016-06-28Group d1_both.c by sending and receiving handshake messages.David Benjamin
2016-06-28Remove compatibility 'inline' define.David Benjamin
2016-06-28Stop using the word 'buffer' everywhere.David Benjamin
2016-06-28Disconnect handshake message creation from init_buf.David Benjamin
2016-06-27Replace the incoming message buffer with a ring buffer.David Benjamin
2016-06-27Store only one handshake write sequence number.David Benjamin
2016-06-27Rewrite DTLS outgoing message buffering.David Benjamin
2016-06-27Make dtls1_do_handshake_write less stateful.David Benjamin
2016-06-08Trim the DTLS write code slightly.David Benjamin
2016-06-08Don't use dtls1_read_bytes to read messages.David Benjamin
2016-06-08Add helper functions for info_callback and msg_callback.David Benjamin
2016-06-08Tidy up the DTLS code's blocking-mode retransmits.David Benjamin
2016-05-23Never expose ssl->bbio in the public API.David Benjamin
2016-05-18Remove state parameters to ssl3_get_message.David Benjamin
2016-05-18Simplify ssl3_get_message.David Benjamin
2016-05-13Simplify handshake message size limits.David Benjamin
2016-05-06Remove the push argument to ssl_init_wbio_buffer.David Benjamin
2016-05-06Check BIO_flush return value.David Benjamin
2016-05-06Always buffer DTLS retransmits.David Benjamin
2016-04-18Set rwstate consistently.David Benjamin
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-03-17Remove a number of unnecessary stdio.h includes.David Benjamin
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