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-11-06Add missing state to DTLS state machine.David Benjamin
2015-11-03Fix DTLS asynchronous write handling.David Benjamin
2015-10-26Document the info callback.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-09-08Wait for CertificateStatus message to verify certificate.Paul Lietar
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-09Prune ssl3_check_cert_and_algorithm.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-11Include-what-you-use ssl/internal.h.David Benjamin
2015-04-11Rename ssl_locl.h to internal.hDavid Benjamin
2015-03-24Remove the stats block in SSL_CTX.David Benjamin
2015-03-19Correct three incorrect function names in errors.Adam Langley
2015-03-06Switch SSL_GET_MESSAGE_HASH_MESSAGE to an enum.David Benjamin
2015-02-23Remove BIO_should_retry checks in DTLS state machines.David Benjamin
2015-02-12Add in missing curly braces part 3.David Benjamin
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