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-12-16Pull ChangeCipherSpec into the handshake state machine.David Benjamin
2015-11-17Reset epoch state in one place.David Benjamin
2015-10-26Add server-side support for asynchronous RSA decryption.nagendra modadugu
2015-10-26Document the info callback.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-08-29Tidy up the ssl3_send_server_key_exchange slightly.David Benjamin
2015-08-20Server-side OCSP stapling support.Paul Lietar
2015-08-19ssl->cert and ctx->cert cannot be NULL.David Benjamin
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-07-31Add server-side support for asynchronous signing.nagendra modadugu
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-05-28Decide whether or not to request client certificates early.David Benjamin
2015-05-28Deprecate and no-op SSL_VERIFY_CLIENT_ONCE.David Benjamin
2015-05-21Remove SSL_in_before and SSL_ST_BEFORE.David Benjamin
2015-05-21Forbid caller-initiated renegotiations and all renego as a servers.David Benjamin
2015-05-21Remove remnants of DTLS renegotiate.David Benjamin
2015-05-15Never resume sessions on renegotiations.David Benjamin
2015-05-13Add s->s3->initial_handshake_complete.David Benjamin
2015-05-12Remove redundant setup buffer calls.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 5.David Benjamin
2015-04-11Switch cipher masks to uint32_t.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-09Remove anonymous cipher suites.David Benjamin
2015-03-24Remove the stats block in SSL_CTX.David Benjamin
2015-02-23Remove BIO_should_retry checks in DTLS state machines.David Benjamin
2015-02-17Remove server-side HelloVerifyRequest support.David Benjamin
2015-02-03Remove NETSCAPE_HANG_BUG.David Benjamin
2015-01-26Don't allow CCS just before CertificateVerify in DTLS.David Benjamin
2015-01-15Support EVP_AEAD in DTLS.David Benjamin
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