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-14Remove method swap in DTLS_ANY_VERSION.David Benjamin
2014-12-14Pull SSL3_ENC_METHOD out of SSL_METHOD.David Benjamin
2014-12-05Check EVP_Cipher return values.David Benjamin
2014-12-02Replace s->first_packet with a s->s3->have_version bit.David Benjamin
2014-12-02Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS.David Benjamin
2014-12-02Fix DTLS_ANY_VERSION and add tests.David Benjamin
2014-11-11Remove #if 0'd code documenting an old bug.David Benjamin
2014-11-11Keep retransmit window size architecture-independent.David Benjamin
2014-11-11Remove DTLSv1_listen.David Benjamin
2014-11-04Make SSL_MODE_AUTO_RETRY the default.Adam Langley
2014-11-04DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist.David Benjamin
2014-08-18Remove SSL_OP_CISCO_ANYCONNECT.David Benjamin
2014-08-04Remove OPENSSL_NO_TLS{,1}Alex Chernyakhovsky
2014-07-30Fix some DTLS alerts.David Benjamin
2014-06-27Remove heartbeat extension.David Benjamin
2014-06-25Remove more remnants of compression.David Benjamin
2014-06-21Added SSLErr call for internal error in dtls1_buffer_recordAdam Langley
2014-06-21Delays the queue insertion until after the ssl3_setup_buffers() call due to u...Adam Langley
2014-06-21CBC record splitting.Adam Langley
2014-06-21Inital import.Adam Langley