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-08-01Minor typo fixes.Adam Langley
2016-08-01Empty signature algorithms in TLS 1.3 CertificateRequest is illegal.David Benjamin
2016-08-01Send unsupported_extension on unexpected ServerHello extensions.David Benjamin
2016-08-01Convert rsa_1024_key.pem to a PKCS#8 PEM blob.David Benjamin
2016-08-01Fix up header file handling.David Benjamin
2016-08-01Don't have the default value of |verify_result| be X509_V_OK.Adam Langley
2016-08-01Fix mixed comment markers.David Benjamin
2016-07-30Adding handling for KeyUpdate post-handshake message.Steven Valdez
2016-07-30Adding Post-Handshake message handling.Steven Valdez
2016-07-30Splitting SSL session state.Steven Valdez
2016-07-30Move post-handshake message handling out of read_app_data.David Benjamin
2016-07-29Test that V2ClientHello must be the first record.David Benjamin
2016-07-29Add |BN_mod_inverse_blinded| and use it in RSA blinding.Brian Smith
2016-07-29Accept the special token 'UNTRANSLATED_ERROR' instead of the expected error c...EKR
2016-07-29Add a test for BN_cmp_word.David Benjamin
2016-07-29Add BN_rand_range_ex and use internally.Brian Smith
2016-07-29Forbid interleaving app data in a HelloRequest.David Benjamin
2016-07-29Make runner's -test parameter take glob patterns.David Benjamin
2016-07-29Switch finish_handshake to release_current_message.David Benjamin
2016-07-29Reject stray post-Finished messages in DTLS.David Benjamin
2016-07-29Remove ssl->s3->message_complete in favor of ssl->init_msg.David Benjamin
2016-07-29Use SSL3_HM_HEADER_LENGTH a bit more.David Benjamin
2016-07-29Remove begin_handshake and allocate init_buf lazily.David Benjamin
2016-07-29Convert all of our test private keys to PKCS#8 PEM blobs.David Benjamin
2016-07-29Fix the comments for |SHA[256|384|512]_Transform|.Adam Langley
2016-07-29Clear init_msg/init_num whenever we clear the backing store.David Benjamin
2016-07-29Tidy up ssl3_get_message slightly.David Benjamin
2016-07-28Implement KeyUpdate in Go.David Benjamin
2016-07-28Use Fermat's Little Theorem when converting points to affine.Brian Smith
2016-07-28Add tests for |BN_mod_inverse| with modulus 1.Brian Smith
2016-07-28Support accepting TLS 1.3 tickets on the Go client.David Benjamin
2016-07-28Add support for sending TLS 1.3 tickets in Go.David Benjamin
2016-07-28Take DHE ciphers out of 1.3 in Go.David Benjamin
2016-07-28gofmt crypto/bn/check_bn_tests.go.Brian Smith
2016-07-27Support unimplemented tests in test runner.EKR
2016-07-27Avoid one |BN_mod_inverse| in |RSA_check_key|.Brian Smith
2016-07-27Refactor BN_rand_range to reduce code duplication.Brian Smith
2016-07-27Remove OPENSSL_ALLOW_PROXY_CERTS.David Benjamin
2016-07-27Always check that the value returned by asn1_do_adb() is non-NULL.David Benjamin
2016-07-27Fix ASN1_STRING_to_UTF8 could not convert NumericStringDavid Benjamin
2016-07-27Add SSL_send_fatal_alert.David Benjamin
2016-07-26Fix omitted selector handling.David Benjamin
2016-07-26Fix an error path leak in int X509_ATTRIBUTE_set1_data()David Benjamin
2016-07-26Import (unreachable) bsaes-armv7.pl XTS fixes.David Benjamin
2016-07-26Fix an error path leak in do_ext_nconf()David Benjamin
2016-07-26Check for overflow in CBB_add_u24.David Benjamin
2016-07-26Commit-Queue config: effectively remove Andorid builders.Andrii Shyshkalov
2016-07-25Inline bio_set.David Benjamin
2016-07-25Add a packed renegotiation test.David Benjamin
2016-07-25Fix funny line-wrapping.David Benjamin