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-16Reformat d1_{srtp|srvr}.c and s3_both.cAdam Langley
2014-12-16Add outgoing messages to the handshake hash at set_handshake_header.David Benjamin
2014-12-16Consistently use ssl_handshake_start and ssl_set_handshake_header.David Benjamin
2014-12-14Fix memory leak on failure.David Benjamin
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-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-02Remove a place where SSL_clear cleans up after client/server confusion.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 psk_identity_hint from SSL_SESSION.David Benjamin
2014-11-11Remove DTLSv1_listen.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-27Refactor server-side CertificateVerify handling.David Benjamin
2014-08-27Rename some message functions for consistency.David Benjamin
2014-08-20Remove MS SGC support on the the server.David Benjamin
2014-08-20Move common code between two branches.David Benjamin
2014-08-20Remove support on both sides for *_fixed_(ec)dh client auth.David Benjamin
2014-08-18Remove SSL_OP_CISCO_ANYCONNECT.David Benjamin
2014-08-18Tidy DTLS cookie callback types.David Benjamin
2014-08-05Fix server-side ClientHello state machine.David Benjamin
2014-07-29Fix DTLS certificate requesting code.Adam Langley
2014-07-25Don't use the RSA key exchange with a signing-only key.David Benjamin
2014-07-25Remove support code for export cipher suites.David Benjamin
2014-07-25Remove SSL_OP_EPHEMERAL_RSA quirk.David Benjamin
2014-07-25unifdef OPENSSL_NO_PSK.David Benjamin
2014-07-15Remove remnants of KRB5 support.David Benjamin
2014-07-08Remove OPENSSL_NO_TLSEXT compilation option.David Benjamin
2014-06-27Remove heartbeat extension.David Benjamin
2014-06-21Fix TLS-PSK identity hint implementation issues.Adam Langley
2014-06-21Inital import.Adam Langley