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-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
2015-04-07Remove dead code in do_dtls1_write and document another bug.David Benjamin
2015-04-07Remove buffered_app_data as well.David Benjamin
2015-04-06Remove buffering out records from the next epoch.David Benjamin
2015-04-06Factor out sequence number updates.David Benjamin
2015-04-06Simplify the pointer management around do_ssl3_write.David Benjamin
2015-03-19Correct three incorrect function names in errors.Adam Langley
2015-03-13Process alerts between ChangeCipherSpec and Finished.David Benjamin
2015-03-10Remove ccs_header_st.David Benjamin
2015-03-06Only retransmit on Finished if frag_off == 0.David Benjamin
2015-02-23Tidy up the alert-parsing code.David Benjamin
2015-02-09Initialize the record buffers after the handshake check.David Benjamin
2015-02-04Reject all invalid records.David Benjamin
2015-02-03Remove alert_fragment and handshake_fragment.David Benjamin
2015-02-03Disallow peer-initiated renegotiations in DTLS.David Benjamin
2015-01-23Clear the error queue when dropping a bad DTLS packet.David Benjamin
2015-01-23Normalize tls1_enc return values.David Benjamin
2015-01-15Remove dead code from EVP_CIPHER codepaths.David Benjamin
2015-01-15Support EVP_AEAD in DTLS.David Benjamin
2015-01-09Fix DTLS memory leak.Adam Langley
2014-12-14Reformatting of several DTLS source files.Adam Langley
2014-12-14Remove method swap in DTLS_ANY_VERSION.David Benjamin
2014-12-14Pull SSL3_ENC_METHOD out of SSL_METHOD.David Benjamin
2014-12-05Check EVP_Cipher return values.David Benjamin
2014-12-02Replace s->first_packet with a s->s3->have_version bit.David Benjamin