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
2014-12-14Reformatting of several DTLS source files.Adam Langley
2014-12-14Pull SSL3_ENC_METHOD out of SSL_METHOD.David Benjamin
2014-12-14Drop unnecessary version checks.David Benjamin
2014-12-04Remove SSL_set_debug.David Benjamin
2014-12-02Remove redundant s->server assignments in handshake.David Benjamin
2014-12-02Replace s->first_packet with a s->s3->have_version bit.David Benjamin
2014-12-02Merge client/server SSL_METHODs into the generic one.David Benjamin
2014-12-02Remove s->type from SSL.David Benjamin
2014-12-02Remove SSL_clear calls in handshake functions.David Benjamin
2014-12-02Trim impossible state combinations.David Benjamin
2014-12-02Don't assign handshake_func in the handshake functions.David Benjamin
2014-12-02Remove method swap in SSL_set_session.David Benjamin
2014-11-19Add malloc failure tests.Adam Langley
2014-11-11Remove SSL3_FLAGS_POP_BUFFER.David Benjamin
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-27Introduce a hash_message parameter to ssl_get_message.David Benjamin
2014-08-27Rename some message functions for consistency.David Benjamin
2014-08-20Remove support on both sides for *_fixed_(ec)dh client auth.David Benjamin
2014-08-18DTLS version negotiation doesn't happen at HelloVerifyRequest.David Benjamin
2014-08-18Simplify HelloVerifyRequest processing.David Benjamin
2014-08-18Remove SSL_OP_CISCO_ANYCONNECT.David Benjamin
2014-08-14Port dtls1_get_hello_verify to CBS.David Benjamin
2014-08-14Update d1_clnt.c to use ssl_cipher_has_server_public_key.David Benjamin
2014-08-14Allow renewed tickets on session resumption in DTLS.David Benjamin
2014-07-23Remove ssl3_check_finished.David Benjamin
2014-07-16Don't delay CKX and Finished for False Start.Adam Langley
2014-07-15Rename ssl3_get_key_exchange to ssl3_get_server_key_exchange.David Benjamin
2014-07-15Make init_msg a uint8_t*.David Benjamin
2014-07-08Remove OPENSSL_NO_TLSEXT compilation option.David Benjamin
2014-06-27Remove heartbeat extension.David Benjamin
2014-06-25Remove more remnants of compression.David Benjamin
2014-06-21Inital import.Adam Langley