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-07-30Move post-handshake message handling out of read_app_data.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-06-28Stop using the word 'buffer' everywhere.David Benjamin
2016-06-27Remove the 'ssl_' prefix on most SSL_PROTOCOL_METHOD hooks.David Benjamin
2016-06-08Trim the DTLS write code slightly.David Benjamin
2016-06-08Remove dtls1_read_bytes.David Benjamin
2016-06-08Don't use dtls1_read_bytes to read messages.David Benjamin
2016-06-08Don't call read_bytes in read_change_cipher_spec.David Benjamin
2016-06-08Make tls_open_record always in-place.David Benjamin
2016-06-08Push alert handling down into the record functions.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-18Remove dead checks.David Benjamin
2016-05-18Tidy up shutdown state.David Benjamin
2016-05-18Consolidate SSL_RECEIVED_SHUTDOWN checks.David Benjamin
2016-04-18Set rwstate consistently.David Benjamin
2016-04-18Don't allow alert records with multiple alerts.David Benjamin
2016-03-26Move implicit handshake driving out of read_bytes.David Benjamin
2016-03-26Lift the handshake driving in write_bytes up to SSL_write.David Benjamin
2016-03-26Consolidate shutdown state.David Benjamin
2016-03-17Remove a number of unnecessary stdio.h includes.David Benjamin
2016-03-10Clean up some silly variable names.David Benjamin
2016-01-16Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3.David Benjamin
2015-12-23Switch s to ssl everywhere.David Benjamin
2015-12-16Slightly simplify SSL3_RECORD.David Benjamin
2015-12-16Pull ChangeCipherSpec into the handshake state machine.David Benjamin
2015-11-17Reset epoch state in one place.David Benjamin
2015-11-03Don't use ssl3_write_pending in DTLS.David Benjamin
2015-10-26Document the info callback.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-08-31Don't support bidirectional shutdown over DTLS.David Benjamin
2015-08-29Reject empty records of unexpected type.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-08-06Clean up DTLS1_BITMAP code.David Benjamin
2015-08-06Fold dtls1_process_record into dtls1_get_record.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-02Split ssl_read_bytes hook into app_data and close_notify hooks.David Benjamin
2015-06-02Switch the ssl_write_bytes hook to ssl_write_app_data.David Benjamin
2015-05-21Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries.David Benjamin
2015-05-21Fix Windows mode.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-12Remove redundant setup buffer calls.David Benjamin
2015-05-11Remove max parameter to ssl3_read_n.David Benjamin
2015-05-11Remove DTLS special-cases in buffer releasing.David Benjamin
2015-05-07Promote all dtls1_ctrl hooks to functions.David Benjamin
2015-04-11Include-what-you-use ssl/internal.h.David Benjamin
2015-04-11Rename ssl_locl.h to internal.hDavid Benjamin