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
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-01-28Remove alert mapping machinery.David Benjamin
2016-01-28Replace enc_flags with normalized version checks.David Benjamin
2016-01-16Move some functions to file scope.David Benjamin
2016-01-16Add APIs to extract the SSL key block.David Benjamin
2016-01-16Prune finished labels from SSL3_ENC_METHOD.David Benjamin
2016-01-15Move ssl3_record_sequence_update with the other record-layer bits.David Benjamin
2015-12-23Switch s to ssl everywhere.David Benjamin
2015-09-24Change some "int" variables to "size_t" in ssl3_handshake_mac().Eric Roman
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-08-07Simplify handshake hash handling.David Benjamin
2015-08-07Switch the handshake buffer from memory BIO to BUF_MEM.David Benjamin
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-08-07Rename algorithm2 to algorithm_prf.David Benjamin
2015-07-29Fix some typos in license headers.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 5.David Benjamin
2015-04-14Document everything in ssl_ciph.c, now ssl_cipher.c.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-06Factor out sequence number updates.David Benjamin
2015-02-18Handle failures in ssl3_finish_mac.David Benjamin
2015-02-11Fix some function parameters in OPENSSL_PUT_ERROR.David Benjamin
2015-01-14Implement SSLv3 ciphers with stateful AEADs.David Benjamin
2015-01-14Add the PRF to SSL3_ENC_METHOD.David Benjamin
2015-01-14Factor SSLv3 key derivation steps into an ssl3_PRF.David Benjamin
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