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-11-23Disable RSA-PSS by default.chromium-stableAdam Langley
2016-09-28Refresh fuzzer corpus.David Benjamin
2016-09-28Apply GREASE to the version extension.David Benjamin
2016-09-27Teach generate_build_files.py about ppc64le.David Benjamin
2016-09-27Moving TLS 1.3 version negotiation into extension.Steven Valdez
2016-09-27Update aes.c for new ARM asm names.Adam Langley
2016-09-27Add PPC64LE assembly for AES-GCM.Adam Langley
2016-09-27Add a test for SSL_version.David Benjamin
2016-09-27Avoid using empty initializer lists.David Benjamin
2016-09-27Prepare runner's wire/version conversions for the version extension.David Benjamin
2016-09-27Apply version/wire mapping at a higher layer in runner.David Benjamin
2016-09-27Fix ssl_ctx_make_profiles error handling.David Benjamin
2016-09-27Check for sk_X509_NAME_push failures.David Benjamin
2016-09-27Fix run_tests target.Adam Langley
2016-09-27Add deleters for some more X.509 things.Matthew Braithwaite
2016-09-26Add some sanity checks when checking CRL scores and testsSteven Valdez
2016-09-26Require custom private keys to specify curve in 1.3.David Benjamin
2016-09-24Implement draft-davidben-tls-grease-01.David Benjamin
2016-09-23Better explain usage of CBB_flushNick Harper
2016-09-23Fix up x509_vpm.c comment.David Benjamin
2016-09-23Fix documentation for POINT_CONVERSION_UNCOMPRESSED in ec.hNick Harper
2016-09-23Refresh TLS fuzzer corpora.David Benjamin
2016-09-23Disable Channel ID signature checking in fuzzer mode.David Benjamin
2016-09-23Rename NPN-Server test.David Benjamin
2016-09-23Record resumption and renewal transcripts separately.David Benjamin
2016-09-23Enable more features in the fuzzers.David Benjamin
2016-09-23No-op ticket encryption in fuzzer mode.David Benjamin
2016-09-23Document how to refresh the TLS corpora.David Benjamin
2016-09-23Fix remaining non-determinism in fuzzer transcripts.David Benjamin
2016-09-23Add a fuzzer mode suppressions file.David Benjamin
2016-09-22Add a InvalidChannelIDSignature test.David Benjamin
2016-09-22Switch from readdir_r back to readdir.David Benjamin
2016-09-22Add tests for SSL_peek.David Benjamin
2016-09-22Support default versions with set_{min,max}_proto_version.David Benjamin
2016-09-22Only predict X25519 in TLS 1.3.David Benjamin
2016-09-21Renumber TLS 1.3 signature algorithms.David Benjamin
2016-09-21Start fuzzing the TLS 1.3 code.David Benjamin
2016-09-21Fix some bugs in TLS 1.3 server key_share code.David Benjamin
2016-09-21Align SSL_set_{min,max}_version with upstream.David Benjamin
2016-09-21Don't return invalid versions in version_from_wire.David Benjamin
2016-09-21Take the version parameter out of ssl_do_msg_callback.David Benjamin
2016-09-21Improve -valgrind error-handling.David Benjamin
2016-09-21Don't swallow tool output on failure.David Benjamin
2016-09-21Fix TLS 1.3 fuzzer mode in Go.David Benjamin
2016-09-21Remove SSL_set_fallback_version.David Benjamin
2016-09-21Unwind unnecessary Android hacks.David Benjamin
2016-09-21Test interaction of RSA key exchange and ClientHello.version.David Benjamin
2016-09-21Do not distinguish NULL and empty PSK identity hints.David Benjamin
2016-09-21Move peer_psk_identity_hint to SSL_HANDSHAKE.David Benjamin
2016-09-21Shush a MinGW warning in crypto/x509.David Benjamin