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-12-17Point EVP_aead_chacha20_poly1305 at the standardized version.David Benjamin
2015-12-17Fix ChaCha20-Poly1305 tests.David Benjamin
2015-12-17Remove unreachable code to duplicate DH keys.David Benjamin
2015-12-17Slightly tweak some array allocations.David Benjamin
2015-12-17Fix memory leak in DSA redo case.David Benjamin
2015-12-17Make CBB_len relative to its argument.David Benjamin
2015-12-16Mark platform-specific HOST_[c2l|l2c] as (void).Adam Langley
2015-12-16Remove a dead prototype.David Benjamin
2015-12-16Remove crypto/header_removed.h.David Benjamin
2015-12-16Remove asm __asm__ define.David Benjamin
2015-12-16Make HOST_l2c return void.David Benjamin
2015-12-16Store the partial block as uint8_t, not uint32_t.David Benjamin
2015-12-16Use the straight-forward ROTATE macro.David Benjamin
2015-12-16Reformat md32_common.h, part 2.David Benjamin
2015-12-16Reformat md32_common.h, part 1.David Benjamin
2015-12-16*_Update of length zero is legal.David Benjamin
2015-12-16Remove |need_record_splitting| from |SSL3_STATE|.David Benjamin
2015-12-16Remove unused fields from SSL3_STATE.David Benjamin
2015-12-16Slightly simplify SSL3_RECORD.David Benjamin
2015-12-16Reset ssl error codes.David Benjamin
2015-12-16Pull ChangeCipherSpec into the handshake state machine.David Benjamin
2015-12-16Simplify fragmented HelloRequest state.David Benjamin
2015-12-16Add tests for malformed HelloRequests.David Benjamin
2015-12-16Add tests for bad ChangeCipherSpecs.David Benjamin
2015-12-16Switch unrolled loop in BN_usub with memcpy.David Benjamin
2015-12-16Remove DH EVP_PKEY hooks.David Benjamin
2015-12-16Chromium's update.sh is dead, long live update.pyNico Weber
2015-12-16Fix flaky BadRSAClientKeyExchange-1 test.David Benjamin
2015-12-16Remove unused functions.David Benjamin
2015-12-16Skip free callbacks on empty CRYPTO_EX_DATAs.David Benjamin
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-12-15Get struct timeval from sys/time.h.David Benjamin
2015-12-15Use UINT64_C in sha512.c table.David Benjamin
2015-12-15Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves.David Benjamin
2015-12-15Remove SSL_(CTX_)?set_ecdh_callback.David Benjamin
2015-12-15Initialize |one_index| in OAEP padding check.David Benjamin
2015-12-15Convert rsa/padding.c to constant-time helpers.David Benjamin
2015-12-15Add slightly better RSA key exchange tests.David Benjamin
2015-12-15Remove weird ret negation logic.David Benjamin
2015-12-15Remove SSL_OP_LEGACY_SERVER_CONNECT.David Benjamin
2015-12-15Tighten SSL_OP_LEGACY_SERVER_CONNECT to align with RFC 5746.David Benjamin
2015-12-15Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.David Benjamin
2015-12-15Remove SSL_OP_TLS_D5_BUG.David Benjamin
2015-12-15Limit depth of ASN1 parse printing.David Benjamin
2015-12-15Add a comment in SetTestState from bssl_shim.David Benjamin
2015-12-15Don't leak Android hacks to other build platforms.Piotr Sikora
2015-12-15Enforce that |EC_KEY| private key is in [0, group->order).Brian Smith
2015-12-15Add |EC_METHOD| method for verifying public key order.Brian Smith
2015-12-15Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|.Brian Smith
2015-12-15Include <sys/time.h> in packeted_bio.h for 'timeval'Sam Clegg