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-04-06Tidy record length check.David Benjamin
2015-04-06Clean up do_ssl3_write fragment handling.David Benjamin
2015-03-06Fix the derivation of SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD.David Benjamin
2015-02-17Rename cutthrough to False Start.David Benjamin
2015-02-17Remove server-side HelloVerifyRequest support.David Benjamin
2015-02-09Revise SSL_cutthrough_complete and SSL_in_init.David Benjamin
2015-01-26Reformat SSL/TLS headers.Adam Langley
2015-01-22Add dummy variables to keep wpa_supplicant happy.Adam Langley
2015-01-15Remove dead code from EVP_CIPHER codepaths.David Benjamin
2015-01-14Implement all TLS ciphers with stateful AEADs.David Benjamin
2014-12-14Implement the V2ClientHello sniff in version-locked methods.David Benjamin
2014-12-05Update references to RFCs.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-11-14Remove support for processing fragmented alertsAlex Chernyakhovsky
2014-11-11Remove psk_identity_hint from SSL_SESSION.David Benjamin
2014-11-11Remove SSL3_FLAGS_POP_BUFFER.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-10-21Move ECC extensions out of SSL_SESSION.David Benjamin
2014-09-04Prune some dead quirks and document the SSL_OP_ALL ones.David Benjamin
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-27Refactor server-side CertificateVerify handling.David Benjamin
2014-08-20Remove MS SGC support on the the server.David Benjamin
2014-08-20Remove support on both sides for *_fixed_(ec)dh client auth.David Benjamin
2014-07-25Change CCS_OK to EXPECT_CCS.David Benjamin
2014-07-25Consolidate CCS_OK paths in s3_clnt.c.David Benjamin
2014-07-25Consolidate CCS_OK codepaths in s3_srvr.c.David Benjamin
2014-07-25Remove SSL_OP_EPHEMERAL_RSA quirk.David Benjamin
2014-07-16Don't delay CKX and Finished for False Start.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley