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-18Reformat s3_{enc|lib}.c.Adam Langley
2014-12-16Fix EVP_Cipher error-handling.David Benjamin
2014-12-05Check EVP_Cipher return values.David Benjamin
2014-11-20Fix a couple more malloc test crashes.David Benjamin
2014-11-19Add malloc failure tests.Adam Langley
2014-10-25Extended master secret support.Adam Langley
2014-10-21Remove key_arg and key_arg_length from SSL_SESSION.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-27Refactor server-side CertificateVerify handling.David Benjamin
2014-08-20Mark some more globals as const.David Benjamin
2014-08-20Remove remnants of now-removed cipher suites.David Benjamin
2014-08-19Remove rsa_md5, md5, and sha1 fields from SSL_CTX.David Benjamin
2014-07-25Remove support code for export cipher suites.David Benjamin
2014-07-18Have BIO_get_mem_data return a size_t and uint8_t*Adam Langley
2014-07-07Remove CHARSET_EBCDICAlex Chernyakhovsky
2014-06-25Remove more remnants of compression.David Benjamin
2014-06-24Remove crypto/comp and SSL_COMP support code.David Benjamin
2014-06-21Fixed incorrect return code handling in ssl3_final_finish_mac.Adam Langley
2014-06-21Fallback SCSV.Adam Langley
2014-06-21Implement ECDHE-PSK-WITH-AES-128-GCM-SHA256.Adam Langley
2014-06-21CBC record splitting.Adam Langley
2014-06-21SSL AEAD support.Adam Langley
2014-06-21Inital import.Adam Langley