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
2015-05-08Opaquify DTLS structs.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-03-10Remove ccs_header_st.David Benjamin
2015-03-10Fix types of hm_header_st.David Benjamin
2015-03-10Rework DTLS handshake message reassembly logic.David Benjamin
2015-02-03Simplify DTLS epoch rewind.David Benjamin
2015-02-03Remove alert_fragment and handshake_fragment.David Benjamin
2015-02-03Reformat dtls1.h.David Benjamin
2015-02-03Remove dtls1_timeout_st.David Benjamin
2015-02-03Document DTLS timeout API and add current_time_cb hook.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-14Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin
2014-11-11Keep retransmit window size architecture-independent.David Benjamin
2014-11-11Remove DTLSv1_listen.David Benjamin
2014-11-04DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist.David Benjamin
2014-08-18Simplify HelloVerifyRequest processing.David Benjamin
2014-08-18Remove SSL_OP_CISCO_ANYCONNECT.David Benjamin
2014-08-18Tidy DTLS cookie callback types.David Benjamin
2014-08-12Windows build fixes.Adam Langley
2014-07-15Port ssl3_get_client_hello to CBS.David Benjamin
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley